sijie commented on a change in pull request #200: Issue 209: Introduce
Speculative Read/Read LAC policy
URL: https://github.com/apache/bookkeeper/pull/200#discussion_r124584618
##########
File path:
bookkeeper-server/src/main/java/org/apache/bookkeeper/client/PendingReadOp.java
##########
@@ -565,7 +559,7 @@ protected void submitCallback(int code) {
}
}
LOG.error("Read of ledger entry failed: L{} E{}-E{}, Heard from
{}. First unread entry is {}",
- new Object[] { lh.getId(), startEntryId, endEntryId,
heardFromHosts, firstUnread });
+ new Object[] { lh.getId(), startEntryId, endEntryId,
heardFromHostsBitSet, firstUnread });
Review comment:
I will add the address information in the error messages
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services