Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
Currently, BackgroundCallback has only one method to complete it in success call to zookeeper server. But if curator client got closed during background work, it is possible that there is no call to BackgroundCallback. I think it is better to notify callback in all cases. It is also a keypoint to turn BackgroundCallback to CompletableFuture.
Attachments
Issue Links
- is a parent of
-
CURATOR-677 Auxiliary background operations are created with no callbacks from main operations
- Resolved
- is related to
-
CURATOR-675 AsyncStage could stuck from completion due to framework level error listener
- Resolved
- relates to
-
CURATOR-529 Sync with inBackground doesnt complete if curator client is closed
- Open
-
CURATOR-52 Retry issues with background operations
- Resolved
- links to