fix bug, compact store should not use mem in 500 tenant
This commit is contained in:
parent
cafc2c6b51
commit
94e70cc457
@ -382,6 +382,7 @@ int ObCompactStore::init(const int64_t mem_limit,
|
||||
{
|
||||
int ret = OB_SUCCESS;
|
||||
inited_ = true;
|
||||
ObTempBlockStore::set_inner_allocator_attr(ObMemAttr(tenant_id, "CompactStore"));
|
||||
OZ(row_meta_.init(col_array, row_extra_size));
|
||||
OZ(ObTempBlockStore::init(mem_limit, enable_dump, tenant_id, mem_ctx_id, label, compress_type, enable_trunc));
|
||||
OZ(block_reader_.init(this));
|
||||
|
Loading…
x
Reference in New Issue
Block a user