This is an automated email from the ASF dual-hosted git repository. yiguolei pushed a commit to branch branch-2.1 in repository https://gitbox.apache.org/repos/asf/doris.git
commit a5c7e76a3de6d6fff4cdccc5a9136ca6d7028c04 Author: Liqf <[email protected]> AuthorDate: Mon Apr 15 11:25:21 2024 +0800 [docker](script)add --grace to be_prestop.sh (#33599) --- docker/runtime/be/resource/be_prestop.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/runtime/be/resource/be_prestop.sh b/docker/runtime/be/resource/be_prestop.sh index af9ab1001c6..798cf28944f 100755 --- a/docker/runtime/be/resource/be_prestop.sh +++ b/docker/runtime/be/resource/be_prestop.sh @@ -18,4 +18,4 @@ DORIS_ROOT=${DORIS_ROOT:-"/opt/apache-doris"} DORIS_HOME=${DORIS_ROOT}/be -$DORIS_HOME/bin/stop_be.sh +$DORIS_HOME/bin/stop_be.sh --grace --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
