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