replace log_ts by SCN in checkpoint

This commit is contained in:
obdev
2022-11-28 01:52:02 +00:00
committed by ob-robot
parent 92c51091d7
commit c4c13f6296
50 changed files with 285 additions and 328 deletions

View File

@ -783,7 +783,7 @@ int ObTxDataTable::self_freeze_task()
STORAGE_LOG(INFO, "start tx data table self freeze task", K(get_ls_id()));
if (OB_FAIL(memtable_mgr_->flush(INT64_MAX, true))) {
if (OB_FAIL(memtable_mgr_->flush(palf::SCN::max_scn(), true))) {
share::ObLSID ls_id = get_ls_id();
STORAGE_LOG(WARN, "self freeze of tx data memtable failed.", KR(ret), K(ls_id), KPC(memtable_mgr_));
}