Skip to content

Commit 1353cea

Browse files
committed
timeout 120s
1 parent 4cdc12c commit 1353cea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fluss-dist/src/main/resources/bin/fluss-daemon.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ function guaranteed_kill {
9090
# if timeout exists, use it
9191
if command -v timeout &> /dev/null ; then
9292
# wait 10 seconds for process to stop. By default, Fluss kills the JVM 5 seconds after sigterm.
93-
timeout 60 tail --pid=$to_stop_pid -f /dev/null &> /dev/null
93+
timeout 120 tail --pid=$to_stop_pid -f /dev/null &> /dev/null
9494
if [ "$?" -eq 124 ]; then
9595
echo "Daemon $daemon didn't stop within 10 seconds. Killing it."
9696
# send sigkill

0 commit comments

Comments
 (0)