michael-trelinski commented on a change in pull request #6740: Zookeeper loss
URL: https://github.com/apache/incubator-druid/pull/6740#discussion_r253238507
##########
File path: server/src/main/java/org/apache/druid/curator/CuratorConfig.java
##########
@@ -109,4 +113,14 @@ public String getAuthScheme()
return authScheme;
}
+ public boolean getTerminateDruidProcessOnConnectFail()
+ {
+ return terminateDruidProcessOnConnectFail;
+ }
+
+ public void setTerminateDruidProcessOnConnectFail(Boolean
terminateDruidProcessOnConnectFail)
+ {
+ this.terminateDruidProcessOnConnectFail =
terminateDruidProcessOnConnectFail == null ? false :
terminateDruidProcessOnConnectFail;
Review comment:
Fixed
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]