Return-Path: X-Original-To: apmail-hadoop-hdfs-dev-archive@minotaur.apache.org Delivered-To: apmail-hadoop-hdfs-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 1BFDE18D30 for ; Sat, 24 Oct 2015 13:31:29 +0000 (UTC) Received: (qmail 69275 invoked by uid 500); 24 Oct 2015 13:31:28 -0000 Delivered-To: apmail-hadoop-hdfs-dev-archive@hadoop.apache.org Received: (qmail 69031 invoked by uid 500); 24 Oct 2015 13:31:27 -0000 Mailing-List: contact hdfs-dev-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: hdfs-dev@hadoop.apache.org Delivered-To: mailing list hdfs-dev@hadoop.apache.org Received: (qmail 69008 invoked by uid 99); 24 Oct 2015 13:31:27 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 24 Oct 2015 13:31:27 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id A5B752C044E for ; Sat, 24 Oct 2015 13:31:27 +0000 (UTC) Date: Sat, 24 Oct 2015 13:31:27 +0000 (UTC) From: "Lin Yiqun (JIRA)" To: hdfs-dev@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (HDFS-9303) Balancer slowly with too many small file blocks MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Lin Yiqun created HDFS-9303: ------------------------------- Summary: Balancer slowly with too many small file blocks Key: HDFS-9303 URL: https://issues.apache.org/jira/browse/HDFS-9303 Project: Hadoop HDFS Issue Type: Improvement Components: balancer & mover Affects Versions: 2.7.1 Reporter: Lin Yiqun Assignee: Lin Yiqun In the recent hadoop release versions I found that balance operation is always so slowly, even though I upgrade the version.When I analyse balancer log, I found that in every balance iteration,it use only 4 to 5 minutes, and is a short time.And The most important is that the most of being moving blocks is small blocks ,and the size is smaller than 1M.And this is a main reason of the low effective of balance operation. -- This message was sent by Atlassian JIRA (v6.3.4#6332)