del log & fix acquired_tablet/check rs finish & bind for MTL

This commit is contained in:
obdev
2023-03-09 11:13:55 +00:00
committed by ob-robot
parent d8318ae4cf
commit 702ea5cd2d
7 changed files with 30 additions and 15 deletions

View File

@ -257,7 +257,7 @@ int ObMediumCompactionScheduleFunc::schedule_next_medium_primary_cluster(
// for major, need select inner_table to check RS status
if (OB_FAIL(get_status_from_inner_table(ls_.get_ls_id(), tablet_.get_tablet_meta().tablet_id_, ret_info))) {
LOG_WARN("failed to get status from inner tablet", K(ret), KPC(this));
} else if (ret_info.could_schedule_next_round(last_major->get_snapshot_version())) {
} else if (ret_info.could_schedule_next_round(medium_list.get_last_compaction_scn())) {
LOG_INFO("success to check RS major checksum validation finished", K(ret), KPC(this), K(ret_info));
ret = decide_medium_snapshot(is_major);
} else {