[CURATOR-676] CuratorListener is not called for retriable errors
- Dominant language
- Java
- Stars
- 3.2k
- Forks
- 1.2k
- PR merge metrics
- No merged PRs in 30d
Description
For no retriable errors, CuratorListener will receive events if no BackgroundCallback specified. For retriable errors, CuratorListener is ignored. CuratorListener is catch all fallback for BackgroundCallback in case of of not specified in operation level. It should be called in all places where BackgroundCallback is expected but not specified.
See Backgroundable::inBackground() and Backgroundable::inBackground(Object context).
---
Originally reported by kezhuw, imported from: CuratorListener is not called for retriable errors
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.