fix ob_build_index_scheduler not repicking source candidate after send_copy_replica_rpc() fails
This commit is contained in:
parent
b1ec5d3524
commit
b82a7f5e4b
@ -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();
|
||||
|
Loading…
x
Reference in New Issue
Block a user