[scn] mv definition of SCN to dir of share

This commit is contained in:
obdev
2022-11-28 02:50:55 +00:00
committed by ob-robot
parent 68151eb87a
commit 99d4f56fec
716 changed files with 7746 additions and 6117 deletions

View File

@ -28,7 +28,7 @@ namespace oceanbase
{
using namespace oceanbase::transaction;
using namespace oceanbase::palf;
using namespace oceanbase::share;
namespace storage
{
@ -807,7 +807,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(palf::SCN::max_scn(), true))) {
if (OB_FAIL(memtable_mgr_->flush(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_));
}