[BugFix] table_guard stop refreshing table
This commit is contained in:
parent
8f99241476
commit
255f448946
@ -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;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user