[CP] fix serialized packet and return less data
This commit is contained in:
@ -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_;
|
||||
|
||||
Reference in New Issue
Block a user