limit the hold of tenant 500, add ctx_id UNEXPECTED_IN_500 to mark uncertain_hold label

This commit is contained in:
tushicheng
2023-06-19 11:42:13 +00:00
committed by ob-robot
parent 5c33a662ae
commit d06678002e
16 changed files with 82 additions and 28 deletions

View File

@ -149,7 +149,7 @@ void ObSSTableMergeInfoIterator::reset()
*/
ObTenantSSTableMergeInfoMgr::ObTenantSSTableMergeInfoMgr()
: is_inited_(false),
allocator_(SET_USE_500(ObModIds::OB_SSTABLE_MERGE_INFO), OB_MALLOC_BIG_BLOCK_SIZE),
allocator_(SET_USE_UNEXPECTED_500(ObModIds::OB_SSTABLE_MERGE_INFO), OB_MALLOC_BIG_BLOCK_SIZE),
major_merge_infos_(allocator_),
minor_merge_infos_(allocator_)
{