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 DF6A2EE70 for ; Thu, 17 Jan 2013 19:00:33 +0000 (UTC) Received: (qmail 94034 invoked by uid 500); 17 Jan 2013 19:00:32 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 93998 invoked by uid 500); 17 Jan 2013 19:00:32 -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 93959 invoked by uid 99); 17 Jan 2013 19:00:32 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 17 Jan 2013 19:00:32 +0000 Date: Thu, 17 Jan 2013 19:00:32 +0000 (UTC) From: "Hudson (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HBASE-7034) Bad version, failed OPENING to OPENED but master thinks it is open anyways 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-7034?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13556470#comment-13556470 ] Hudson commented on HBASE-7034: ------------------------------- Integrated in HBase-TRUNK-on-Hadoop-2.0.0 #355 (See [https://builds.apache.org/job/HBase-TRUNK-on-Hadoop-2.0.0/355/]) HBASE-7034 Bad version, failed OPENING to OPENED but master thinks it is open anyways (Anoop) (Revision 1434800) Result = FAILURE tedyu : Files : * /hbase/trunk/hbase-server/src/test/java/org/apache/hadoop/hbase/zookeeper/TestRecoverableZooKeeper.java > Bad version, failed OPENING to OPENED but master thinks it is open anyways > -------------------------------------------------------------------------- > > Key: HBASE-7034 > URL: https://issues.apache.org/jira/browse/HBASE-7034 > Project: HBase > Issue Type: Bug > Components: Region Assignment > Affects Versions: 0.94.2 > Reporter: stack > Assignee: Anoop Sam John > Attachments: HBASE-7034_94.patch, HBASE-7034_94_V2.patch, HBASE-7034_Test_Trunk.patch, TestRecoverableZooKeeper.java > > > I have this in RS log: > {code} > 2012-10-22 02:21:50,698 ERROR org.apache.hadoop.hbase.regionserver.handler.OpenRegionHandler: Failed transitioning node b9,\xEE\xAE\x9BiQO\x89]+a\xE0\x7F\xB7'X?,1349052737638.9af7cfc9b15910a0b3d714bf40a3248f. from OPENING to OPENED -- closing region > org.apache.zookeeper.KeeperException$BadVersionException: KeeperErrorCode = BadVersion for /hbase/unassigned/9af7cfc9b15910a0b3d714bf40a3248f > {code} > Master says this (it is bulk assigning): > {code} > .... > 2012-10-22 02:21:40,673 DEBUG org.apache.hadoop.hbase.zookeeper.ZKUtil: master:10302-0xb3a862e57a503ba Set watcher on existing znode /hbase/unassigned/9af7cfc9b15910a0b3d714bf40a3248f > ... > then this > .... > 2012-10-22 02:23:47,089 DEBUG org.apache.hadoop.hbase.zookeeper.ZKUtil: master:10302-0xb3a862e57a503ba Set watcher on existing znode /hbase/unassigned/9af7cfc9b15910a0b3d714bf40a3248f > .... > 2012-10-22 02:24:34,176 DEBUG org.apache.hadoop.hbase.zookeeper.ZKUtil: master:10302-0xb3a862e57a503ba Retrieved 112 byte(s) of data from znode /hbase/unassigned/9af7cfc9b15910a0b3d714bf40a3248f and set watcher; region=b9,\xEE\xAE\x9BiQO\x89]+a\xE0\x7F\xB7'X?,1349052737638.9af7cfc9b15910a0b3d714bf40a3248f., origin=sv4r17s44,10304,1350872216778, state=RS_ZK_REGION_OPENED > etc. > {code} > Disagreement as to what is going on here. -- 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