[CP] refresh alive_server_set_ of px_target_mgr when find server not alive

This commit is contained in:
sdc
2023-11-27 09:29:19 +00:00
committed by ob-robot
parent bc8de255ba
commit 03b0e9bb9f

View File

@ -152,6 +152,9 @@ void ObPxTargetMgr::run1()
LOG_INFO("found a server is not longer alive, so refresh all", K(it->first));
}
}
if (px_res_refresh_funtor.need_refresh_all_) {
alive_server_set_.clear();
}
}
}
}