[BugFix] table_guard stop refreshing table

This commit is contained in:
obdev 2022-10-25 10:57:14 +08:00 committed by wangzelin.wzl
parent 8f99241476
commit 255f448946

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;
}
}