[ 
https://issues.apache.org/jira/browse/HBASE-15354?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15184592#comment-15184592
 ] 

Hudson commented on HBASE-15354:
--------------------------------

SUCCESS: Integrated in HBase-1.3 #591 (See 
[https://builds.apache.org/job/HBase-1.3/591/])
HBASE-15354 Use same criteria for clearing meta cache for all operations 
(antonov: rev 944c5bf67d8822474cde36e1157c658d9ea2f674)
* 
hbase-client/src/main/java/org/apache/hadoop/hbase/client/RegionServerCallable.java
* 
hbase-client/src/main/java/org/apache/hadoop/hbase/client/RegionAdminServiceCallable.java
* hbase-client/src/main/java/org/apache/hadoop/hbase/client/AsyncProcess.java
* hbase-server/src/test/java/org/apache/hadoop/hbase/client/TestMetaCache.java


> Use same criteria for clearing meta cache for all operations
> ------------------------------------------------------------
>
>                 Key: HBASE-15354
>                 URL: https://issues.apache.org/jira/browse/HBASE-15354
>             Project: HBase
>          Issue Type: Bug
>          Components: Client
>    Affects Versions: 2.0.0, 1.2.0, 1.3.0
>            Reporter: Ashu Pachauri
>            Assignee: Ashu Pachauri
>             Fix For: 1.2.1
>
>         Attachments: HBASE-15354-V0.patch, HBASE-15354-V1.patch, 
> HBASE-15354-V2.patch, HBASE-15354-V3.patch, HBASE-15354-V4.patch, 
> HBASE-15354-V5.patch, HBASE-15354-v5-addendum.patch
>
>
> Currently we do not clear/update meta cache for some special exceptions if 
> the operation went through AsyncProcess#submit like HTable#put calls. But, we 
> clear meta cache without checking for these special exceptions in case of 
> other operations like gets, deletes etc because they directly go through the 
> RpcRetryingCaller#callWithRetries instead of the AsyncProcess. 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to