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 4F7C110DE1 for ; Fri, 16 Aug 2013 06:02:49 +0000 (UTC) Received: (qmail 77646 invoked by uid 500); 16 Aug 2013 06:02:49 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 77388 invoked by uid 500); 16 Aug 2013 06:02:49 -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 77359 invoked by uid 99); 16 Aug 2013 06:02:48 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 16 Aug 2013 06:02:48 +0000 Date: Fri, 16 Aug 2013 06:02:48 +0000 (UTC) From: "Hudson (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HBASE-9236) region_mover#getTable() should use TableName.toString() instead of Bytes.toString() 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-9236?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13741956#comment-13741956 ] Hudson commented on HBASE-9236: ------------------------------- SUCCESS: Integrated in hbase-0.95 #457 (See [https://builds.apache.org/job/hbase-0.95/457/]) HBASE-9236 region_mover#getTable() should use TableName.toString() instead of Bytes.toString() (tedyu: rev 1514553) * /hbase/branches/0.95/bin/region_mover.rb > region_mover#getTable() should use TableName.toString() instead of Bytes.toString() > ----------------------------------------------------------------------------------- > > Key: HBASE-9236 > URL: https://issues.apache.org/jira/browse/HBASE-9236 > Project: HBase > Issue Type: Bug > Reporter: Ted Yu > Assignee: Ted Yu > Fix For: 0.96.0 > > Attachments: 9236-v1.txt > > > region_mover#getTable() has the following code: > {code} > key = Bytes.toString(name) > {code} > where name is TableName. However there is no Bytes.toString(TableName) defined. > TableName.toString() should be used instead. -- 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