mirror of
https://github.com/status-im/consul.git
synced 2025-01-09 05:23:04 +00:00
a553982506
* Fixes a lint warning about t.Errorf not supporting %w * Enable running autopilot on all servers On the non-leader servers all they do is update the state and do not attempt any modifications. * Fix the RPC conn limiting tests Technically they were relying on racey behavior before. Now they should be reliable.
10 lines
335 B
Plaintext
10 lines
335 B
Plaintext
```release-note:improvement
|
|
autopilot: Autopilot state is now tracked on Raft followers in addition to the leader.
|
|
Stale queries may be used to query for the non-leaders state.
|
|
```
|
|
|
|
```release-note:improvement
|
|
autopilot: The `autopilot.healthy` and `autopilot.failure_tolerance` metrics are now
|
|
regularly emitted by all servers.
|
|
```
|