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 AE2B4DBE8 for ; Wed, 24 Oct 2012 17:20:15 +0000 (UTC) Received: (qmail 99237 invoked by uid 500); 24 Oct 2012 17:20:15 -0000 Delivered-To: apmail-hadoop-hdfs-issues-archive@hadoop.apache.org Received: (qmail 99019 invoked by uid 500); 24 Oct 2012 17:20:14 -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 98843 invoked by uid 99); 24 Oct 2012 17:20:13 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 24 Oct 2012 17:20:13 +0000 Date: Wed, 24 Oct 2012 17:20:13 +0000 (UTC) From: "Daryn Sharp (JIRA)" To: hdfs-issues@hadoop.apache.org Message-ID: <1450846868.22721.1351099213133.JavaMail.jiratomcat@arcas> In-Reply-To: <886579078.90549.1343041534998.JavaMail.jiratomcat@issues-vm> Subject: [jira] [Commented] (HDFS-3704) In the DFSClient, Add the node to the dead list when the ipc.Client calls fails 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-3704?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13483409#comment-13483409 ] Daryn Sharp commented on HDFS-3704: ----------------------------------- Your explanation sounds reasonable but I don't feel that I know the intricacies well enough to approve this jira. The smallest bug fixes inevitably break something depending on the bug, so I'll defer to a hdfs expert. > In the DFSClient, Add the node to the dead list when the ipc.Client calls fails > ------------------------------------------------------------------------------- > > Key: HDFS-3704 > URL: https://issues.apache.org/jira/browse/HDFS-3704 > Project: Hadoop HDFS > Issue Type: Improvement > Affects Versions: 1.0.3, 2.0.0-alpha > Reporter: nkeywal > Priority: Minor > Attachments: HADOOP-3704.patch > > > The DFSCLient maintains a list of dead node per input steam. When creating this DFSInputStream, it may connect to one of the nodes to check final block size. If this call fail, this datanode should be put in the dead nodes list to save time. If not it will be retried for the block transfer during the read, and we're likely to get a timeout. -- 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