all_server_list improvement

This commit is contained in:
linqiucen
2023-05-24 06:41:30 +00:00
committed by ob-robot
parent 2724fef69d
commit 9c1c501715
14 changed files with 137 additions and 94 deletions

View File

@ -573,7 +573,7 @@ int ObServerTraceMap::refresh()
LOG_WARN("fail to push back", K(server_info_i), KR(ret));
}
}
if (OB_SUCC(ret)) {
if (OB_SUCC(ret) && !has_build_) {
has_build_ = true;
}
}