Return-Path: Delivered-To: apmail-lucene-hadoop-dev-archive@locus.apache.org Received: (qmail 26001 invoked from network); 2 Nov 2007 20:18:17 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 2 Nov 2007 20:18:17 -0000 Received: (qmail 15119 invoked by uid 500); 2 Nov 2007 20:18:03 -0000 Delivered-To: apmail-lucene-hadoop-dev-archive@lucene.apache.org Received: (qmail 15088 invoked by uid 500); 2 Nov 2007 20:18:03 -0000 Mailing-List: contact hadoop-dev-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: hadoop-dev@lucene.apache.org Delivered-To: mailing list hadoop-dev@lucene.apache.org Received: (qmail 14885 invoked by uid 99); 2 Nov 2007 20:18:01 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 02 Nov 2007 13:18:01 -0700 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 02 Nov 2007 20:18:11 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 83BDA714236 for ; Fri, 2 Nov 2007 13:17:51 -0700 (PDT) Message-ID: <32867504.1194034671537.JavaMail.jira@brutus> Date: Fri, 2 Nov 2007 13:17:51 -0700 (PDT) From: "Tsz Wo (Nicholas), SZE (JIRA)" To: hadoop-dev@lucene.apache.org Subject: [jira] Updated: (HADOOP-1185) dynamically change log levels In-Reply-To: <33351223.1175277505470.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/HADOOP-1185?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tsz Wo (Nicholas), SZE updated HADOOP-1185: ------------------------------------------- Status: Patch Available (was: Open) > dynamically change log levels > ----------------------------- > > Key: HADOOP-1185 > URL: https://issues.apache.org/jira/browse/HADOOP-1185 > Project: Hadoop > Issue Type: Improvement > Components: util > Affects Versions: 0.16.0 > Reporter: dhruba borthakur > Assignee: Tsz Wo (Nicholas), SZE > Fix For: 0.16.0 > > Attachments: 1185_20071101.patch > > > I would like to switch on the debug log level of the namenode (or other components) without restarting it. This is needed to analyze a production system. > Can somebody please advice on how to set the loglevel dyncamically on a running namenode? I was thinking of enhancing dfsadmin to make an RPC to the namenode to set a specified logging level. But the apache common logging APi does not export an API to change logging levels. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.