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 41AA691DE for ; Sat, 21 Jan 2012 17:52:02 +0000 (UTC) Received: (qmail 23143 invoked by uid 500); 21 Jan 2012 17:52:02 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 23095 invoked by uid 500); 21 Jan 2012 17:52:01 -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 23086 invoked by uid 99); 21 Jan 2012 17:52:01 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 21 Jan 2012 17:52:01 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_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; Sat, 21 Jan 2012 17:52: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 35949159097 for ; Sat, 21 Jan 2012 17:51:40 +0000 (UTC) Date: Sat, 21 Jan 2012 17:51:40 +0000 (UTC) From: "ramkrishna.s.vasudevan (Commented) (JIRA)" To: issues@hbase.apache.org Message-ID: <718009006.63537.1327168300223.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <927372457.60197.1327074101108.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Commented] (HBASE-5237) Addendum for HBASE-5160 and HBASE-4397 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-5237?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13190480#comment-13190480 ] ramkrishna.s.vasudevan commented on HBASE-5237: ----------------------------------------------- Committed to 0.90 and trunk. Thanks for the review Ted. > Addendum for HBASE-5160 and HBASE-4397 > -------------------------------------- > > Key: HBASE-5237 > URL: https://issues.apache.org/jira/browse/HBASE-5237 > Project: HBase > Issue Type: Bug > Affects Versions: 0.90.5 > Reporter: ramkrishna.s.vasudevan > Assignee: ramkrishna.s.vasudevan > Fix For: 0.92.0, 0.90.6 > > Attachments: HBASE-5237_0.90.patch, HBASE-5237_trunk.patch > > > As part of HBASE-4397 there is one more scenario where the patch has to be applied. > {code} > RegionPlan plan = getRegionPlan(state, forceNewPlan); > if (plan == null) { > debugLog(state.getRegion(), > "Unable to determine a plan to assign " + state); > return; // Should get reassigned later when RIT times out. > } > {code} > I think in this scenario also > {code} > this.timeoutMonitor.setAllRegionServersOffline(true); > {code} > this should be done. -- 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