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 B86E0D22D for ; Fri, 20 Jul 2012 22:33:35 +0000 (UTC) Received: (qmail 84674 invoked by uid 500); 20 Jul 2012 22:33:35 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 84641 invoked by uid 500); 20 Jul 2012 22:33:35 -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 84629 invoked by uid 99); 20 Jul 2012 22:33:35 -0000 Received: from issues-vm.apache.org (HELO issues-vm) (140.211.11.160) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 20 Jul 2012 22:33:35 +0000 Received: from isssues-vm.apache.org (localhost [127.0.0.1]) by issues-vm (Postfix) with ESMTP id 259361427F2 for ; Fri, 20 Jul 2012 22:33:35 +0000 (UTC) Date: Fri, 20 Jul 2012 22:33:35 +0000 (UTC) From: "Jean-Daniel Cryans (JIRA)" To: issues@hbase.apache.org Message-ID: <1790846307.84428.1342823615156.JavaMail.jiratomcat@issues-vm> In-Reply-To: <1040399781.549.1341349354431.JavaMail.jiratomcat@issues-vm> Subject: [jira] [Commented] (HBASE-6321) ReplicationSource dies reading the peer's id 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-6321?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13419633#comment-13419633 ] Jean-Daniel Cryans commented on HBASE-6321: ------------------------------------------- Oh I forgot to mention that I ran TestReplication/Source/Manager 2 times each and they all passed. > ReplicationSource dies reading the peer's id > -------------------------------------------- > > Key: HBASE-6321 > URL: https://issues.apache.org/jira/browse/HBASE-6321 > Project: HBase > Issue Type: Bug > Affects Versions: 0.92.1, 0.94.0 > Reporter: Jean-Daniel Cryans > Assignee: Jean-Daniel Cryans > Fix For: 0.92.2, 0.96.0, 0.94.2 > > Attachments: HBASE-6321-0.94.patch > > > This is what I saw: > {noformat} > 2012-07-01 05:04:01,638 ERROR org.apache.hadoop.hbase.replication.regionserver.ReplicationSource: Closing source 8 because an error occurred: Could not read peer's cluster id > org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = Session expired for /va1-backup/hbaseid > at org.apache.zookeeper.KeeperException.create(KeeperException.java:127) > at org.apache.zookeeper.KeeperException.create(KeeperException.java:51) > at org.apache.zookeeper.ZooKeeper.exists(ZooKeeper.java:1021) > at org.apache.hadoop.hbase.zookeeper.RecoverableZooKeeper.exists(RecoverableZooKeeper.java:154) > at org.apache.hadoop.hbase.zookeeper.ZKUtil.checkExists(ZKUtil.java:259) > at org.apache.hadoop.hbase.zookeeper.ClusterId.readClusterIdZNode(ClusterId.java:61) > at org.apache.hadoop.hbase.replication.regionserver.ReplicationSource.run(ReplicationSource.java:253) > {noformat} > The session should just be reopened. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira