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 24205ED5E for ; Tue, 12 Feb 2013 18:27:13 +0000 (UTC) Received: (qmail 73740 invoked by uid 500); 12 Feb 2013 18:27:12 -0000 Delivered-To: apmail-hadoop-hdfs-issues-archive@hadoop.apache.org Received: (qmail 73703 invoked by uid 500); 12 Feb 2013 18:27:12 -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 73656 invoked by uid 99); 12 Feb 2013 18:27:12 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 12 Feb 2013 18:27:12 +0000 Date: Tue, 12 Feb 2013 18:27:12 +0000 (UTC) From: "Chu Tong (JIRA)" To: hdfs-issues@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (HDFS-4492) NameNodeConnector should prevent other balancers to run while the one is running 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-4492?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chu Tong updated HDFS-4492: --------------------------- Status: Open (was: Patch Available) > NameNodeConnector should prevent other balancers to run while the one is running > -------------------------------------------------------------------------------- > > Key: HDFS-4492 > URL: https://issues.apache.org/jira/browse/HDFS-4492 > Project: Hadoop HDFS > Issue Type: Bug > Components: balancer > Affects Versions: 2.0.2-alpha > Reporter: Chu Tong > Priority: Minor > Attachments: HDFS-4492.patch > > > In hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/balancer/NameNodeConnector.java: > private OutputStream checkAndMarkRunningBalancer() throws IOException { > try { > final DataOutputStream out = fs.create(BALANCER_ID_PATH); > out.writeBytes(InetAddress.getLocalHost().getHostName()); > out.flush(); > return out; > } catch(RemoteException e) { > ... > In the code, fs.create should set overwrite bit to false so that other balancer can't run while one is running. -- 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