Change the memory of ObEncodingRowBufHolder to hang on its own tenant which used to hang on 500.

This commit is contained in:
obdev
2023-04-04 01:41:16 +00:00
committed by ob-robot
parent 1fa46f121d
commit 8b00a6d6be
6 changed files with 31 additions and 8 deletions

View File

@ -140,7 +140,7 @@ int ObMicroBlockEncoder::init(const ObMicroBlockEncodingCtx &ctx)
LOG_WARN("reserve array failed", K(ret), "size", ctx.column_cnt_);
} else if (OB_FAIL(init_all_col_values(ctx))) {
LOG_WARN("init all_col_values failed", K(ret), K(ctx));
} else if (OB_FAIL(row_buf_holder_.init(ctx.macro_block_size_))) {
} else if (OB_FAIL(row_buf_holder_.init(ctx.macro_block_size_, MTL_ID()))) {
LOG_WARN("init row buf holder failed", K(ret));
} else {
// TODO bin.lb: shrink all_col_values_ size