Skip to content

Commit

Permalink
change
Browse files Browse the repository at this point in the history
  • Loading branch information
FreeOnePlus committed Dec 11, 2024
1 parent dc645ab commit 8ed12de
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions docker/runtime/be/resource/init_be.sh
Original file line number Diff line number Diff line change
Expand Up @@ -66,11 +66,6 @@ add_priority_networks() {
echo "priority_networks = ${1}" >>${DORIS_HOME}/be/conf/be.conf
}

add_skip_check_ulimit_config() {
doris_note "exec 'export SKIP_CHECK_ULIMIT = true' command."
export SKIP_CHECK_ULIMIT=true
}

show_be_args(){
doris_note "============= init args ================"
doris_note "MASTER_FE_IP " ${MASTER_FE_IP}
Expand Down Expand Up @@ -196,13 +191,13 @@ _main() {
else
add_priority_networks $PRIORITY_NETWORKS
fi
add_skip_check_ulimit_config
node_role_conf
show_be_args
register_be_to_fe
fi
check_be_status
doris_note "Ready to start BE!"
export SKIP_CHECK_ULIMIT=true
${DORIS_HOME}/be/bin/start_be.sh --skip_check_ulimit &
child_pid=$!
wait $child_pid
Expand Down

0 comments on commit 8ed12de

Please sign in to comment.