-
Notifications
You must be signed in to change notification settings - Fork 50
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixes for Cottontail DB Adapter (#260)
* CottontailSelector.existsEntity() properly handles NOT_FOUND exception. Fixes #255 * Connection output is less verbose. What is logged is logged at DEBUG level now. Addresses #258 * Initialization steps are now wrapped in a try...catch block, which should prevent failing components from killing the CLI. Addresses #257 * More fine-grained try...catch blocks, so that we know exactly, which component failed. * Removed try...catch around server.start() Co-authored-by: Ralph Gasser <[email protected]> Former-commit-id: d9efa6b
- Loading branch information
1 parent
ac56496
commit 7cc93f2
Showing
5 changed files
with
38 additions
and
24 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