[ https://issues.apache.org/jira/browse/HBASE-8173?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13613059#comment-13613059
]
Hudson commented on HBASE-8173:
-------------------------------
Integrated in HBase-TRUNK #3994 (See [https://builds.apache.org/job/HBase-TRUNK/3994/])
HBASE-8173 HMaster#move wraps IOException in UnknownRegionException (Revision 1460793)
Result = FAILURE
jxiang :
Files :
* /hbase/trunk/hbase-client/src/main/java/org/apache/hadoop/hbase/client/HBaseAdmin.java
* /hbase/trunk/hbase-client/src/main/java/org/apache/hadoop/hbase/exceptions/RegionException.java
* /hbase/trunk/hbase-server/src/main/java/org/apache/hadoop/hbase/master/HMaster.java
* /hbase/trunk/hbase-server/src/test/java/org/apache/hadoop/hbase/master/TestMaster.java
* /hbase/trunk/hbase-server/src/test/java/org/apache/hadoop/hbase/regionserver/TestSplitTransactionOnCluster.java
> HMaster#move wraps IOException in UnknownRegionException
> --------------------------------------------------------
>
> Key: HBASE-8173
> URL: https://issues.apache.org/jira/browse/HBASE-8173
> Project: HBase
> Issue Type: Bug
> Components: master
> Reporter: Jimmy Xiang
> Assignee: Jimmy Xiang
> Priority: Minor
> Fix For: 0.95.0, 0.98.0
>
> Attachments: trunk-8173.patch, trunk-8173_v2.patch
>
>
> HMaster#move wraps IOException in UnknownRegionException since the client expects UnknownRegionException.
We should use IOException instead. This changes the client interface (HBaseAdmin). So 0.95
is the right time.
--
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
|