-
Notifications
You must be signed in to change notification settings - Fork 3.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
kvclient: don't drop ambiguous errors on incompatible transport
Previously in the case of a NLHE with an incompatible transport we would exit the retry loop immediately and return the error without checking if there were any ambiguous or replica unavailable errors. This had a risk of losing an ambiguous error if the retry lt ater succeeded and returning an incorrect result to the caller. Epic: none Release note: None
- Loading branch information
1 parent
984bb60
commit 6634b51
Showing
2 changed files
with
215 additions
and
19 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