Note: add memAttr to block_ids of ObSharedBlocksWriteCtx
This commit is contained in:
@ -62,7 +62,9 @@ struct ObSharedBlocksWriteCtx final
|
|||||||
public:
|
public:
|
||||||
ObSharedBlocksWriteCtx()
|
ObSharedBlocksWriteCtx()
|
||||||
: addr_(), block_ids_()
|
: addr_(), block_ids_()
|
||||||
{}
|
{
|
||||||
|
block_ids_.set_attr(ObMemAttr(MTL_ID(), "SharedBlkWCtx"));
|
||||||
|
}
|
||||||
~ObSharedBlocksWriteCtx();
|
~ObSharedBlocksWriteCtx();
|
||||||
bool is_valid() const;
|
bool is_valid() const;
|
||||||
int set_addr(const ObMetaDiskAddr &addr); // overwrite
|
int set_addr(const ObMetaDiskAddr &addr); // overwrite
|
||||||
|
Reference in New Issue
Block a user