set mem attr for mds medium info
This commit is contained in:
@ -62,6 +62,7 @@ int ObTabletDumpedMediumInfo::init(common::ObIAllocator &allocator)
|
|||||||
LOG_WARN("init twice", K(ret), K_(is_inited));
|
LOG_WARN("init twice", K(ret), K_(is_inited));
|
||||||
} else {
|
} else {
|
||||||
allocator_ = &allocator;
|
allocator_ = &allocator;
|
||||||
|
medium_info_list_.set_attr(lib::ObMemAttr(MTL_ID(), "mds_medium_info"));
|
||||||
is_inited_ = true;
|
is_inited_ = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user