mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-10-29 17:52:32 +00:00
* Add test to demonstrate a split-brain active node when using Consul * Add Consul session check to prevent split-brain updates * It's not right Co-authored-by: Josh Black <raskchanky@gmail.com> --------- Co-authored-by: Josh Black <raskchanky@gmail.com>
8 lines
403 B
Plaintext
8 lines
403 B
Plaintext
```release-note:bug
|
|
storage/consul: fix a bug where an active node in a specific sort of network
|
|
partition could continue to write data to Consul after a new leader is elected
|
|
potentially causing data loss or corruption for keys with many concurrent
|
|
writers. For Enterprise clusters this could cause corruption of the merkle trees
|
|
leading to failure to complete merkle sync without a full re-index.
|
|
```
|