[
https://issues.apache.org/jira/browse/HBASE-4675?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13135477#comment-13135477
]
Gary Helmling commented on HBASE-4675:
--------------------------------------
I'm getting a similar failure in another location as well:
{noformat}
testRegionTransitionOperations(org.apache.hadoop.hbase.coprocessor.TestMasterObserver)
Time elapsed: 5.108 sec <<< ERROR!
org.apache.hadoop.hbase.UnknownRegionException: fc701076ad1c4004f111ed0c6f320f29
at org.apache.hadoop.hbase.master.HMaster.move(HMaster.java:898)
at
org.apache.hadoop.hbase.coprocessor.TestMasterObserver.testRegionTransitionOperations(TestMasterObserver.java:684)
{noformat}
> TestMasterObserver#testRegionTransitionOperations fails intermittently
> ----------------------------------------------------------------------
>
> Key: HBASE-4675
> URL: https://issues.apache.org/jira/browse/HBASE-4675
> Project: HBase
> Issue Type: Test
> Reporter: Ted Yu
>
> Here is snippet of test result:
> {code}
> testRegionTransitionOperations(org.apache.hadoop.hbase.coprocessor.TestMasterObserver)
> Time elapsed: 1.348 sec <<< ERROR!
> org.apache.hadoop.hbase.UnknownRegionException:
> 8c3bbc0bbad4b4fc12ed107e341af1e6
> at org.apache.hadoop.hbase.master.HMaster.move(HMaster.java:875)
> at
> org.apache.hadoop.hbase.coprocessor.TestMasterObserver.testRegionTransitionOperations(TestMasterObserver.java:662)
> {code}
> See
> https://builds.apache.org/view/G-L/view/HBase/job/HBase-0.92/79/testReport/junit/org.apache.hadoop.hbase.coprocessor/TestMasterObserver/testRegionTransitionOperations/
> This could be related to a race (not in coprocessors) with region moving.
> We can skip moving region for now.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira