We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25f939c commit 3f1c085Copy full SHA for 3f1c085
operator/src/main/resources/scripts/startNodeManager.sh
@@ -322,7 +322,6 @@ logFileRotate ${nodemgr_out_file} ${NODEMGR_LOG_FILE_MAX:-11}
322
323
${stm_script} > ${nodemgr_out_file} 2>&1 &
324
325
-wait_count=0
326
start_secs=$SECONDS
327
max_wait_secs=${NODE_MANAGER_MAX_WAIT:-60}
328
while [ 1 -eq 1 ]; do
@@ -340,7 +339,6 @@ while [ 1 -eq 1 ]; do
340
339
trace SEVERE "Node manager failed to start within $max_wait_secs seconds."
341
exit 1
342
fi
343
- wait_count=$((wait_count + 1))
344
done
345
346
trace "Nodemanager started in $((SECONDS - start_secs)) seconds."
0 commit comments