forked from apache/flink
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[FLINK-10185] Make ZooKeeperStateHandleStore#releaseAndTryRemove sync…
…hronous Remove the asynchronous callback from ZooKeeperStateHandleStore#releaseAndTryRemove. Instead we can execute the callback after having executed the releaseAndTryRemove method successfully. This separates concerns better because we don't mix storage with business logic. Furthermore, we can still avoid blocking operations if we use a separate thread to call into ZooKeeperStateHandleStore#releaseAndTryRemove. This closes apache#6586.
- Loading branch information
1 parent
0a345eb
commit a0b6685
Showing
13 changed files
with
539 additions
and
511 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
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.