-
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.
121317: kvclient: fix error handling on proxy requests r=arulajmani a=andrewbaptist Previously on a proxy request, the error was extracted and wrapped into a ProxyFailedError incorrectly. It should only be moved into a ProxyFailedError if it is a non-remote error. This PR cleans up the handling of any proxy requests (requests with ProxyRangeInfo) set on them. Epic: none Fixes: #121168 Release note: None Release Justification: This change prevents errors on proxy requests from incorrectly being converted to ambiguous errors on the sender. 121694: Partially revert "sqlstats,idxrecommendations: avoid fmt, improve mutex use r=rafiss a=rafiss This reverts part of commit 1ddbed2 -- the change to how to the mutex is acquired was incorrect and caused a data race. fixes #121593 Release note: None Co-authored-by: Andrew Baptist <[email protected]> Co-authored-by: Rafi Shamim <[email protected]>
- Loading branch information
Showing
3 changed files
with
176 additions
and
142 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
Oops, something went wrong.