Ladislav Dobias created ZEPPELIN-3861:
-----------------------------------------
Summary: Infinite loop in wait_zeppelin_is_up_for_ci
Key: ZEPPELIN-3861
URL: https://issues.apache.org/jira/browse/ZEPPELIN-3861
Project: Zeppelin
Issue Type: Bug
Components: zeppelin-server
Affects Versions: 0.8.0
Reporter: Ladislav Dobias
In file [zeppelin-daemon.sh, function
wait_zeppelin_is_up_for_ci|https://github.com/apache/zeppelin/blob/v0.8.0/bin/zeppelin-daemon.sh#L130]
there is a loop that never ends if {{CI=true}} and when zeppelin is not
started (e.g. when crashed during startup).
Resolution would be e.g. to remove line with
[continue|https://github.com/apache/zeppelin/blob/v0.8.0/bin/zeppelin-daemon.sh#L137]
(or move {{let "count+=1"}} before {{if}}).
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)