Fix a batch of memory not being split to tenant

This commit is contained in:
obdev
2023-05-18 14:11:18 +00:00
committed by ob-robot
parent 135383ca8b
commit 10ebab170d
98 changed files with 284 additions and 174 deletions

View File

@ -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)