fix tenant_weak_read thread leak

This commit is contained in:
jg0
2021-09-23 23:24:02 +08:00
committed by wangzelin.wzl
parent 3ad80b7d92
commit fdef86a605

View File

@ -118,6 +118,7 @@ void ObTenantWeakReadService::destroy()
TG_STOP(tg_id_);
TG_WAIT(tg_id_);
TG_DESTROY(tg_id_);
cluster_service_.destroy();