[CP]add allocator label

This commit is contained in:
renju96
2024-02-07 03:34:37 +00:00
committed by ob-robot
parent 6f9f82558a
commit 24c01952b4
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()