Github user keith-turner commented on the issue:
https://github.com/apache/accumulo/pull/243
@joshelser I agree with your comment about `throw (Error) excep`. However
I have a general issue with all of the addsplit code that rethrows, it only
shows the stack trace for the background thread. The stack trace for what
called addsplits is not present. That could be critical debugging info. So I
think all of these should do something like `throw new
TableNotFoundException(...., backgroundTableNFE)`. Then a user can actually see
what code of theirs called addsplits. I'll open another issue about this.
---
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.
---