Please provide a detailed title (e.g. "Broker crashes when using TopN query with Bound filter" instead of just "Broker crashes").
apache-druid-0.15.0
I started the druid with "nohup bin/start-micro-quickstart &" ,but I found that the druid process always auto stopped ,and i didn't run kill.
I don't know if it stoped because of the tasked finished.
the druid's nohup log as follows:
[Wed Aug 14 19:01:28 2019] Sending signal[15] to command[middleManager] (timeout 10s).
[Wed Aug 14 19:01:36 2019] Command[middleManager] exited (pid = 13735, exited = 143)
[Wed Aug 14 19:01:36 2019] Sending signal[15] to command[coordinator-overlord] (timeout 10s).
[Wed Aug 14 19:01:36 2019] Sending signal[15] to command[broker] (timeout 10s).
[Wed Aug 14 19:01:36 2019] Sending signal[15] to command[router] (timeout 10s).
[Wed Aug 14 19:01:36 2019] Sending signal[15] to command[historical] (timeout 10s).
[Wed Aug 14 19:01:37 2019] Command[router] exited (pid = 13733, exited = 143)
[Wed Aug 14 19:01:38 2019] Command[broker] exited (pid = 13732, exited = 143)
[Wed Aug 14 19:01:38 2019] Command[historical] exited (pid = 13734, exited = 143)
[Wed Aug 14 19:01:39 2019] Sending signal[9] to command[zk].
[Wed Aug 14 19:01:39 2019] Sending signal[9] to command[coordinator-overlord].
[Wed Aug 14 19:01:39 2019] Command[zk] exited (pid = 13730, signal = 9)
[Wed Aug 14 19:01:39 2019] Command[coordinator-overlord] exited (pid = 13731, signal = 9)
[Wed Aug 14 19:01:39 2019] Exiting.
try to use exit command after "nohup bin/start-micro-quickstart &"
你好,我也遇到这个自动退出问题,请问你们都是怎么解决的
你好,我也遇到这个自动退出问题,请问你们都是怎么解决的
nohup ... & 启动后,使用 exit 退出当前终端,否则断开时会被认为异常退出
Most helpful comment
try to use exit command after "nohup bin/start-micro-quickstart &"