From 27b470466f001ad2ec8d18939b10e7d998b0c01d Mon Sep 17 00:00:00 2001 From: hf0 Date: Wed, 25 Aug 2021 13:03:12 +0800 Subject: [PATCH] remove -4109 result when it is waiting rebuild but online. --- src/clog/ob_partition_log_service.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/clog/ob_partition_log_service.cpp b/src/clog/ob_partition_log_service.cpp index b573890f6..e063f954a 100644 --- a/src/clog/ob_partition_log_service.cpp +++ b/src/clog/ob_partition_log_service.cpp @@ -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- and non-restore state, the time stamp read by the standby