lhotari commented on code in PR #4645:
URL: https://github.com/apache/bookkeeper/pull/4645#discussion_r2265830213


##########
bookkeeper-server/src/main/java/org/apache/bookkeeper/conf/ServerConfiguration.java:
##########
@@ -114,6 +114,7 @@ public class ServerConfiguration extends 
AbstractConfiguration<ServerConfigurati
     protected static final String GC_OVERREPLICATED_LEDGER_WAIT_TIME = 
"gcOverreplicatedLedgerWaitTime";
     protected static final String 
GC_OVERREPLICATED_LEDGER_MAX_CONCURRENT_REQUESTS =
             "gcOverreplicatedLedgerMaxConcurrentRequests";
+    protected static final String GC_METADATA_OP_RATE_LIMIT = 
"gcMetadataOpRateLimit";

Review Comment:
   Since "gc" isn't used at all in the existing rate limiting settings, this 
raises the question of whether `gcMetadataOpRateLimit` should have a similar 
name such as `compactionMetadataOpRateLimit` to be consistent with the other 
concepts that are used ("compaction" instead of "gc").



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