discard ObChunkRowDE mod && do not push view task when queue size almost full
This commit is contained in:
committed by
ob-robot
parent
e1081698d6
commit
de8174ebf2
@ -95,7 +95,7 @@ OB_DEF_DESERIALIZE(ObTableRowStoreOpInput)
|
||||
ret = OB_ALLOCATE_MEMORY_FAILED;
|
||||
LOG_WARN("allocate row store failed", K(sizeof(ObChunkDatumStore)));
|
||||
} else {
|
||||
ObChunkDatumStore *datum_store = new(ptr) ObChunkDatumStore(allocator_);
|
||||
ObChunkDatumStore *datum_store = new(ptr) ObChunkDatumStore("TableRowStoreOp", allocator_);
|
||||
if (OB_FAIL(datum_store->init(UINT64_MAX,
|
||||
common::OB_SERVER_TENANT_ID,
|
||||
ObCtxIds::DEFAULT_CTX_ID,
|
||||
|
||||
Reference in New Issue
Block a user