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 34241174C3 for ; Wed, 12 Nov 2014 01:11:35 +0000 (UTC) Received: (qmail 26600 invoked by uid 500); 12 Nov 2014 01:11:35 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 26552 invoked by uid 500); 12 Nov 2014 01:11:34 -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 26540 invoked by uid 99); 12 Nov 2014 01:11:34 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 12 Nov 2014 01:11:34 +0000 Date: Wed, 12 Nov 2014 01:11:34 +0000 (UTC) From: "Hudson (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HBASE-12460) Moving Chore to hbase-common module. 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-12460?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14207468#comment-14207468 ] Hudson commented on HBASE-12460: -------------------------------- FAILURE: Integrated in HBase-TRUNK #5762 (See [https://builds.apache.org/job/HBase-TRUNK/5762/]) HBASE-12460 Moving Chore to hbase-common module (matteo.bertozzi: rev 6e80af204486010193ca491aa9d0d23689fc34f6) * hbase-common/src/main/java/org/apache/hadoop/hbase/util/HasThread.java * hbase-client/src/main/java/org/apache/hadoop/hbase/util/HasThread.java * hbase-client/src/main/java/org/apache/hadoop/hbase/util/Sleeper.java * hbase-client/src/main/java/org/apache/hadoop/hbase/Stoppable.java * hbase-client/src/main/java/org/apache/hadoop/hbase/Chore.java * hbase-common/src/main/java/org/apache/hadoop/hbase/util/Sleeper.java * hbase-common/src/main/java/org/apache/hadoop/hbase/Stoppable.java * hbase-common/src/main/java/org/apache/hadoop/hbase/Chore.java > Moving Chore to hbase-common module. > ------------------------------------ > > Key: HBASE-12460 > URL: https://issues.apache.org/jira/browse/HBASE-12460 > Project: HBase > Issue Type: Bug > Affects Versions: 2.0.0, 0.99.1, 0.98.6.1 > Reporter: Srikanth Srungarapu > Assignee: Srikanth Srungarapu > Priority: Minor > Fix For: 2.0.0, 0.98.9, 0.99.2 > > Attachments: HBASE-12460_master.patch > > > Right now, Chore which is being used in hbase-server and hbase-client modules is in hbase-common module. It would be better to move it to hbase-common module. This doesn't break any compatibility, as hbase-client is dependent on hbase-common already. -- This message was sent by Atlassian JIRA (v6.3.4#6332)