[CP] refresh alive_server_set_ of px_target_mgr when find server not alive
This commit is contained in:
@ -152,6 +152,9 @@ void ObPxTargetMgr::run1()
|
|||||||
LOG_INFO("found a server is not longer alive, so refresh all", K(it->first));
|
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();
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user