-
Notifications
You must be signed in to change notification settings - Fork 42
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Routing RPW: Allow only
ObjectNotFound
for lookup failures (#7537)
This stems from attempting to understand #7534/#7541. In reviewing that, we have a hypothetical failure mode where any lookup which fails due to a database failure (rather than a name lookup) could lead to gaps in routes, which would require a router bump to retry. This PR changes resolution of all items such that any unexpected DB failures (transient or otherwise) *will* cause the router's resolution to bail. It will take some time before it's recomputed, but we know it will be done.
- Loading branch information
1 parent
ee1b02e
commit 0e89dea
Showing
2 changed files
with
53 additions
and
23 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