[
https://issues.apache.org/jira/browse/HBASE-7155?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13504041#comment-13504041
]
stack commented on HBASE-7155:
------------------------------
bq. The problem is that the IE is being suppressed in ZKUtil, which swallows
the IEs in all its methods.
Which is kinda broke I'd say.
bq. If we were to expose all those IEs the change would be huge.
Yes. Agree. An ugly big change for what likes little value.
bq. If you want to go that route I suggest opening a new ticket and closing
this one.
What you think we should do D?
> Excessive usage of InterruptedException where it can't be thrown
> ----------------------------------------------------------------
>
> Key: HBASE-7155
> URL: https://issues.apache.org/jira/browse/HBASE-7155
> Project: HBase
> Issue Type: Bug
> Reporter: Daniel Gómez Ferro
> Assignee: Daniel Gómez Ferro
> Attachments: HBASE-7155.patch
>
>
> RootRegionTracker.getRootRegionLocation() declares that it can throw an
> InterruptedException, but it can't. This exception is rethrown by many other
> functions reaching the HBaseAdmin API.
> If we remove the throws statement from the HBaseAdmin API libraries already
> compiled will work fine, but if the user is trying to catch an
> InterruptedException around one of those methods the compiler will complain.
> Should we clean this up?
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira