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 9A1D1941A for ; Wed, 11 Jan 2012 02:29:03 +0000 (UTC) Received: (qmail 36569 invoked by uid 500); 11 Jan 2012 02:29:03 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 36366 invoked by uid 500); 11 Jan 2012 02:29:02 -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 36357 invoked by uid 99); 11 Jan 2012 02:29:02 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 11 Jan 2012 02:29:02 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 11 Jan 2012 02:29:00 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 592BE143B46 for ; Wed, 11 Jan 2012 02:28:39 +0000 (UTC) Date: Wed, 11 Jan 2012 02:28:39 +0000 (UTC) From: "Karthik K (Commented) (JIRA)" To: issues@hbase.apache.org Message-ID: <1287061182.28452.1326248919366.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <1822871037.28261.1326245799243.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Commented] (HBASE-5176) AssignmentManager: getRegion: logging nit adds a redundant '+' MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/HBASE-5176?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13183810#comment-13183810 ] Karthik K commented on HBASE-5176: ---------------------------------- Reg test failures, "javax.management.InstanceAlreadyExistsException: MXBean already registered with name Hadoop:service=NameNode,name=MetricsSystem,sub=Control" seems to be one of the reasons for failing , indicating an env setup / test fixture issue instead of being related to this patch. test: No tests included for the patch: Manual verification of the log message on the console, when starting up HMaster. javadoc: This does not add any method/ argument to warrant a javadoc change. > AssignmentManager: getRegion: logging nit adds a redundant '+' > ----------------------------------------------------------------- > > Key: HBASE-5176 > URL: https://issues.apache.org/jira/browse/HBASE-5176 > Project: HBase > Issue Type: Bug > Environment: hadoop 1.0.0 , zk 3.4.2 , hbase 0.92.0 rc3 > Reporter: Karthik K > Priority: Minor > Fix For: 0.92.0 > > Attachments: HBASE-5176.patch > > > From the logs of HMaster: > 2012-01-10 17:28:24,370 DEBUG org.apache.hadoop.hbase.master.AssignmentManager: Found an existing plan for -ROOT-,,0.70236052 destination server is + localhost,60020,1326242475275 > Was the '+' intended to be there , as part of some token for log verification or just being redundant , w.r.t the following string append ? -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira