[CP] fix serialized packet and return less data

This commit is contained in:
obdev
2022-11-18 06:35:51 +00:00
committed by wangzelin.wzl
parent 0a20f5ca46
commit c5cff66ebe
22 changed files with 350 additions and 82 deletions

View File

@ -507,9 +507,6 @@ int ObTenantResourceMgrList::pop(ObTenantResourceMgr *&tenant_resource_mgr)
ObResourceMgr::ObResourceMgr()
: inited_(false), cache_washer_(NULL), locks_(), tenant_resource_mgrs_(), free_list_()
{
for (int64_t i = 0; i < MAX_TENANT_COUNT; ++i) {
locks_[i].enable_record_stat(false);
}
}
ObResourceMgr::~ObResourceMgr()