Ted Yu created HBASE-11616:
------------------------------
Summary: TestNamespaceUpgrade fails in trunk
Key: HBASE-11616
URL: https://issues.apache.org/jira/browse/HBASE-11616
Project: HBase
Issue Type: Bug
Reporter: Ted Yu
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)