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

@ -860,6 +860,7 @@ int ObLS::get_ls_info(ObLSVTInfo &ls_info)
ls_info.need_rebuild_ = is_need_rebuild;
ls_info.checkpoint_ts_ = ls_meta_.get_clog_checkpoint_ts();
ls_info.checkpoint_lsn_ = ls_meta_.get_clog_base_lsn().val_;
ls_info.rebuild_seq_ = ls_meta_.get_rebuild_seq();
}
return ret;
}