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 BB05E115F5 for ; Fri, 19 Sep 2014 11:34:59 +0000 (UTC) Received: (qmail 10835 invoked by uid 500); 19 Sep 2014 11:34:59 -0000 Delivered-To: apmail-hadoop-hdfs-issues-archive@hadoop.apache.org Received: (qmail 10779 invoked by uid 500); 19 Sep 2014 11:34:59 -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 10692 invoked by uid 99); 19 Sep 2014 11:34:59 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 19 Sep 2014 11:34:59 +0000 Date: Fri, 19 Sep 2014 11:34:59 +0000 (UTC) From: "Hudson (JIRA)" To: hdfs-issues@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HDFS-7027) Archival Storage: Mover does not terminate when some storage type is out of space 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-7027?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14140379#comment-14140379 ] Hudson commented on HDFS-7027: ------------------------------ SUCCESS: Integrated in Hadoop-Yarn-trunk #685 (See [https://builds.apache.org/job/Hadoop-Yarn-trunk/685/]) HDFS-7027. Archival Storage: Mover does not terminate when some storage type is out of space. Contributed by Tsz Wo Nicholas Sze. (jing9: rev 74a7e227c822f3a43354f52fcf60635310af093a) * hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/mover/Mover.java * hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdfs/server/mover/TestStorageMover.java > Archival Storage: Mover does not terminate when some storage type is out of space > --------------------------------------------------------------------------------- > > Key: HDFS-7027 > URL: https://issues.apache.org/jira/browse/HDFS-7027 > Project: Hadoop HDFS > Issue Type: Sub-task > Components: balancer, namenode > Reporter: Tsz Wo Nicholas Sze > Assignee: Tsz Wo Nicholas Sze > Priority: Minor > Attachments: h7027_20140908.patch, h7027_20140908b.patch > > > Suppose DISK is run out of space and there are some block replicas needed to be moved to DISK. In this case, it is impossible to move any replica to DISK. Then, Mover may not terminate since it keeps trying to schedule moving the replicas to DISK in each iteration. -- This message was sent by Atlassian JIRA (v6.3.4#6332)