BUGFIX: make sure clean the ls if created failed
This commit is contained in:
@ -110,7 +110,7 @@ int TestTabletStatusCache::create_ls(const uint64_t tenant_id, const share::ObLS
|
||||
int TestTabletStatusCache::remove_ls(const share::ObLSID &ls_id)
|
||||
{
|
||||
int ret = OB_SUCCESS;
|
||||
ret = MTL(ObLSService*)->remove_ls(ls_id, false);
|
||||
ret = MTL(ObLSService*)->remove_ls(ls_id);
|
||||
return ret;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user