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_r124678337
 
 

 ##########
 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:
   @jvrao I added the heardFromHosts set back in e93a5cb . so the error 
messages will include the host information. let me know if it is okay to you. 
 
----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to