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.
utilccl: add ErrBreakerOpen to bulk retryable error
In cockroachdb#68787 we saw a backup job failing on retry because of attempting to plan a flow on a node that has been shutdown. This should not usually happen since everytime we plan the flow we fetch the nodes that can participate in the distsql flow. In case we do encounter a `breaker open` error we can retry hoping that the next time the flow is planned it doesn't attempt to dial the dead node. Release note: None
- Loading branch information
1 parent
b365f26
commit 9f11b43
Showing
2 changed files
with
10 additions
and
1 deletion.
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