fix update report scn when looping ls

This commit is contained in:
Fengjingkun
2023-07-11 08:55:49 +00:00
committed by ob-robot
parent 12fff799fa
commit 0942e662fc
2 changed files with 15 additions and 9 deletions

View File

@ -5324,9 +5324,9 @@ int ObTablet::get_mds_table_handle_(mds::MdsTableHandle &handle,
LOG_TRACE("there is no mds table on ls inner tablet yet", KR(ret));
} else if (OB_FAIL(inner_get_mds_table(handle, create_if_not_exist))) {
if (OB_ENTRY_NOT_EXIST != ret) {
LOG_WARN("inner get mds table failed", KR(ret));
} else {
LOG_TRACE("inner get mds table failed", KR(ret));
LOG_WARN("inner get mds table failed", KR(ret), "ls_id", tablet_meta_.ls_id_, "tablet_id", tablet_meta_.tablet_id_);
} else if (REACH_TENANT_TIME_INTERVAL(10_s)) {
LOG_TRACE("inner get mds table failed", KR(ret), "ls_id", tablet_meta_.ls_id_, "tablet_id", tablet_meta_.tablet_id_);
}
}
return ret;