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/06/13 19:54:44 UTC

[GitHub] nicmichael commented on a change in pull request #1504: Issue #1489: Better Prevent Read Outliers during short-term Bookie Slow-Down

nicmichael commented on a change in pull request #1504: Issue #1489: Better Prevent Read Outliers during short-term Bookie Slow-Down
URL: https://github.com/apache/bookkeeper/pull/1504#discussion_r195214627
 
 

 ##########
 File path: bookkeeper-server/src/main/java/org/apache/bookkeeper/conf/ClientConfiguration.java
 ##########
 @@ -1126,6 +1127,30 @@ public ClientConfiguration setEnsemblePlacementPolicy(Class<? extends EnsemblePl
         return this;
     }
 
+    /**
+     * Get the threshold for the number of pending requests beyond which to reorder
+     * reads. If <= zero, this feature is turned off.
 
 Review comment:
   Thanks for pointing out. Fixed in rev 2.

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