sijie commented on a change in pull request #925: Issue611: restrict max
ensemble change numbers
URL: https://github.com/apache/bookkeeper/pull/925#discussion_r158922092
##########
File path:
bookkeeper-server/src/main/java/org/apache/bookkeeper/conf/ClientConfiguration.java
##########
@@ -79,6 +79,7 @@
protected static final String REORDER_READ_SEQUENCE_ENABLED =
"reorderReadSequenceEnabled";
// Add Parameters
protected static final String DELAY_ENSEMBLE_CHANGE =
"delayEnsembleChange";
+ protected static final String MAX_ENSEMBLE_CHANGES_NUM =
"maxEnsembleChangesNum";
Review comment:
maxNumEnsembleChanges
----------------------------------------------------------------
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