-
Notifications
You must be signed in to change notification settings - Fork 452
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
avoid reading from zookeeper when clearing zoocache entries (#5008)
This change indirectly fixes ZombieScanIT. That test was creating scanners running in thread and interrupting those threads. The interrupts were routinely being ingnored by code in zoocache that ignores interrupts when reading from zookeeper. Looking at the code that was reading from zookeeper, that code was attempting clear entries in the cache. Modified this code to avoid reading from zookeeper when clearing the cache.
- Loading branch information
1 parent
6657519
commit abea351
Showing
3 changed files
with
20 additions
and
33 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
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