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 8C725DFEA for ; Tue, 6 Nov 2012 21:58:13 +0000 (UTC) Received: (qmail 18098 invoked by uid 500); 6 Nov 2012 21:58:13 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 18051 invoked by uid 500); 6 Nov 2012 21:58:13 -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 18042 invoked by uid 99); 6 Nov 2012 21:58:13 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 06 Nov 2012 21:58:13 +0000 Date: Tue, 6 Nov 2012 21:58:13 +0000 (UTC) From: "Lars Hofhansl (JIRA)" To: issues@hbase.apache.org Message-ID: <65880005.77136.1352239093298.JavaMail.jiratomcat@arcas> In-Reply-To: <350728575.67991.1352104512545.JavaMail.jiratomcat@arcas> Subject: [jira] [Commented] (HBASE-7097) Log message in SecureServer.class uses wrong class name 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-7097?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13491865#comment-13491865 ] Lars Hofhansl commented on HBASE-7097: -------------------------------------- I think this looks reasonable. Should we leave the "SecurityEnabled" message? I have no good sense about how frequently {code} if (LOG.isDebugEnabled()) LOG.debug("Created SASL server with mechanism = " + authMethod.getMechanismName()); {code} or {code} if (LOG.isDebugEnabled()) LOG.debug("Kerberos principal name is " + fullName); {code} Would called, but I think it should be OK to leave those at DEBUG. > Log message in SecureServer.class uses wrong class name > ------------------------------------------------------- > > Key: HBASE-7097 > URL: https://issues.apache.org/jira/browse/HBASE-7097 > Project: HBase > Issue Type: Improvement > Components: security > Affects Versions: 0.92.2, 0.94.2 > Reporter: Y. SREENIVASULU REDDY > Priority: Minor > Fix For: 0.92.3, 0.94.3 > > Attachments: HBASE-7097_94.patch, HBASE-7097-addendum.patch > > > log messages are printing wrongly in org.apache.hadoop.hbase.ipc.SecureServer.class > {code} > public static final Log LOG = LogFactory.getLog("org.apache.hadoop.ipc.SecureServer"); > private static final Log AUDITLOG = > LogFactory.getLog("SecurityLogger.org.apache.hadoop.ipc.SecureServer"); > {code} -- 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