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 D5DD510474 for ; Thu, 7 Nov 2013 19:35:19 +0000 (UTC) Received: (qmail 38463 invoked by uid 500); 7 Nov 2013 19:35:18 -0000 Delivered-To: apmail-hadoop-hdfs-dev-archive@hadoop.apache.org Received: (qmail 38368 invoked by uid 500); 7 Nov 2013 19:35:18 -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 38115 invoked by uid 99); 7 Nov 2013 19:35:18 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 07 Nov 2013 19:35:18 +0000 Date: Thu, 7 Nov 2013 19:35:18 +0000 (UTC) From: "Arpit Agarwal (JIRA)" To: hdfs-dev@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (HDFS-5475) NN should not allow more than one replica per storage MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Arpit Agarwal created HDFS-5475: ----------------------------------- Summary: NN should not allow more than one replica per storage Key: HDFS-5475 URL: https://issues.apache.org/jira/browse/HDFS-5475 Project: Hadoop HDFS Issue Type: Sub-task Components: namenode Affects Versions: Heterogeneous Storage (HDFS-2832) Reporter: Arpit Agarwal Assignee: Arpit Agarwal NN chooses a provisional target storage when allocating a new block and records that block in the blockList of that storage. However the datanode is free to choose a different storage for the block. On the next block report the NN ends up with two blockList entries for the same replica+DN combination. -- This message was sent by Atlassian JIRA (v6.1#6144)