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 043EAF0F2 for ; Tue, 9 Apr 2013 21:54:21 +0000 (UTC) Received: (qmail 13910 invoked by uid 500); 9 Apr 2013 21:54:18 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 13866 invoked by uid 500); 9 Apr 2013 21:54:18 -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 13824 invoked by uid 99); 9 Apr 2013 21:54:18 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 09 Apr 2013 21:54:18 +0000 Date: Tue, 9 Apr 2013 21:54:18 +0000 (UTC) From: "Hudson (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HBASE-8295) TestMasterFailover.testMasterFailoverWithMockedRITOnDeadRS is flaky. 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-8295?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13627163#comment-13627163 ] Hudson commented on HBASE-8295: ------------------------------- Integrated in hbase-0.95 #136 (See [https://builds.apache.org/job/hbase-0.95/136/]) HBASE-8295 TestMasterFailover.testMasterFailoverWithMockedRITOnDeadRS is flaky (Revision 1466145) Result = FAILURE stack : Files : * /hbase/branches/0.95/hbase-server/src/test/java/org/apache/hadoop/hbase/master/TestMasterFailover.java > TestMasterFailover.testMasterFailoverWithMockedRITOnDeadRS is flaky. > -------------------------------------------------------------------- > > Key: HBASE-8295 > URL: https://issues.apache.org/jira/browse/HBASE-8295 > Project: HBase > Issue Type: Bug > Affects Versions: 0.95.0 > Reporter: rajeshbabu > Assignee: rajeshbabu > Fix For: 0.98.0, 0.95.1 > > Attachments: HBASE-8295.patch > > > TestMasterFailover.testMasterFailoverWithMockedRITOnDeadRS failed because asserting before finishing SSH process of dead server. > https://builds.apache.org/job/PreCommit-HBASE-Build/5182//artifact/trunk/hbase-server/target/surefire-reports/org.apache.hadoop.hbase.master.TestMasterFailover.txt > In SSH Checked how many regions carrying by dead server but not started assignment before asserting. > {code} > 2013-04-08 12:17:18,238 INFO [MASTER_SERVER_OPERATIONS-asf001.sp2.ygridcore.net,41490,1365423432616-1] handler.ServerShutdownHandler(192): Reassigning 14 region(s) that asf001.sp2.ygridcore.net,46030,1365423422112 was carrying (and 0 regions(s) that were opening on this server) > {code} > We need to wait until SSH processing finished to ensure atleast regions assignment started. After that we will any way wait at blockUntilNoRIT until assignment completed. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira