GitHub user milleruntime opened a pull request:
https://github.com/apache/accumulo/pull/210
ACCUMULO-4577: modified exception thrown by Tables.getNamespaceId
I modified Tables.getNamespaceId() to throw a more appropriate
TableNotFoundException. Most of the work occurred in the handling of the new
exception. I handled the exception on a case by case basis, usually
re-throwing an exception that the calling methods were built to handle and made
sense in that scenario. Since the exception can be handled different ways, I
am looking for feedback on the different scenarios.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/milleruntime/accumulo ACCUMULO-4577_1.7
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/accumulo/pull/210.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #210
----
commit 41db183ee9bef6fd3d8b688710d0f9c5996d8740
Author: Mike Miller <[email protected]>
Date: 2017-02-02T14:02:57Z
ACCUMULO-4577: modified exception thrown by Tables.getNamespaceId
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---