Matteo Merli created BOOKKEEPER-891:
---------------------------------------
Summary: Read entries failure should trigger callback only once
Key: BOOKKEEPER-891
URL: https://issues.apache.org/jira/browse/BOOKKEEPER-891
Project: Bookkeeper
Issue Type: Bug
Reporter: Matteo Merli
Assignee: Matteo Merli
Priority: Minor
Fix For: 4.4.0
When reading multiple entries with {code}LedgerHandle.asyncReadEntries(){code},
in case there is a read error, the callback is currently being invoked for each
of the requested entries.
Since a single "success" callback is expected, we should also have a single
"failure" callback invocation.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)