forked from cockroachdb/cockroach
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
kvclient: remove retries within sendToReplicas
This change removes a retry loop within sendToReplicas that occured when we hit a NLHE. We still retry within the outer loop of sendPartialBatch and removing this also removes the only remaining reordering of the replicas that are retrieved from the RangeCache. There was a metric distsender.errors.inleasetransferbackoffs that tracks the number of retries within this now removed loop that is also removed. Epic: none Release note: none
- Loading branch information
1 parent
7e463b6
commit fa990c1
Showing
4 changed files
with
78 additions
and
149 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.