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 D6282D98F for ; Thu, 20 Dec 2012 02:29:12 +0000 (UTC) Received: (qmail 4199 invoked by uid 500); 20 Dec 2012 02:29:12 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 4167 invoked by uid 500); 20 Dec 2012 02:29:12 -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 4158 invoked by uid 99); 20 Dec 2012 02:29:12 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 20 Dec 2012 02:29:12 +0000 Date: Thu, 20 Dec 2012 02:29:12 +0000 (UTC) From: "Ted Yu (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HBASE-7398) [0.94 UNIT TESTS] TestAssignmentManager fails frequently on CentOS 5 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-7398?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13536710#comment-13536710 ] Ted Yu commented on HBASE-7398: ------------------------------- +1 on patch. > [0.94 UNIT TESTS] TestAssignmentManager fails frequently on CentOS 5 > -------------------------------------------------------------------- > > Key: HBASE-7398 > URL: https://issues.apache.org/jira/browse/HBASE-7398 > Project: HBase > Issue Type: Bug > Components: Region Assignment, test > Affects Versions: 0.94.4 > Reporter: Enis Soztutar > Assignee: Enis Soztutar > Attachments: hbase-7398_v1.patch > > > TestAssignmentManager#testBalance() fails pretty frequently on CentOS 5 for 0.94. The root cause is that ClosedRegionHandler is executed by an executor, and before it finishes, the region transition is done for OPENING and OPENED. > This seems to be just a test problem, not an actual bug, since the region server won't open the region unless it get's it from the assign call on ClosedRegionHandler.process(). > I've seen that HBASE-6109 has a fix for this already, will just backport those changes. This is 0.94 only. -- 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