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 8CB987B5A for ; Tue, 9 Aug 2011 20:24:52 +0000 (UTC) Received: (qmail 99787 invoked by uid 500); 9 Aug 2011 20:24:50 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 99576 invoked by uid 500); 9 Aug 2011 20:24:49 -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 99548 invoked by uid 99); 9 Aug 2011 20:24:49 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 09 Aug 2011 20:24:49 +0000 X-ASF-Spam-Status: No, hits=-2000.8 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; Tue, 09 Aug 2011 20:24:47 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 40A34B4A0B for ; Tue, 9 Aug 2011 20:24:27 +0000 (UTC) Date: Tue, 9 Aug 2011 20:24:27 +0000 (UTC) From: "Anirudh Todi (JIRA)" To: issues@hbase.apache.org Message-ID: <182258255.21412.1312921467261.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <1198016872.12097.1312564287295.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Updated] (HBASE-4168) A client continues to try and connect to a powered down regionserver 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-4168?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Anirudh Todi updated HBASE-4168: -------------------------------- Attachment: HBASE-4168(5).patch Updated - HBASE-4168(5).patch > A client continues to try and connect to a powered down regionserver > -------------------------------------------------------------------- > > Key: HBASE-4168 > URL: https://issues.apache.org/jira/browse/HBASE-4168 > Project: HBase > Issue Type: Bug > Reporter: Anirudh Todi > Assignee: Anirudh Todi > Priority: Critical > Attachments: HBASE-4168(2).patch, HBASE-4168(3).patch, HBASE-4168(4).patch, HBASE-4168(5).patch, HBASE-4168-revised.patch, HBASE-4168.patch, hbase-hadoop-master-msgstore232.snc4.facebook.com.log > > > Experiment-1 > Started a dev cluster - META is on the same regionserver as my key-value. I kill the regionserver process but donot power down the machine. > The META is able to migrate to a new regionserver and the regions are also able to reopen elsewhere. > The client is able to talk to the META and find the new kv location and get it. > Experiment-2 > Started a dev cluster - META is on a different regionserver as my key-value. I kill the regionserver process but donot power down the machine. > The META remains where it is and the regions are also able to reopen elsewhere. > The client is able to talk to the META and find the new kv location and get it. > Experiment-3 > Started a dev cluster - META is on a different regionserver as my key-value. I power down the machine hosting this regionserver. > The META remains where it is and the regions are also able to reopen elsewhere. > The client is able to talk to the META and find the new kv location and get it. > Experiment-4 (This is the problematic one) > Started a dev cluster - META is on the same regionserver as my key-value. I power down the machine hosting this regionserver. > The META is able to migrate to a new regionserver - however - it takes a really long time (~30 minutes) > The regions on that regionserver DONOT reopen (I waited for 1 hour) > The client is able to find the new location of the META, however, the META keeps redirecting the client to powered down > regionserver as the location of the key-value it is trying to get. Thus the client's get is unsuccessful. -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software/jira