[scn] rename log_ts to scn

This commit is contained in:
obdev
2022-11-28 02:29:00 +00:00
committed by ob-robot
parent 89c7502360
commit 59db61e110
316 changed files with 219033 additions and 6033 deletions

View File

@ -361,7 +361,7 @@ bool ObStorageTableGuard::need_to_refresh_table(ObTableStoreIterator &iter, int
} else {
LOG_WARN("unexpect exit_flag", K(exit_flag), K(ret), K(ls_id), K(tablet_id));
}
if (0 != exit_flag || OB_FAIL(ret)) {
if (OB_FAIL(ret)) {
bool_ret = false;
}
}