nicoloboschi commented on a change in pull request #2797:
URL: https://github.com/apache/bookkeeper/pull/2797#discussion_r710822934



##########
File path: 
bookkeeper-server/src/main/java/org/apache/bookkeeper/conf/ServerConfiguration.java
##########
@@ -111,6 +111,8 @@
     protected static final String GC_WAIT_TIME = "gcWaitTime";
     protected static final String IS_FORCE_GC_ALLOW_WHEN_NO_SPACE = 
"isForceGCAllowWhenNoSpace";
     protected static final String GC_OVERREPLICATED_LEDGER_WAIT_TIME = 
"gcOverreplicatedLedgerWaitTime";
+    protected static final String 
GC_OVERREPLICATED_LEDGER_MAX_CONCURRENT_ZK_REQUESTS =

Review comment:
       since this property is not tightly related to ZK but it's more a logical 
option, IMHO we should not mention ZK in the name of the property
   GC_OVERREPLICATED_LEDGER_MAX_CONCURRENT_REQUESTS ? 




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to