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 DC85B182C5 for ; Fri, 17 Jul 2015 17:59:04 +0000 (UTC) Received: (qmail 8247 invoked by uid 500); 17 Jul 2015 17:59:04 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 8200 invoked by uid 500); 17 Jul 2015 17:59:04 -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 8091 invoked by uid 99); 17 Jul 2015 17:59:04 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 17 Jul 2015 17:59:04 +0000 Date: Fri, 17 Jul 2015 17:59:04 +0000 (UTC) From: "Pankaj Kumar (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HBASE-14000) Region server failed to report to Master and was stuck in reportForDuty retry loop 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-14000?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14631672#comment-14631672 ] Pankaj Kumar commented on HBASE-14000: -------------------------------------- Thanks Jerry for reviewing the patch. :) > Region server failed to report to Master and was stuck in reportForDuty retry loop > ---------------------------------------------------------------------------------- > > Key: HBASE-14000 > URL: https://issues.apache.org/jira/browse/HBASE-14000 > Project: HBase > Issue Type: Bug > Reporter: Pankaj Kumar > Assignee: Pankaj Kumar > Fix For: 2.0.0, 1.3.0 > > Attachments: HBASE-14000.patch, HM_RS-Log_snippet.txt > > > In a HA cluster, region server got stuck in reportForDuty retry loop if the active master is restarting and later on master switch happens before it reports successfully. > Root cause is same as HBASE-13317, but the region server tried to connect master when it was starting, so rssStub reset didnt happen as > {code} > if (ioe instanceof ServerNotRunningYetException) { > LOG.debug("Master is not running yet"); > } > {code} > When master starts, master switch happened. So RS always tried to connect to standby master. -- This message was sent by Atlassian JIRA (v6.3.4#6332)