lhotari commented on code in PR #4727:
URL: https://github.com/apache/bookkeeper/pull/4727#discussion_r2958458175
##########
bookkeeper-server/src/main/java/org/apache/bookkeeper/conf/ClientConfiguration.java:
##########
@@ -140,6 +140,7 @@ public class ClientConfiguration extends
AbstractConfiguration<ClientConfigurati
protected static final String BOOKIE_ERROR_THRESHOLD_PER_INTERVAL =
"bookieErrorThresholdPerInterval";
protected static final String BOOKIE_QUARANTINE_TIME_SECONDS =
"bookieQuarantineTimeSeconds";
protected static final String BOOKIE_QUARANTINE_RATIO =
"bookieQuarantineRatio";
+ protected static final String BOOKIE_CONNECTING_ERROR_QUARANTINE_ENABLED =
"bookieConnectionErrorQuarantineEnabled";
Review Comment:
```suggestion
protected static final String BOOKIE_CONNECTION_ERROR_QUARANTINE_ENABLED
= "bookieConnectionErrorQuarantineEnabled";
```
--
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]