提交 b82a7f5e 编写于 作者: Y YoungYang0820 提交者: LINGuanRen

fix ob_build_index_scheduler not repicking source candidate after send_copy_replica_rpc() fails

上级 b1ec5d35
...@@ -850,6 +850,7 @@ int ObBuildIndexScheduleTask::copy_build_index_data(const bool is_leader) ...@@ -850,6 +850,7 @@ int ObBuildIndexScheduleTask::copy_build_index_data(const bool is_leader)
} else { } else {
ret = OB_SUCCESS; ret = OB_SUCCESS;
} }
++retry_cnt_;
} else { } else {
is_copy_request_sent_ = true; is_copy_request_sent_ = true;
last_active_timestamp_ = ObTimeUtility::current_time(); last_active_timestamp_ = ObTimeUtility::current_time();
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册