kezhuw opened a new pull request, #467: URL: https://github.com/apache/curator/pull/467
Currently, some background operations use auxiliary sub operations to complete task in case of primary conditions are not satisfied. But most of these sub operations count only success path, so they will hang `BackgroundCallback` if they are failed or cancelled due to framework closed. This is the leftover of [CURATOR-673][](https://github.com/apache/curator/pull/464). [CURATOR-673]: https://issues.apache.org/jira/browse/CURATOR-673 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
