replace log_ts by SCN in checkpoint
This commit is contained in:
@ -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_));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user