This is an automated email from the ASF dual-hosted git repository.

hellostephen pushed a commit to branch branch-3.0
in repository https://gitbox.apache.org/repos/asf/doris.git


The following commit(s) were added to refs/heads/branch-3.0 by this push:
     new 793634766b5 branch-3.0: [fix](hive docker)Sysctl reserve ports error 
#47373 (#47398)
793634766b5 is described below

commit 793634766b53c78683f0e69d21b9aae80d0c9389
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Fri Jan 24 15:56:17 2025 +0800

    branch-3.0: [fix](hive docker)Sysctl reserve ports error #47373 (#47398)
    
    Cherry-picked from #47373
    
    Co-authored-by: Thearas <gaozif...@selectdb.com>
---
 docker/thirdparties/run-thirdparties-docker.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docker/thirdparties/run-thirdparties-docker.sh 
b/docker/thirdparties/run-thirdparties-docker.sh
index b35ae64a8b2..c8b7433e939 100755
--- a/docker/thirdparties/run-thirdparties-docker.sh
+++ b/docker/thirdparties/run-thirdparties-docker.sh
@@ -145,7 +145,7 @@ RUN_OCENABASE=0
 RUN_LAKESOUL=0
 RUN_KERBEROS=0
 
-RESERVED_PORTS=""
+RESERVED_PORTS="65535"
 
 for element in "${COMPONENTS_ARR[@]}"; do
     if [[ "${element}"x == "mysql"x ]]; then


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org

Reply via email to