StevenLuMT commented on code in PR #3376:
URL: https://github.com/apache/bookkeeper/pull/3376#discussion_r912319527
##########
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:
ok,add a new commit @hangc0276
1.The serial execution to close more auditor is easy timeout,change it
concurrent processiing
2.Removing config's zkRetryBackoffMaxRetries,use 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]