destroy thread for kill 15

This commit is contained in:
zhjc1124
2023-05-29 07:41:18 +00:00
committed by ob-robot
parent 13dac20342
commit e6fcf5d6ad
11 changed files with 127 additions and 2 deletions

View File

@ -53,6 +53,7 @@ void ObLocalityManager::destroy()
TG_DESTROY(lib::TGDefIDs::LocalityReload);
locality_info_.destroy();
server_locality_cache_.destroy();
refresh_locality_task_queue_.destroy();
STORAGE_LOG(INFO, "ObLocalityManager destroy finished");
}
}