-
Notifications
You must be signed in to change notification settings - Fork 137
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixing Deadlock Bug Between ZK Callback & Event Thread On Acquiring C…
…oordinator Object (#964) * Fixing Deadlock Bug Between ZK Callback & Event Thread On Acquiring Coordinator Object * Add INFO level logging * Time Bound Waiting For CVs * Added Couple Test Scenarios Ensuring No Deadlocks * Checkstyle Fixes * Use Intrinsic CV instead of explicity defining one * Moving the Notify Method to Coordinator & Suppressing the Naked Notify Warning * Customizing the heartbeat period for tests to 1 seconds if not explicity provided --------- Co-authored-by: Shrinand Thakkar <[email protected]>
- Loading branch information
1 parent
0faec8e
commit 55d2b08
Showing
5 changed files
with
221 additions
and
7 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
Oops, something went wrong.