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 5CD4570C7 for ; Wed, 23 Nov 2011 19:26:03 +0000 (UTC) Received: (qmail 30750 invoked by uid 500); 23 Nov 2011 19:26:03 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 30719 invoked by uid 500); 23 Nov 2011 19:26:03 -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 30711 invoked by uid 99); 23 Nov 2011 19:26:03 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 23 Nov 2011 19:26:03 +0000 X-ASF-Spam-Status: No, hits=-2001.2 required=5.0 tests=ALL_TRUSTED,RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 23 Nov 2011 19:26:00 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id DD82E9A146 for ; Wed, 23 Nov 2011 19:25:39 +0000 (UTC) Date: Wed, 23 Nov 2011 19:25:39 +0000 (UTC) From: "Ted Yu (Commented) (JIRA)" To: issues@hbase.apache.org Message-ID: <1239484292.6965.1322076339908.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <1561894870.29074.1321318793324.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Commented] (HBASE-4785) Improve recovery time of HBase client when a region server dies. MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/HBASE-4785?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13156207#comment-13156207 ] Ted Yu commented on HBASE-4785: ------------------------------- +1 on patch v2. > Improve recovery time of HBase client when a region server dies. > ---------------------------------------------------------------- > > Key: HBASE-4785 > URL: https://issues.apache.org/jira/browse/HBASE-4785 > Project: HBase > Issue Type: Improvement > Reporter: Nicolas Spiegelberg > Assignee: Nicolas Spiegelberg > Priority: Minor > Fix For: 0.94.0 > > Attachments: HBASE-4785.patch, HBASE-4785.patch > > > When a region server dies, the HBase client waits until the RPC timesout before learning that it needs to check META to find the new location of the region. And it incurs this *timeout* cost for every region being served by the dead region server. Remove this overhead by clearing the entries in cache that have the dead region server as their values. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira