[
https://issues.apache.org/jira/browse/BOOKKEEPER-891?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15138892#comment-15138892
]
Hudson commented on BOOKKEEPER-891:
-----------------------------------
FAILURE: Integrated in bookkeeper-master #1281 (See
[https://builds.apache.org/job/bookkeeper-master/1281/])
BOOKKEEPER-891: Read entries failure should trigger callback only once (sijie:
rev 9c937f5d814d4079b6134db361a0e2de1e37cd05)
*
bookkeeper-server/src/main/java/org/apache/bookkeeper/client/PendingReadOp.java
*
bookkeeper-server/src/test/java/org/apache/bookkeeper/client/BookKeeperTest.java
> 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)