[kill -15][vostest]enhance check_kill_gracefully case

This commit is contained in:
zhjc1124
2023-07-11 11:42:20 +00:00
committed by ob-robot
parent 9e3fa0652d
commit e027192b44
6 changed files with 62 additions and 1 deletions

View File

@ -621,6 +621,10 @@ void ObServer::destroy()
location_service_.destroy();
FLOG_INFO("location service destroyed");
FLOG_INFO("begin to destroy ts mgr");
OB_TS_MGR.destroy();
FLOG_INFO("ts mgr destroyed");
FLOG_INFO("begin to destroy weak read service");
weak_read_service_.destroy();
FLOG_INFO("weak read service destroyed");