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 49846C251 for ; Tue, 22 May 2012 00:33:41 +0000 (UTC) Received: (qmail 65198 invoked by uid 500); 22 May 2012 00:33:41 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 65065 invoked by uid 500); 22 May 2012 00:33:40 -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 65050 invoked by uid 99); 22 May 2012 00:33:40 -0000 Received: from issues-vm.apache.org (HELO issues-vm) (140.211.11.160) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 22 May 2012 00:33:40 +0000 Received: from isssues-vm.apache.org (localhost [127.0.0.1]) by issues-vm (Postfix) with ESMTP id B4E29141887 for ; Tue, 22 May 2012 00:33:40 +0000 (UTC) Date: Tue, 22 May 2012 00:33:40 +0000 (UTC) From: "Gregory Chanan (JIRA)" To: issues@hbase.apache.org Message-ID: <291102629.5992.1337646820742.JavaMail.jiratomcat@issues-vm> In-Reply-To: <1287833143.5949.1337645021201.JavaMail.jiratomcat@issues-vm> Subject: [jira] [Updated] (HBASE-6063) Replication related failures on trunk after HBASE-5453 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-6063?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gregory Chanan updated HBASE-6063: ---------------------------------- Status: Patch Available (was: Open) > Replication related failures on trunk after HBASE-5453 > ------------------------------------------------------ > > Key: HBASE-6063 > URL: https://issues.apache.org/jira/browse/HBASE-6063 > Project: HBase > Issue Type: Bug > Affects Versions: 0.96.0 > Reporter: Gregory Chanan > Assignee: Gregory Chanan > Attachments: HBASE-6063.patch > > > HBASE-5453 added this line: > {code} > return ClusterId.parseFrom(data).toString(); > {code} > in function: > public static String readClusterIdZNode(ZooKeeperWatcher watcher) > but this is not implemented, so you get log messages like: > 2012-05-21 16:46:31,256 ERROR [RegionServer:0;cloudera-vm,60456,1337643971995-EventThread] zookeeper.ClientCnxn$EventThread(523): Error while calling watcher > java.lang.IllegalArgumentException: Invalid UUID string: org.apache.hadoop.hbase.ClusterId@5563d208 > at java.util.UUID.fromString(UUID.java:204) > at org.apache.hadoop.hbase.replication.regionserver.ReplicationSource.init(ReplicationSource.java:192) > at org.apache.hadoop.hbase.replication.regionserver.ReplicationSourceManager.getReplicationSource(ReplicationSourceManager.java:328) > at org.apache.hadoop.hbase.replication.regionserver.ReplicationSourceManager.addSource(ReplicationSourceManager.java:206) > at org.apache.hadoop.hbase.replication.regionserver.ReplicationSourceManager$PeersWatcher.nodeChildrenChanged(ReplicationSourceManager.java:505) > at org.apache.hadoop.hbase.zookeeper.ZooKeeperWatcher.process(ZooKeeperWatcher.java:300) > at org.apache.zookeeper.ClientCnxn$EventThread.processEvent(ClientCnxn.java:521) > at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:497) > 2012-05-21 16:46:31,256 ERROR [RegionServer:0;cloudera-vm,50926,1337643981835-EventThread] zookeeper.ClientCnxn$EventThread(523): Error while calling watcher > and replication fails because the ClusterId does not match what is expected. Patch coming soon. -- 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