Skip to content

Commit

Permalink
This is an automated cherry-pick of tikv#15837
Browse files Browse the repository at this point in the history
ref tikv#15184

Signed-off-by: ti-chi-bot <ti-community-prow-bot@tidb.io>
  • Loading branch information
HuSharp authored and ti-chi-bot committed Nov 24, 2023
1 parent 93e4f71 commit 72465c4
Show file tree
Hide file tree
Showing 14 changed files with 2,844 additions and 10 deletions.
4 changes: 1 addition & 3 deletions components/pd_client/src/client.rs
Expand Up @@ -986,9 +986,7 @@ impl PdClient for RpcClient {
}) as PdFuture<_>
};

self.pd_client
.request(req, executor, LEADER_CHANGE_RETRY)
.execute()
self.pd_client.request(req, executor, NO_RETRY).execute()
}

fn report_region_buckets(&self, bucket_stat: &BucketStat, period: Duration) -> PdFuture<()> {
Expand Down

0 comments on commit 72465c4

Please sign in to comment.