You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@bookkeeper.apache.org by GitBox <gi...@apache.org> on 2018/01/16 19:49:53 UTC

[GitHub] athanatos commented on a change in pull request #991: PendingReadOp: add counter for speculative reads

athanatos commented on a change in pull request #991: PendingReadOp: add counter for speculative reads
URL: https://github.com/apache/bookkeeper/pull/991#discussion_r161867899
 
 

 ##########
 File path: bookkeeper-server/src/main/java/org/apache/bookkeeper/client/PendingReadOp.java
 ##########
 @@ -470,6 +473,7 @@ boolean complete(int bookieIndex, BookieSocketAddress host, ByteBuf buffer) {
         heardFromHostsBitSet = new BitSet(getLedgerMetadata().getEnsembleSize());
 
         readOpLogger = lh.bk.getReadOpLogger();
+        speculativeReadCounter = lh.bk.speculativeReadCounter;
 
 Review comment:
   Alright.

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