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 CFB4AC2CE for ; Fri, 25 Jan 2013 13:23:14 +0000 (UTC) Received: (qmail 3493 invoked by uid 500); 25 Jan 2013 13:23:14 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 3455 invoked by uid 500); 25 Jan 2013 13:23:14 -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 3400 invoked by uid 99); 25 Jan 2013 13:23:13 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 25 Jan 2013 13:23:13 +0000 Date: Fri, 25 Jan 2013 13:23:12 +0000 (UTC) From: "Gabriel Reid (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (HBASE-7673) Incorrect error logging when a replication peer is removed 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-7673?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gabriel Reid updated HBASE-7673: -------------------------------- Status: Patch Available (was: Open) > Incorrect error logging when a replication peer is removed > ---------------------------------------------------------- > > Key: HBASE-7673 > URL: https://issues.apache.org/jira/browse/HBASE-7673 > Project: HBase > Issue Type: Bug > Components: Replication > Affects Versions: 0.96.0 > Reporter: Gabriel Reid > Priority: Minor > Attachments: HBASE-7673.patch > > > When a replication peer is removed (and all goes well), the following error is still logged: > {noformat}[ERROR][14:14:21,504][ventThread] org.apache.hadoop.hbase.replication.regionserver.ReplicationSourceManager - The queue we wanted to close is missing peer-state{noformat} > This is due to a watch being set on the peer-state node under the replication peer node in ZooKeeper, and the ReplicationSource#PeersWatcher doesn't correctly discern between nodes when it gets nodeDeleted messages. -- 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