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

 ##########
 File path: docs/content/configuration/index.md
 ##########
 @@ -167,6 +167,7 @@ We recommend just setting the base ZK path and the ZK 
service host, but all ZK p
 |`druid.zk.service.user`|The username to authenticate with ZooKeeper. This is 
an optional property.|none|
 |`druid.zk.service.pwd`|The [Password 
Provider](../operations/password-provider.html) or the string password to 
authenticate with ZooKeeper. This is an optional property.|none|
 |`druid.zk.service.authScheme`|digest is the only authentication scheme 
supported. |digest|
+|`druid.zk.service.terminateDruidProcess`|When set to 'true', changes behavior 
of Druid processes that rely on Zookeeper to forcefully exit. If the connection 
to Zookeeper fails (after exhausting all exponential backoff retries), the 
process will die with an errorlevel of 1.|false|
 
 Review comment:
   I think something like
   
   > If set to 'true' and the connection to ZooKeeper fails (after exhausting 
all potential backoff retires), Druid process terminates itself with exit code 
1.
   
   would be clearer

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

Reply via email to