fix dml insert lob memory usage

This commit is contained in:
skylhd
2023-11-14 11:48:54 +00:00
committed by ob-robot
parent b1fc1f9710
commit 0dbabdd890

View File

@ -2580,11 +2580,11 @@ int ObLSTabletService::insert_rows(
row_count, rows_info, tbl_rows, afct_num, dup_num))) {
LOG_WARN("insert to each tablets fail", K(ret));
}
lob_allocator.reuse();
}
} else {
LOG_WARN("Failed to allocate ObRowsInfo", K(ret));
}
lob_allocator.reuse();
}
if (OB_ITER_END == ret) {