Kezhu Wang created CURATOR-676:
----------------------------------
Summary: CuratorListener is not called for retriable errors
Key: CURATOR-676
URL: https://issues.apache.org/jira/browse/CURATOR-676
Project: Apache Curator
Issue Type: Bug
Affects Versions: 5.5.0
Reporter: Kezhu Wang
Assignee: Enrico Olivelli
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)}}.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)