Fix a batch of memory not being split to tenant
This commit is contained in:
@ -67,6 +67,7 @@ OB_SERIALIZE_MEMBER(ObMigrateTabletAutoincSeqParam, src_tablet_id_, dest_tablet_
|
||||
|
||||
ObTabletAutoincSeq::ObTabletAutoincSeq() : intervals_()
|
||||
{
|
||||
intervals_.set_attr(ObMemAttr(OB_SERVER_TENANT_ID, "TabletAutoInc"));
|
||||
}
|
||||
|
||||
int ObTabletAutoincSeq::assign(const ObTabletAutoincSeq &other)
|
||||
|
||||
Reference in New Issue
Block a user