Return-Path: X-Original-To: apmail-hadoop-hdfs-dev-archive@minotaur.apache.org Delivered-To: apmail-hadoop-hdfs-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 3EFC217554 for ; Tue, 19 May 2015 21:49:03 +0000 (UTC) Received: (qmail 5425 invoked by uid 500); 19 May 2015 21:49:01 -0000 Delivered-To: apmail-hadoop-hdfs-dev-archive@hadoop.apache.org Received: (qmail 5320 invoked by uid 500); 19 May 2015 21:49:01 -0000 Mailing-List: contact hdfs-dev-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: hdfs-dev@hadoop.apache.org Delivered-To: mailing list hdfs-dev@hadoop.apache.org Received: (qmail 5135 invoked by uid 99); 19 May 2015 21:49:01 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 19 May 2015 21:49:01 +0000 Date: Tue, 19 May 2015 21:49:01 +0000 (UTC) From: "Sean Busbey (JIRA)" To: hdfs-dev@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Reopened] (HDFS-8135) Remove the deprecated FSConstants class 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/HDFS-8135?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sean Busbey reopened HDFS-8135: ------------------------------- This change breaks HBase. The comment at the start of the removed class was {code} - * @deprecated Please use {@link HdfsConstants}. This class - * is left only for other ecosystem projects which depended on - * it for SafemodeAction and DatanodeReport types. - */ {code} A few things # please mark this change as breaking and include a release note, since hte javadocs expressly say it was there for ecosystem projecs (even though it does not carry a proper InterfaceAudience annotation) # consider limiting this change to trunk and leave it out of branch-2 # HdfsConstants is labeled InterfaceAudience.Private, so what am I supposed to move HBase to? > Remove the deprecated FSConstants class > --------------------------------------- > > Key: HDFS-8135 > URL: https://issues.apache.org/jira/browse/HDFS-8135 > Project: Hadoop HDFS > Issue Type: Bug > Reporter: Haohui Mai > Assignee: Li Lu > Fix For: 2.8.0 > > Attachments: HDFS-8135-041315.patch > > > The {{FSConstants}} class has been marked as deprecated since 0.23. There is no uses of this class in the current code base and it can be removed. -- This message was sent by Atlassian JIRA (v6.3.4#6332)