Fix deadlock of ddl kv mgr
This commit is contained in:
parent
68b805d4be
commit
392ae3d831
@ -1042,7 +1042,6 @@ int ObTabletDDLKvMgr::get_ddl_kvs_unlock(const bool frozen_only, ObTablesHandleA
|
||||
{
|
||||
int ret = OB_SUCCESS;
|
||||
kv_handle_array.reset();
|
||||
ObLatchRGuard guard(lock_, ObLatchIds::TABLET_DDL_KV_MGR_LOCK);
|
||||
if (IS_NOT_INIT) {
|
||||
ret = OB_NOT_INIT;
|
||||
LOG_WARN("ObTabletDDLKvMgr is not inited", K(ret));
|
||||
|
Loading…
x
Reference in New Issue
Block a user