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 4E5E010FE6 for ; Wed, 18 Dec 2013 19:25:09 +0000 (UTC) Received: (qmail 50920 invoked by uid 500); 18 Dec 2013 19:25:09 -0000 Delivered-To: apmail-hadoop-hdfs-issues-archive@hadoop.apache.org Received: (qmail 50887 invoked by uid 500); 18 Dec 2013 19:25:08 -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 50820 invoked by uid 99); 18 Dec 2013 19:25:08 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 18 Dec 2013 19:25:08 +0000 Date: Wed, 18 Dec 2013 19:25:08 +0000 (UTC) From: "Arpit Agarwal (JIRA)" To: hdfs-issues@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HDFS-5662) Can't decommission a DataNode due to file's replication factor larger than the rest of the cluster size 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-5662?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13852055#comment-13852055 ] Arpit Agarwal commented on HDFS-5662: ------------------------------------- +1 for the updated patch. > Can't decommission a DataNode due to file's replication factor larger than the rest of the cluster size > ------------------------------------------------------------------------------------------------------- > > Key: HDFS-5662 > URL: https://issues.apache.org/jira/browse/HDFS-5662 > Project: Hadoop HDFS > Issue Type: Bug > Components: namenode > Reporter: Brandon Li > Assignee: Brandon Li > Attachments: HDFS-5662.001.patch, HDFS-5662.002.patch > > > A datanode can't be decommissioned if it has replica that belongs to a file with a replication factor larger than the rest of the cluster size. > One way to fix this is to have some kind of minimum replication factor setting and thus any datanode can be decommissioned regardless of the largest replication factor it's related to. -- This message was sent by Atlassian JIRA (v6.1.4#6159)