-
Notifications
You must be signed in to change notification settings - Fork 4.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add Consul session check to prevent split-brain updates
- Loading branch information
Showing
5 changed files
with
383 additions
and
61 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. | ||
``` |
Oops, something went wrong.