fix 4377 caused by px retry

This commit is contained in:
obdev
2022-12-13 04:37:59 +00:00
committed by ob-robot
parent 3635038539
commit f93ef2fe39
10 changed files with 44 additions and 44 deletions

View File

@ -3506,7 +3506,7 @@ int ObExtraServerAliveCheck::do_check() const
query_start_time_))) {
sqcs.at(j).set_need_report(false);
sqcs.at(j).set_thread_finish(true);
sqcs.at(j).set_server_not_alive();
sqcs.at(j).set_server_not_alive(true);
if (!sqcs.at(j).is_ignore_vtable_error()) {
ret = OB_RPC_CONNECT_ERROR;
LOG_WARN("server not in communication, maybe crashed.", K(ret),