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 C0EBC10571 for ; Thu, 22 Aug 2013 09:01:00 +0000 (UTC) Received: (qmail 33838 invoked by uid 500); 22 Aug 2013 09:01:00 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 33614 invoked by uid 500); 22 Aug 2013 09:00:59 -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 33492 invoked by uid 99); 22 Aug 2013 09:00:58 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 22 Aug 2013 09:00:58 +0000 Date: Thu, 22 Aug 2013 09:00:58 +0000 (UTC) From: "Hudson (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HBASE-8441) [replication] Refactor KeeperExceptions thrown from replication state interfaces into replication specific exceptions 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-8441?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13747380#comment-13747380 ] Hudson commented on HBASE-8441: ------------------------------- FAILURE: Integrated in hbase-0.95 #484 (See [https://builds.apache.org/job/hbase-0.95/484/]) HBASE-8441 [replication] Refactor KeeperExceptions thrown from replication state interfaces into replication specific exceptions (stack: rev 1516368) * /hbase/branches/0.95/hbase-client/src/main/java/org/apache/hadoop/hbase/client/replication/ReplicationAdmin.java * /hbase/branches/0.95/hbase-client/src/main/java/org/apache/hadoop/hbase/replication/ReplicationException.java * /hbase/branches/0.95/hbase-client/src/main/java/org/apache/hadoop/hbase/replication/ReplicationPeer.java * /hbase/branches/0.95/hbase-client/src/main/java/org/apache/hadoop/hbase/replication/ReplicationPeers.java * /hbase/branches/0.95/hbase-client/src/main/java/org/apache/hadoop/hbase/replication/ReplicationPeersZKImpl.java * /hbase/branches/0.95/hbase-client/src/main/java/org/apache/hadoop/hbase/replication/ReplicationQueues.java * /hbase/branches/0.95/hbase-client/src/main/java/org/apache/hadoop/hbase/replication/ReplicationQueuesClient.java * /hbase/branches/0.95/hbase-client/src/main/java/org/apache/hadoop/hbase/replication/ReplicationQueuesClientZKImpl.java * /hbase/branches/0.95/hbase-client/src/main/java/org/apache/hadoop/hbase/replication/ReplicationQueuesZKImpl.java * /hbase/branches/0.95/hbase-server/src/main/java/org/apache/hadoop/hbase/mapreduce/replication/VerifyReplication.java * /hbase/branches/0.95/hbase-server/src/main/java/org/apache/hadoop/hbase/replication/master/ReplicationLogCleaner.java * /hbase/branches/0.95/hbase-server/src/main/java/org/apache/hadoop/hbase/replication/regionserver/Replication.java * /hbase/branches/0.95/hbase-server/src/main/java/org/apache/hadoop/hbase/replication/regionserver/ReplicationSource.java * /hbase/branches/0.95/hbase-server/src/main/java/org/apache/hadoop/hbase/replication/regionserver/ReplicationSourceManager.java * /hbase/branches/0.95/hbase-server/src/test/java/org/apache/hadoop/hbase/replication/TestReplicationStateBasic.java > [replication] Refactor KeeperExceptions thrown from replication state interfaces into replication specific exceptions > --------------------------------------------------------------------------------------------------------------------- > > Key: HBASE-8441 > URL: https://issues.apache.org/jira/browse/HBASE-8441 > Project: HBase > Issue Type: Improvement > Reporter: Chris Trezzo > Assignee: Chris Trezzo > Priority: Minor > Fix For: 0.96.0 > > Attachments: HBASE-8441-v1.patch, HBASE-8441-v2.patch > > > Currently, the replication state interfaces (state, peers and queues) throw KeeperExceptions from some of their methods. Refactor these into replication specific exceptions to prevent the implementation details of Zookeeper from leaking through. -- 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