2
0
mirror of https://github.com/status-im/consul.git synced 2025-03-01 05:40:40 +00:00
R.B. Boyer 80dfcb1bcd
raft: update to v1.3.5 ()
This includes closing some leadership transfer gaps and adding snapshot
restore progress logging.
2022-02-14 13:48:52 -06:00

8 lines
221 B
Plaintext

```release-note:improvement
raft: add additional logging of snapshot restore progress
```
```release-note:bug
raft: fixed a race condition in leadership transfer that could result in reelection of the current leader
```