Return-Path: X-Original-To: apmail-hadoop-hdfs-issues-archive@minotaur.apache.org Delivered-To: apmail-hadoop-hdfs-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 412D5C324 for ; Wed, 23 May 2012 16:57:41 +0000 (UTC) Received: (qmail 36978 invoked by uid 500); 23 May 2012 16:57:41 -0000 Delivered-To: apmail-hadoop-hdfs-issues-archive@hadoop.apache.org Received: (qmail 36939 invoked by uid 500); 23 May 2012 16:57:41 -0000 Mailing-List: contact hdfs-issues-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: hdfs-issues@hadoop.apache.org Delivered-To: mailing list hdfs-issues@hadoop.apache.org Received: (qmail 36921 invoked by uid 99); 23 May 2012 16:57:40 -0000 Received: from issues-vm.apache.org (HELO issues-vm) (140.211.11.160) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 23 May 2012 16:57:40 +0000 Received: from isssues-vm.apache.org (localhost [127.0.0.1]) by issues-vm (Postfix) with ESMTP id B839D141887 for ; Wed, 23 May 2012 16:57:40 +0000 (UTC) Date: Wed, 23 May 2012 16:57:40 +0000 (UTC) From: "Hudson (JIRA)" To: hdfs-issues@hadoop.apache.org Message-ID: <1983823812.12191.1337792260756.JavaMail.jiratomcat@issues-vm> In-Reply-To: <1552604535.9514.1337720861135.JavaMail.jiratomcat@issues-vm> Subject: [jira] [Commented] (HDFS-3454) Balancer unconditionally logs InterruptedException at INFO level on shutdown if security is enabled 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/HDFS-3454?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13281721#comment-13281721 ] Hudson commented on HDFS-3454: ------------------------------ Integrated in Hadoop-Mapreduce-trunk-Commit #2299 (See [https://builds.apache.org/job/Hadoop-Mapreduce-trunk-Commit/2299/]) HDFS-3454. Balancer unconditionally logs InterruptedException at INFO level on shutdown if security is enabled. Contributed by Eli Collins (Revision 1341916) Result = FAILURE eli : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1341916 Files : * /hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt * /hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/balancer/NameNodeConnector.java > Balancer unconditionally logs InterruptedException at INFO level on shutdown if security is enabled > ---------------------------------------------------------------------------------------------------- > > Key: HDFS-3454 > URL: https://issues.apache.org/jira/browse/HDFS-3454 > Project: Hadoop HDFS > Issue Type: Improvement > Components: balancer > Affects Versions: 2.0.0 > Reporter: Eli Collins > Assignee: Eli Collins > Priority: Minor > Fix For: 2.0.1 > > Attachments: hdfs-3454.txt > > > NameNodeConnector#close intrrupts the keyupdaterthread on shutdown so you always see the following on shutdown: > {noformat} > The cluster is balanced. Exiting... > 12/04/23 23:23:12 INFO balancer.Balancer: InterruptedException in block key updater thread > java.lang.InterruptedException: sleep interrupted > at java.lang.Thread.sleep(Native Method) > at org.apache.hadoop.hdfs.server.balancer.NameNodeConnector$BlockKeyUpdater.run(NameNodeConnector.java:200) > at java.lang.Thread.run(Thread.java:662) > {noformat} -- 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