This repository has been archived by the owner on Nov 14, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ConsistentExceptions Part2: Convert UnavailableException to Insuffici…
…entConsistencyException with actual error messages. (#2558) * The cause of an ExecutionException is more interesting here. [no release notes] * Throwables.unwrapAndThrowUncheckedException for all the things. * Convert UnavailableException to InsufficientConsistencyException with actual error messages. * Fix tests * Address comments * Missed cr comment * nit fix * ConsistentExceptions Part3: Throw AtlasDBDependencyException consistently (#2597) * Consistently throw DependencyUnavailableException * KeyAlreadyExistsException is not a DependencyUnavailableException * AtlasDbDependencyException as things are are not always unavailable. * test fixes * Dont rewrap AtlasDbDependencyException * cr comments * Release note * rename method * refactor AtlasDbDependencyException * Cleanup * KeyAlreadyExistsException -> AtlasDbDependencyException * Fix tests * ClientCreationFailedException -> AtlasDbDependencyException * Cleanup
- Loading branch information
Showing
20 changed files
with
208 additions
and
120 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
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
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.