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 A5B9010D31 for ; Wed, 9 Oct 2013 23:16:42 +0000 (UTC) Received: (qmail 89659 invoked by uid 500); 9 Oct 2013 23:16:42 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 89624 invoked by uid 500); 9 Oct 2013 23:16:42 -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 89615 invoked by uid 99); 9 Oct 2013 23:16:42 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 09 Oct 2013 23:16:42 +0000 Date: Wed, 9 Oct 2013 23:16:42 +0000 (UTC) From: "Aditya Kishore (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HBASE-9577) Log process environment variable on HBase service startup 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-9577?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13790982#comment-13790982 ] Aditya Kishore commented on HBASE-9577: --------------------------------------- Please ignore the previous comment, it was for a different JIRA (HBASE-9737) > Log process environment variable on HBase service startup > --------------------------------------------------------- > > Key: HBASE-9577 > URL: https://issues.apache.org/jira/browse/HBASE-9577 > Project: HBase > Issue Type: Improvement > Affects Versions: 0.95.2, 0.94.11 > Reporter: Aditya Kishore > Assignee: Aditya Kishore > Priority: Minor > Labels: troubleshooting > Fix For: 0.96.0 > > Attachments: HBASE-9577.patch, HBASE-9577.patch, HBASE-9577.patch > > > HBase services already logs information related to JVM properties and command line arguments used to start the services which have been immensely helpful to investigate issues. > One thing that they do not log is the environment variables and an unintended variable in the environment could lead to a scenario not reproducible anywhere else including its original location if the service is restarted differently. > We should log environment variables (excluding those which may contains credentials) on service startup with option to disable this logging. -- This message was sent by Atlassian JIRA (v6.1#6144)