open-consul/.changelog/12321.txt
R.B. Boyer b216d52b66
server: conditionally avoid writing a config entry to raft if it was already the same (#12321)
This will both save on unnecessary raft operations as well as
unnecessarily incrementing the raft modify index of config entries
subject to no-op updates.
2022-02-14 14:39:12 -06:00

4 lines
118 B
Plaintext

```release-note:improvement
server: conditionally avoid writing a config entry to raft if it was already the same
```