jihoonson commented on issue #6047:  Minor change in the "Start up Druid 
services" Section
URL: https://github.com/apache/incubator-druid/pull/6047#issuecomment-409729937
 
 
   Hi @hpandeycodeit, the exception should be fine. In Druid, each component 
should retry until it finds the current leader.
   
   I think it's more important to replace those long java commands with our 
simple scripts. For example, we have a script, i.e., `bin/broker.sh` to 
start/stop brokers. So, we can replace `java cat 
conf-quickstart/druid/broker/jvm.config | xargs -cp 
"conf-quickstart/druid/_common:conf-quickstart/druid/broker:lib/*" 
io.druid.cli.Main server broker` to use this script. Probably we need to 
improve those scripts to accept an extra parameter for configuration directory. 
Similar for other components. Are you interested in this?

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