You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@druid.apache.org by GitBox <gi...@apache.org> on 2019/01/10 11:22:35 UTC

[GitHub] leventov commented on a change in pull request #6740: Zookeeper loss

leventov commented on a change in pull request #6740: Zookeeper loss
URL: https://github.com/apache/incubator-druid/pull/6740#discussion_r246722692
 
 

 ##########
 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:
   Line longer than 120 cols. Please use if-else.

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org
For additional commands, e-mail: commits-help@druid.apache.org