Return-Path: X-Original-To: apmail-accumulo-notifications-archive@minotaur.apache.org Delivered-To: apmail-accumulo-notifications-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id CD9CC10136 for ; Wed, 17 Jul 2013 20:39:46 +0000 (UTC) Received: (qmail 68665 invoked by uid 500); 17 Jul 2013 20:39:46 -0000 Delivered-To: apmail-accumulo-notifications-archive@accumulo.apache.org Received: (qmail 68605 invoked by uid 500); 17 Jul 2013 20:39:46 -0000 Mailing-List: contact notifications-help@accumulo.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: jira@apache.org Delivered-To: mailing list notifications@accumulo.apache.org Received: (qmail 68460 invoked by uid 99); 17 Jul 2013 20:39:46 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 17 Jul 2013 20:39:46 +0000 Date: Wed, 17 Jul 2013 20:39:46 +0000 (UTC) From: "Keith Turner (JIRA)" To: notifications@accumulo.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (ACCUMULO-1516) Clean up Constants 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/ACCUMULO-1516?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13711581#comment-13711581 ] Keith Turner commented on ACCUMULO-1516: ---------------------------------------- I would not consider it part of the public API. A lot of the constants in that file are tightly coupled to Accumulo's internal implementation. Because of this tight coupling, we have made changes to it (add, delete, rename constants) w/o deprecation in the past. > Clean up Constants > ------------------ > > Key: ACCUMULO-1516 > URL: https://issues.apache.org/jira/browse/ACCUMULO-1516 > Project: Accumulo > Issue Type: Sub-task > Components: client, master, tserver > Reporter: Christopher Tubbs > Assignee: Christopher Tubbs > Fix For: 1.6.0 > > > o.a.a.core.Constants has become a mess, full of both useful and not useful stuff that is difficult to sift through. > For instance, there's a String literal constant for "UTF-8" that is only ever used in one place, and Constants.NO_AUTHS should really be Authorizations.EMPTY > Some of this, I want/need to clean up so I can track down all the important bits to migrate the root tablet to its own table without clutter. -- 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