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 025A810B16 for ; Tue, 17 Sep 2013 03:20:17 +0000 (UTC) Received: (qmail 40628 invoked by uid 500); 17 Sep 2013 03:20:08 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 40581 invoked by uid 500); 17 Sep 2013 03:20:06 -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 40485 invoked by uid 99); 17 Sep 2013 03:20:00 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 17 Sep 2013 03:20:00 +0000 Date: Tue, 17 Sep 2013 03:20:00 +0000 (UTC) From: "Hudson (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HBASE-9525) "Move" region right after a region split is dangerous 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-9525?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13769148#comment-13769148 ] Hudson commented on HBASE-9525: ------------------------------- FAILURE: Integrated in hbase-0.96 #57 (See [https://builds.apache.org/job/hbase-0.96/57/]) HBASE-9525 "Move" region right after a region split is dangerous (jxiang: rev 1523836) * /hbase/branches/0.96/hbase-server/src/main/java/org/apache/hadoop/hbase/master/AssignmentManager.java * /hbase/branches/0.96/hbase-server/src/test/java/org/apache/hadoop/hbase/regionserver/TestRegionMergeTransactionOnCluster.java * /hbase/branches/0.96/hbase-server/src/test/java/org/apache/hadoop/hbase/regionserver/TestSplitTransactionOnCluster.java > "Move" region right after a region split is dangerous > ----------------------------------------------------- > > Key: HBASE-9525 > URL: https://issues.apache.org/jira/browse/HBASE-9525 > Project: HBase > Issue Type: Bug > Reporter: Devaraj Das > Assignee: Jimmy Xiang > Fix For: 0.98.0, 0.96.0 > > Attachments: logs.txt, trunk-9525.patch > > > I ran into a situation where the CM issued a move for a region just after a region was split. The master went bonkers since the master honored the CM request, and assigned the split region, but subsequently all the region state assumptions on this (split)region was messed up. I started seeing log lines lines like "THIS SHOULD NOT HAPPEN". Also, it created other problems - a compaction on original region happened on the new assignee, and then the daughter regions started seeing issues to do with store files missing, etc., etc. > I will upload the logs shortly. -- 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