You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be better if ./wait-for-active would poll the (new, recent) /diagstatus URL on all nodes instead of using ./karaf-client 1 showsvcstatus. The CLI command on 1 fails if 1 is down and 2 and 3 are up, it's better to poll each node directly, and not rely on 1 to be the orchestrator. There are also "normal" exceptions (shown in INFRAUTILS-54) when showsvcstatus is used too early during boot.
The text was updated successfully, but these errors were encountered:
It would be better if
./wait-for-activewould poll the (new, recent)/diagstatusURL on all nodes instead of using./karaf-client 1 showsvcstatus. The CLI command on 1 fails if 1 is down and 2 and 3 are up, it's better to poll each node directly, and not rely on 1 to be the orchestrator. There are also "normal" exceptions (shown in INFRAUTILS-54) whenshowsvcstatusis used too early during boot.The text was updated successfully, but these errors were encountered: