check rebuild while doing migration

This commit is contained in:
oceanoverflow
2022-11-18 09:05:57 +00:00
committed by wangzelin.wzl
parent 92765f4f87
commit 6df2e15d68
25 changed files with 311 additions and 77 deletions

View File

@ -97,6 +97,7 @@ void TestMetaPointerMap::FakeLs(ObLS &ls)
ls.ls_meta_.migration_status_ = ObMigrationStatus::OB_MIGRATION_STATUS_NONE;
ls.ls_meta_.restore_status_ = ObLSRestoreStatus::RESTORE_NONE;
ls.ls_meta_.replica_type_ = ObReplicaType::REPLICA_TYPE_FULL;
ls.ls_meta_.rebuild_seq_ = 0;
}