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 61709200CA3 for ; Wed, 3 May 2017 00:30:08 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 60111160BBE; Tue, 2 May 2017 22:30:08 +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 A7450160BAC for ; Wed, 3 May 2017 00:30:07 +0200 (CEST) Received: (qmail 98725 invoked by uid 500); 2 May 2017 22:30:06 -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 98714 invoked by uid 99); 2 May 2017 22:30:06 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd2-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 02 May 2017 22:30:06 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd2-us-west.apache.org (ASF Mail Server at spamd2-us-west.apache.org) with ESMTP id 6C5B11A00D0 for ; Tue, 2 May 2017 22:30:06 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd2-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -99.502 X-Spam-Level: X-Spam-Status: No, score=-99.502 tagged_above=-999 required=6.31 tests=[KAM_NUMSUBJECT=0.5, RP_MATCHES_RCVD=-0.001, SPF_PASS=-0.001, USER_IN_WHITELIST=-100] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd2-us-west.apache.org [10.40.0.9]) (amavisd-new, port 10024) with ESMTP id PDqD_onePxuc for ; Tue, 2 May 2017 22:30:05 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with ESMTP id 978225FC4A for ; Tue, 2 May 2017 22:30:05 +0000 (UTC) Received: from jira-lw-us.apache.org (unknown [207.244.88.139]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id 15433E0D19 for ; Tue, 2 May 2017 22:30:05 +0000 (UTC) Received: from jira-lw-us.apache.org (localhost [127.0.0.1]) by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) with ESMTP id 74A4621DE7 for ; Tue, 2 May 2017 22:30:04 +0000 (UTC) Date: Tue, 2 May 2017 22:30:04 +0000 (UTC) From: "Tsz Wo Nicholas Sze (JIRA)" To: hdfs-issues@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HDFS-11742) Revert the core changes from HDFS-8818 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Tue, 02 May 2017 22:30:08 -0000 [ https://issues.apache.org/jira/browse/HDFS-11742?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15993912#comment-15993912 ] Tsz Wo Nicholas Sze commented on HDFS-11742: -------------------------------------------- What we need is HDFS-7639. The number of moves should be limited by the number of threads. > Revert the core changes from HDFS-8818 > -------------------------------------- > > Key: HDFS-11742 > URL: https://issues.apache.org/jira/browse/HDFS-11742 > Project: Hadoop HDFS > Issue Type: Bug > Reporter: Kihwal Lee > Assignee: Kihwal Lee > Priority: Blocker > Attachments: HDFS-11742.branch-2.8.patch, HDFS-11742.branch-2.patch, HDFS-11742.trunk.patch > > > This is to revert the core changes made by HDFS-8818. The reason is explained in the jira comments. HDFS-8818 put in config and logging changes that are tied to the core change. I will leave them as is. > We ran 2.8 balancer with HDFS-8818 on a 280-node and a 2,400-node cluster. In both cases, it would hang forever after two iterations. The two iterations were also moving things at a significantly lower rate. The hang itself is fixed by HDFS-11377, but the design limitation remains, so the balancer throughput ends up actually lower. -- This message was sent by Atlassian JIRA (v6.3.15#6346) --------------------------------------------------------------------- To unsubscribe, e-mail: hdfs-issues-unsubscribe@hadoop.apache.org For additional commands, e-mail: hdfs-issues-help@hadoop.apache.org