-
Notifications
You must be signed in to change notification settings - Fork 51
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Problem: The KVS fence implementation is virtually unused. It also has the potential for denial-of-service attacks. Its implementation is also quite "one off" within the KVS, limiting some ability to refactor the code. For all these reasons, it should be removed. If fence-like behavior is ever needed again in the future, it should be implemented as a stand alone module/service on top of the KVS. Solution: Remove all fence support in the KVS. Fixes #6587
- Loading branch information
Showing
2 changed files
with
4 additions
and
263 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
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