open-consul/.changelog/14897.txt
Dhia Ayachi 2bd2054e09
bump raft version to v1.3.11 (#14897)
* bump raft version to v1.3.11

* Add change log

* fix go.sum
2022-10-12 08:51:52 -04:00

12 lines
379 B
Plaintext

```release-note:improvement
raft: Fix a race condition where the snapshot file is closed without being opened
```
```release-note:improvement
raft: Allow nonVoter to initiate an election to avoid having an election infinite loop when a Voter is converted to NonVoter
```
```release-note:improvement
raft: Cap maximum grpc wait time when heartbeating to heartbeatTimeout/2
```