You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Jimmy Xiang (JIRA)" <ji...@apache.org> on 2014/07/30 22:20:39 UTC

[jira] [Updated] (HBASE-11616) TestNamespaceUpgrade fails in trunk

     [ https://issues.apache.org/jira/browse/HBASE-11616?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jimmy Xiang updated HBASE-11616:
--------------------------------

    Attachment: hbase-11616.patch

> TestNamespaceUpgrade fails in trunk
> -----------------------------------
>
>                 Key: HBASE-11616
>                 URL: https://issues.apache.org/jira/browse/HBASE-11616
>             Project: HBase
>          Issue Type: Bug
>            Reporter: Ted Yu
>             Fix For: 2.0.0
>
>         Attachments: hbase-11616.patch
>
>
> I see the following in test output:
> {code}
>     <error message="Can&apos;t get the location" type="org.apache.hadoop.hbase.client.RetriesExhaustedException">org.apache.hadoop.hbase.client.RetriesExhaustedException: Can&apos;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.&lt;init&gt;(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)