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 A51167B86 for ; Fri, 5 Aug 2011 17:11:52 +0000 (UTC) Received: (qmail 73134 invoked by uid 500); 5 Aug 2011 17:11:52 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 72882 invoked by uid 500); 5 Aug 2011 17:11:51 -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 72850 invoked by uid 99); 5 Aug 2011 17:11:51 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 05 Aug 2011 17:11:51 +0000 X-ASF-Spam-Status: No, hits=-2000.7 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; Fri, 05 Aug 2011 17:11:48 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 491A7A9FDA for ; Fri, 5 Aug 2011 17:11:27 +0000 (UTC) Date: Fri, 5 Aug 2011 17:11:27 +0000 (UTC) From: "Anirudh Todi (JIRA)" To: issues@hbase.apache.org Message-ID: <1198016872.12097.1312564287295.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Created] (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 X-Virus-Checked: Checked by ClamAV on apache.org 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: Minor 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