Skip to content

Commit

Permalink
fix be register bug and add new interface recovery.
Browse files Browse the repository at this point in the history
  • Loading branch information
FreeOnePlus committed Jul 8, 2024
1 parent 6eedb8f commit e561331
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/runtime/be/resource/entry_point.sh
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ check_be_status() {
if [[ $1 == true ]]; then
docker_process_sql <<<"show frontends" | grep "[[:space:]]${MASTER_FE_IP}[[:space:]]"
else
docker_process_sql <<<"show backends" | grep "[[:space:]]${CURRENT_BE_IP}[[:space:]]" | grep "[[:space:]]${CURRENT_BE_PORT}[[:space:]]" | grep "[[:space:]]true[[:space:]]"
docker_process_sql <<<"show backends" | grep "[[:space:]]${CURRENT_BE_IP}[[:space:]]" | grep "[[:space:]]${CURRENT_BE_PORT}[[:space:]]"
fi
be_join_status=$?
if [[ "${be_join_status}" == 0 ]]; then
Expand Down

0 comments on commit e561331

Please sign in to comment.