Return-Path: Delivered-To: apmail-hadoop-hbase-issues-archive@minotaur.apache.org Received: (qmail 19635 invoked from network); 29 Apr 2010 23:32:18 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 29 Apr 2010 23:32:18 -0000 Received: (qmail 486 invoked by uid 500); 29 Apr 2010 23:32:18 -0000 Delivered-To: apmail-hadoop-hbase-issues-archive@hadoop.apache.org Received: (qmail 450 invoked by uid 500); 29 Apr 2010 23:32:18 -0000 Mailing-List: contact hbase-issues-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list hbase-issues@hadoop.apache.org Received: (qmail 439 invoked by uid 99); 29 Apr 2010 23:32:18 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 29 Apr 2010 23:32:18 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 29 Apr 2010 23:32:15 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o3TNVr0G014518 for ; Thu, 29 Apr 2010 23:31:54 GMT Message-ID: <33494216.22731272583913779.JavaMail.jira@thor> Date: Thu, 29 Apr 2010 19:31:53 -0400 (EDT) From: "Miklos Kurucz (JIRA)" To: hbase-issues@hadoop.apache.org Subject: [jira] Commented: (HBASE-2504) Double assigned znodes in regionserver MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/HBASE-2504?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12862475#action_12862475 ] Miklos Kurucz commented on HBASE-2504: -------------------------------------- We last updated on Wed, 21 Apr 2010 Okay, I guess that is already outdated. HBase development is really fast. I will update and wait if any similar problem comes up again. Also I'm convinced that this issue is duplicated. Thanks for your help! > Double assigned znodes in regionserver > -------------------------------------- > > Key: HBASE-2504 > URL: https://issues.apache.org/jira/browse/HBASE-2504 > Project: Hadoop HBase > Issue Type: Bug > Components: regionserver > Affects Versions: 0.20.3 > Reporter: Miklos Kurucz > Attachments: stackdump > > > regionserver log: > Thu Apr 29 13:34:27 CEST 2010 Starting regionserver on dell102 > ... > 2010-04-29 13:34:29,656 INFO org.apache.zookeeper.ClientCnxn: Opening socket connection to server dell147/10.1.3.147:2181 > 2010-04-29 13:34:29,657 INFO org.apache.zookeeper.ClientCnxn: Socket connection established to dell147/10.1.3.147:2181, initiating session > 2010-04-29 13:34:29,678 INFO org.apache.zookeeper.ClientCnxn: Session establishment complete on server dell147/10.1.3.147:2181, sessionid = 0x284958aa550001, negotiated timeout = 60000 > ... > 2010-04-29 14:13:30,096 INFO org.apache.zookeeper.ZooKeeper: Initiating client connection, connectString=dell149:2181,dell148:2181,dell147:2181 sessionTimeout=60000 watcher=org.apache.hadoop.hbase.client.HConnectionManager$ClientZKWatcher@46d895e1 > 2010-04-29 14:13:30,096 INFO org.apache.zookeeper.ClientCnxn: Opening socket connection to server dell147/10.1.3.147:2181 > 2010-04-29 14:13:30,161 INFO org.apache.zookeeper.ClientCnxn: Socket connection established to dell147/10.1.3.147:2181, initiating session > 2010-04-29 14:13:30,194 INFO org.apache.zookeeper.ClientCnxn: Session establishment complete on server dell147/10.1.3.147:2181, sessionid = 0x284958aa550014, negotiated timeout = 60000 > 2010-04-29 14:13:30,195 DEBUG org.apache.hadoop.hbase.zookeeper.ZooKeeperWrapper: Read ZNode /hbase/root-region-server got 10.1.3.123:60020 > 2010-04-29 14:13:30,226 DEBUG org.apache.hadoop.hbase.client.HConnectionManager$TableServers: Found ROOT at 10.1.3.123:60020 > 2010-04-29 14:13:30,243 DEBUG org.apache.hadoop.hbase.client.HConnectionManager$TableServers: Cached location for .META.,,1 is 10.1.3.125:60020 > 2010-04-29 14:13:30,247 DEBUG org.apache.hadoop.hbase.zookeeper.ZooKeeperWrapper: Read ZNode /hbase/master got 10.1.3.150:60000 > ... > 2010-04-29 22:06:01,637 INFO org.apache.zookeeper.ZooKeeper: Session: 0x284958aa550014 closed > 2010-04-29 22:06:02,012 DEBUG org.apache.hadoop.hbase.zookeeper.ZooKeeperWrapper: Closed connection with ZooKeeper > Clearly the reinitializeZooKeeper() method was called for some reason. > Unfortunately: > hbase(main):005:0> zk 'get /hbase/rs/1272540873161' > 10.1.3.102:60020 > cZxid = 0x5f0000002b > ctime = Thu Apr 29 13:34:33 CEST 2010 > mZxid = 0x5f0000003e > mtime = Thu Apr 29 13:34:33 CEST 2010 > pZxid = 0x5f0000002b > cversion = 0 > dataVersion = 1 > aclVersion = 0 > ephemeralOwner = 0x284958aa550001 > dataLength = 16 > numChildren = 0 > The owner of the zookeeper node is the first session which was never closed. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.