Return-Path: X-Original-To: apmail-hbase-issues-archive@www.apache.org Delivered-To: apmail-hbase-issues-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id A20F8198FE for ; Fri, 4 Mar 2016 21:32:41 +0000 (UTC) Received: (qmail 38895 invoked by uid 500); 4 Mar 2016 21:32:41 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 38807 invoked by uid 500); 4 Mar 2016 21:32:41 -0000 Mailing-List: contact issues-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list issues@hbase.apache.org Received: (qmail 38587 invoked by uid 99); 4 Mar 2016 21:32:41 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 04 Mar 2016 21:32:41 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id E2D962C1F72 for ; Fri, 4 Mar 2016 21:32:40 +0000 (UTC) Date: Fri, 4 Mar 2016 21:32:40 +0000 (UTC) From: "Ashu Pachauri (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (HBASE-15354) Use same criteria for clearing meta cache for all operations MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/HBASE-15354?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ashu Pachauri updated HBASE-15354: ---------------------------------- Attachment: HBASE-15354-V4.patch V4: Removed regression for AsyncProcess#receiveGlobalFailure. > 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 > Attachments: HBASE-15354-V0.patch, HBASE-15354-V1.patch, HBASE-15354-V2.patch, HBASE-15354-V3.patch, HBASE-15354-V4.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)