[
https://issues.apache.org/jira/browse/HBASE-10794?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14046736#comment-14046736
]
Hudson commented on HBASE-10794:
--------------------------------
FAILURE: Integrated in HBase-TRUNK #5245 (See
[https://builds.apache.org/job/HBase-TRUNK/5245/])
HBASE-10794 multi-get should handle replica location missing from cache (enis:
rev 579f305bd0fb5673a82d3eeb74660db7a0d6ddd8)
*
hbase-server/src/main/java/org/apache/hadoop/hbase/client/CoprocessorHConnection.java
*
hbase-client/src/test/java/org/apache/hadoop/hbase/client/TestAsyncProcess.java
*
hbase-client/src/main/java/org/apache/hadoop/hbase/client/ConnectionManager.java
*
hbase-client/src/main/java/org/apache/hadoop/hbase/client/ClusterConnection.java
*
hbase-client/src/main/java/org/apache/hadoop/hbase/client/ConnectionAdapter.java
* hbase-client/src/main/java/org/apache/hadoop/hbase/client/AsyncProcess.java
*
hbase-server/src/test/java/org/apache/hadoop/hbase/client/HConnectionTestingUtility.java
> multi-get should handle replica location missing from cache
> -----------------------------------------------------------
>
> Key: HBASE-10794
> URL: https://issues.apache.org/jira/browse/HBASE-10794
> Project: HBase
> Issue Type: Sub-task
> Reporter: Sergey Shelukhin
> Assignee: Sergey Shelukhin
> Fix For: 0.99.0, hbase-10070
>
> Attachments:
> 0033-HBASE-10794-multi-get-should-handle-replica-location.patch,
> HBASE-10794.01.patch, HBASE-10794.02.addendum.patch, HBASE-10794.02.patch,
> HBASE-10794.03.patch, HBASE-10794.patch, HBASE-10794.patch
>
>
> Currently the way cache works is that the meta row is stored together for all
> replicas of a region, so if some replicas are in recovery, getting locations
> for a region will still go to cache only and return null locations for these.
> Multi-get currently ignores such replicas. It should instead try to get
> location again from meta if any replica is null.
--
This message was sent by Atlassian JIRA
(v6.2#6252)