-
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.
flowinfra: preserve flowRetryableError correctly across network
This commit makes it so that `flowinfra.flowRetryableError` type is correctly preserved across network. Previously, if the error originated on the remote node, the coordinator node would receive `errbase.opaqueLeaf` error since the decoder method wasn't registered for the error, now the error is preserved correctly. Release note: None
- Loading branch information
1 parent
6e6a053
commit 3b6c868
Showing
3 changed files
with
17 additions
and
3 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