hangc0276 commented on code in PR #3376:
URL: https://github.com/apache/bookkeeper/pull/3376#discussion_r911599411


##########
bookkeeper-server/src/test/java/org/apache/bookkeeper/conf/TestBKConfiguration.java:
##########
@@ -61,9 +61,9 @@ public static ServerConfiguration newServerConfiguration() {
         confReturn.setProperty(DbLedgerStorage.WRITE_CACHE_MAX_SIZE_MB, 4);
         confReturn.setProperty(DbLedgerStorage.READ_AHEAD_CACHE_MAX_SIZE_MB, 
4);
         /**
-         * if testcase has zk error,just try 0 time for fast running
+         * if testcase has zk error,just try 3 time for fast running
          */
-        confReturn.setZkRetryBackoffMaxRetries(0);
+        confReturn.setZkRetryBackoffMaxRetries(3);

Review Comment:
   Removing this configuration is better because the default value is 
Integer.MAX_VALUE



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