Skip to content

Commit

Permalink
Add Consul session check to prevent split-brain updates
Browse files Browse the repository at this point in the history
  • Loading branch information
banks committed Sep 12, 2023
1 parent f8816d5 commit ae10069
Show file tree
Hide file tree
Showing 5 changed files with 383 additions and 61 deletions.
7 changes: 7 additions & 0 deletions changelog/23013.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
```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.
```
Loading

0 comments on commit ae10069

Please sign in to comment.