-
Notifications
You must be signed in to change notification settings - Fork 2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CachedGrainLocator Unregister Ordering (#8547)
* Ensure Unregister Removes from local cache first before removing from grain directory so we stop serving bad entries as soon as possible * Add check post Unregister to ensure that any race with Unregister that might re-add to cache is cleared when Unregister is done * Add comment for race condition
- Loading branch information
1 parent
aeaa64d
commit 6a4cc90
Showing
2 changed files
with
119 additions
and
6 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