[Arb] fix ObNetKeepalive stops too late

This commit is contained in:
BinChenn
2023-03-15 07:43:47 +00:00
committed by ob-robot
parent cb4c4572e6
commit e9bec81a96

View File

@ -971,6 +971,10 @@ int ObServer::stop()
TG_STOP(lib::TGDefIDs::Blacklist);
FLOG_INFO("server blacklist stopped");
FLOG_INFO("begin to stop ObNetKeepAlive");
ObNetKeepAlive::get_instance().stop();
FLOG_INFO("ObNetKeepAlive stopped");
FLOG_INFO("begin to stop GDS");
GDS.stop();
FLOG_INFO("GDS stopped");