[
https://issues.apache.org/jira/browse/BOOKKEEPER-891?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15138485#comment-15138485
]
ASF GitHub Bot commented on BOOKKEEPER-891:
-------------------------------------------
Github user sijie commented on the pull request:
https://github.com/apache/bookkeeper/pull/12#issuecomment-181746901
The change looks good to me. +1
> 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)