[
https://issues.apache.org/jira/browse/HBASE-11616?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14080399#comment-14080399
]
Hudson commented on HBASE-11616:
--------------------------------
FAILURE: Integrated in HBase-TRUNK #5357 (See
[https://builds.apache.org/job/HBase-TRUNK/5357/])
HBASE-11616 TestNamespaceUpgrade fails in trunk (jxiang: rev
f1c5741f9b3b2c0ab8ed8cc85757098aa51a8728)
*
hbase-server/src/test/java/org/apache/hadoop/hbase/migration/TestNamespaceUpgrade.java
> TestNamespaceUpgrade fails in trunk
> -----------------------------------
>
> Key: HBASE-11616
> URL: https://issues.apache.org/jira/browse/HBASE-11616
> Project: HBase
> Issue Type: Test
> Reporter: Ted Yu
> Assignee: Jimmy Xiang
> Fix For: 2.0.0
>
> Attachments: hbase-11616.patch
>
>
> I see the following in test output:
> {code}
> <error message="Can't get the location"
> type="org.apache.hadoop.hbase.client.RetriesExhaustedException">org.apache.hadoop.hbase.client.RetriesExhaustedException:
> Can't get the location
> at
> org.apache.hadoop.hbase.client.RpcRetryingCallerWithReadReplicas.getRegionLocations(RpcRetryingCallerWithReadReplicas.java:287)
> at
> org.apache.hadoop.hbase.client.ScannerCallableWithReplicas.call(ScannerCallableWithReplicas.java:132)
> at
> org.apache.hadoop.hbase.client.ScannerCallableWithReplicas.call(ScannerCallableWithReplicas.java:1)
> at
> org.apache.hadoop.hbase.client.RpcRetryingCaller.callWithoutRetries(RpcRetryingCaller.java:179)
> at org.apache.hadoop.hbase.client.ClientScanner.call(ClientScanner.java:287)
> at
> org.apache.hadoop.hbase.client.ClientScanner.nextScanner(ClientScanner.java:267)
> at
> org.apache.hadoop.hbase.client.ClientScanner.initializeScannerInConstruction(ClientScanner.java:139)
> at
> org.apache.hadoop.hbase.client.ClientScanner.<init>(ClientScanner.java:134)
> at org.apache.hadoop.hbase.client.HTable.getScanner(HTable.java:814)
> at
> org.apache.hadoop.hbase.migration.TestNamespaceUpgrade.setUpBeforeClass(TestNamespaceUpgrade.java:147)
> ...
> Caused by: org.apache.hadoop.hbase.client.NoServerForRegionException: No
> server address listed in hbase:meta for region hbase:acl,,1376029204842.
> 06dfcfc239196403c5f1135b91dedc64. containing row
> at
> org.apache.hadoop.hbase.client.ConnectionManager$HConnectionImplementation.locateRegionInMeta(ConnectionManager.java:1233)
> at
> org.apache.hadoop.hbase.client.ConnectionManager$HConnectionImplementation.locateRegion(ConnectionManager.java:1099)
> at
> org.apache.hadoop.hbase.client.RpcRetryingCallerWithReadReplicas.getRegionLocations(RpcRetryingCallerWithReadReplicas.java:279)
> ... 31 more
> {code}
> The cause for the above error is that the _acl_ table contained in the image
> (w.r.t. hbase:meta table) doesn't have server address.
> [~jxiang]: What do you think would be proper fix ?
--
This message was sent by Atlassian JIRA
(v6.2#6252)