提交 255f4489 编写于 作者: O obdev 提交者: wangzelin.wzl

[BugFix] table_guard stop refreshing table

上级 8f992414
...@@ -361,7 +361,7 @@ bool ObStorageTableGuard::need_to_refresh_table(ObTableStoreIterator &iter, int ...@@ -361,7 +361,7 @@ bool ObStorageTableGuard::need_to_refresh_table(ObTableStoreIterator &iter, int
} else { } else {
LOG_WARN("unexpect exit_flag", K(exit_flag), K(ret), K(ls_id), K(tablet_id)); 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; bool_ret = false;
} }
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册