[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

@ -77,7 +77,7 @@ private:
DISALLOW_COPY_AND_ASSIGN(ObMallocAllocator);
private:
common::SpinRWLock locks_[PRESERVED_TENANT_COUNT];
obsys::ObRWLock locks_[PRESERVED_TENANT_COUNT];
ObTenantCtxAllocator *allocators_[PRESERVED_TENANT_COUNT][common::ObCtxIds::MAX_CTX_ID];
int64_t reserved_;
int64_t urgent_;