提交 76437a33 编写于 作者: O obdev 提交者: ob-robot

[4.1] fix bug that determine whether logstream freeze or tablet freeze

上级 8752faba
......@@ -782,7 +782,7 @@ int ObDataCheckpoint::freeze_base_on_needs_(share::SCN recycle_scn)
} else {
int need_flush_num = need_flush_tablets.count();
logstream_freeze =
need_flush_num * 100 / wait_flush_num <= TABLET_FREEZE_PERCENT;
need_flush_num * 100 / wait_flush_num > TABLET_FREEZE_PERCENT;
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册