You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@bookkeeper.apache.org by gi...@git.apache.org on 2017/06/28 14:05:18 UTC

[GitHub] jvrao commented on a change in pull request #200: Issue 209: Introduce Speculative Read/Read LAC policy

jvrao 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_r124549893
 
 

 ##########
 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 would still like to get the bookie inet address as we use it extensively for debugging. With this we get the index only right?
 
----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services