diff --git a/src/storage/ob_build_index_scheduler.cpp b/src/storage/ob_build_index_scheduler.cpp index cd5a26e31..181cf9fed 100644 --- a/src/storage/ob_build_index_scheduler.cpp +++ b/src/storage/ob_build_index_scheduler.cpp @@ -850,6 +850,7 @@ int ObBuildIndexScheduleTask::copy_build_index_data(const bool is_leader) } else { ret = OB_SUCCESS; } + ++retry_cnt_; } else { is_copy_request_sent_ = true; last_active_timestamp_ = ObTimeUtility::current_time();