Skip to content

Commit

Permalink
sleep before start
Browse files Browse the repository at this point in the history
  • Loading branch information
gavingaozhangmin committed Oct 15, 2021
1 parent 9d60b97 commit 02bc98e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bin/pulsar-daemon
Original file line number Diff line number Diff line change
Expand Up @@ -220,6 +220,7 @@ case $startStop in
stop $1
if [ "$exitCode" != 1 ]
then
sleep 3
start
else
echo "WARNNING : $command failed restart, for $command is not stopped completely."
Expand Down

0 comments on commit 02bc98e

Please sign in to comment.