abhishekagarwal87 commented on code in PR #13913:
URL: https://github.com/apache/druid/pull/13913#discussion_r1140141891


##########
server/src/main/java/org/apache/druid/curator/CuratorConfig.java:
##########
@@ -58,6 +58,12 @@
   @JsonProperty("authScheme")
   private String authScheme = "digest";
 
+  // Configures the maximum number of retries for attempting connection to 
Zookeeper.
+  // This config property is in place to override the retry count in case 
unexpected issues show up with a smaller retry count.
+  // This may be removed in the future if we determine the default value 
doesn't cause any unexpected issues.
+  @JsonProperty("maxZkRetries")
+  private int maxZkRetries = 5;

Review Comment:
   let's keep the default to 29 itself. 



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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to