提交 27b47046 编写于 作者: H hf0 提交者: wangzelin.wzl

remove -4109 result when it is waiting rebuild but online.

上级 eab34d59
......@@ -4572,8 +4572,6 @@ int ObPartitionLogService::get_next_replay_log_info(uint64_t& next_replay_log_id
RLockGuard guard(lock_);
if (state_mgr_.is_offline()) {
ret = OB_STATE_NOT_MATCH;
} else if (state_mgr_.is_need_rebuild()) {
ret = OB_STATE_NOT_MATCH;
} else if (0 == mm_.get_replica_property().get_memstore_percent()) {
// If it is a replica of D, when obtaining the standby machine-readable timestamp, the following situations need
// to be distinguished: 1) In the non-<leader, active> and non-restore state, the time stamp read by the standby
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册