[CP]add allocator label

This commit is contained in:
renju96
2023-11-28 09:42:17 +00:00
committed by ob-robot
parent 489759b928
commit 7ce52650c0
10 changed files with 29 additions and 22 deletions

View File

@ -69,6 +69,9 @@ ObTmpFileIOHandle::ObTmpFileIOHandle()
last_fd_(OB_INVALID_FD),
last_extent_id_(0)
{
io_handles_.set_attr(ObMemAttr(MTL_ID(), "TMP_IO_HDL"));
page_cache_handles_.set_attr(ObMemAttr(MTL_ID(), "TMP_PCACHE_HDL"));
block_cache_handles_.set_attr(ObMemAttr(MTL_ID(), "TMP_BCACHE_HDL"));
}
ObTmpFileIOHandle::~ObTmpFileIOHandle()