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 4cdc12c commit 1353ceaCopy full SHA for 1353cea
fluss-dist/src/main/resources/bin/fluss-daemon.sh
@@ -90,7 +90,7 @@ function guaranteed_kill {
90
# if timeout exists, use it
91
if command -v timeout &> /dev/null ; then
92
# 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
+ timeout 120 tail --pid=$to_stop_pid -f /dev/null &> /dev/null
94
if [ "$?" -eq 124 ]; then
95
echo "Daemon $daemon didn't stop within 10 seconds. Killing it."
96
# send sigkill
0 commit comments