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 178CF107B3 for ; Tue, 20 Aug 2013 15:58:55 +0000 (UTC) Received: (qmail 97740 invoked by uid 500); 20 Aug 2013 15:58:54 -0000 Delivered-To: apmail-hadoop-hdfs-issues-archive@hadoop.apache.org Received: (qmail 97501 invoked by uid 500); 20 Aug 2013 15:58:53 -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 96896 invoked by uid 99); 20 Aug 2013 15:58:52 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 20 Aug 2013 15:58:52 +0000 Date: Tue, 20 Aug 2013 15:58:52 +0000 (UTC) From: "Vinay (JIRA)" To: hdfs-issues@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (HDFS-5112) NetWorkTopology#countNumOfAvailableNodes() is returning wrong value if excluded nodes passed are not part of the cluster tree 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-5112?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Vinay updated HDFS-5112: ------------------------ Attachment: HDFS-5112.patch Attaching a patch. Please review > NetWorkTopology#countNumOfAvailableNodes() is returning wrong value if excluded nodes passed are not part of the cluster tree > ----------------------------------------------------------------------------------------------------------------------------- > > Key: HDFS-5112 > URL: https://issues.apache.org/jira/browse/HDFS-5112 > Project: Hadoop HDFS > Issue Type: Bug > Components: namenode > Affects Versions: 3.0.0, 2.0.5-alpha > Reporter: Vinay > Assignee: Vinay > Attachments: HDFS-5112.patch > > > I got "File /hdfs_COPYING_ could only be replicated to 0 nodes instead of minReplication (=1). There are 1 datanode(s) running and 1 node(s) are excluded in this operation." in the following case > 1. 2 DNs cluster, > 2. One of the datanodes was not responding from last 10 min, but about to detect as dead at NN. > 3. Tried to write one file, for the block NN allocated both DNs. > 4. Client While creating the pipeline took some time to detect one node failure. > 5. Before client detects pipeline failure, NN side dead node was removed from cluster map. > 6. Now, client has abandoned previous block and asked for new block with dead node in excluded list and got above exception even though one more node was available live. > When I dig this more, found that, > {{NetWorkTopology#countNumOfAvailableNodes()}} is not giving correct count when the excludeNodes passed from client are not part of the cluster map. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira