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 135247D18 for ; Sun, 24 Jul 2011 04:55:42 +0000 (UTC) Received: (qmail 50676 invoked by uid 500); 24 Jul 2011 04:55:41 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 50538 invoked by uid 500); 24 Jul 2011 04:55:34 -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 50528 invoked by uid 99); 24 Jul 2011 04:55:33 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 24 Jul 2011 04:55:33 +0000 X-ASF-Spam-Status: No, hits=-2001.1 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; Sun, 24 Jul 2011 04:55:30 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 8BE3D590EC for ; Sun, 24 Jul 2011 04:55:09 +0000 (UTC) Date: Sun, 24 Jul 2011 04:55:09 +0000 (UTC) From: "stack (JIRA)" To: issues@hbase.apache.org Message-ID: <1144459547.1780.1311483309569.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <967722062.14289.1311329339298.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Commented] (HBASE-4124) ZK restarted while assigning a region, new active HM re-assign it but the RS warned 'already online on this server'. 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-4124?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13070103#comment-13070103 ] stack commented on HBASE-4124: ------------------------------ hbase-3741 changes the behavior here in that now we notice if we are asked to open a region that is already open and we'll throw an exception back to the master. I think the master will now reassign it elsewhere which is not what we want if its a RegionAlreadyInTransitionException. This will make it so we'll not keep retrying but I think there is more to do. > ZK restarted while assigning a region, new active HM re-assign it but the RS warned 'already online on this server'. > -------------------------------------------------------------------------------------------------------------------- > > Key: HBASE-4124 > URL: https://issues.apache.org/jira/browse/HBASE-4124 > Project: HBase > Issue Type: Bug > Components: master > Reporter: fulin wang > Attachments: log.txt > > Original Estimate: 0.4h > Remaining Estimate: 0.4h > > ZK restarted while assigning a region, new active HM re-assign it but the RS warned 'already online on this server'. > Issue: > The RS failed besause of 'already online on this server' and return; The HM can not receive the message and report 'Regions in transition timed out'. -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software/jira