Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 3A56B200B3C for ; Wed, 29 Jun 2016 05:07:48 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 38D54160A6C; Wed, 29 Jun 2016 03:07:48 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id A6E37160A56 for ; Wed, 29 Jun 2016 05:07:47 +0200 (CEST) Received: (qmail 49302 invoked by uid 500); 29 Jun 2016 03:07:45 -0000 Mailing-List: contact hdfs-issues-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list hdfs-issues@hadoop.apache.org Received: (qmail 49291 invoked by uid 99); 29 Jun 2016 03:07:45 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 29 Jun 2016 03:07:45 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 6F16D2C029E for ; Wed, 29 Jun 2016 03:07:45 +0000 (UTC) Date: Wed, 29 Jun 2016 03:07:45 +0000 (UTC) From: "Weiwei Yang (JIRA)" To: hdfs-issues@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (HDFS-10588) False alarm in namenode log - ERROR - Disk Balancer is not enabled MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Wed, 29 Jun 2016 03:07:48 -0000 Weiwei Yang created HDFS-10588: ---------------------------------- Summary: False alarm in namenode log - ERROR - Disk Balancer is not enabled Key: HDFS-10588 URL: https://issues.apache.org/jira/browse/HDFS-10588 Project: Hadoop HDFS Issue Type: Bug Components: datanode, hdfs Reporter: Weiwei Yang Noticed error message in namenode log {code}2016-06-28 19:49:12,221 ERROR datanode.DiskBalancer (DiskBalancer.java:checkDiskBalancerEnabled(297)) - Disk Balancer is not enabled. {code} even with default configuration dfs.disk.balancer.enabled=false.This is triggered when accessing datanode web UI, because {{DataNode#getDiskBalancerStatus}} calls the check. -- This message was sent by Atlassian JIRA (v6.3.4#6332) --------------------------------------------------------------------- To unsubscribe, e-mail: hdfs-issues-unsubscribe@hadoop.apache.org For additional commands, e-mail: hdfs-issues-help@hadoop.apache.org