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

This commit is contained in:
obdev
2024-02-07 01:37:09 +00:00
committed by ob-robot
parent 9b82e3c3cc
commit 535b1c2ce6

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();
}
}
}
}