Return-Path: Delivered-To: apmail-hadoop-hdfs-issues-archive@minotaur.apache.org Received: (qmail 87772 invoked from network); 10 Sep 2010 09:01:58 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 10 Sep 2010 09:01:58 -0000 Received: (qmail 71841 invoked by uid 500); 10 Sep 2010 09:01:58 -0000 Delivered-To: apmail-hadoop-hdfs-issues-archive@hadoop.apache.org Received: (qmail 71751 invoked by uid 500); 10 Sep 2010 09:01:56 -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 71742 invoked by uid 99); 10 Sep 2010 09:01:56 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 10 Sep 2010 09:01:56 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 10 Sep 2010 09:01:55 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o8A91Y7r003914 for ; Fri, 10 Sep 2010 09:01:35 GMT Message-ID: <76.115111284109294900.JavaMail.jira@thor> Date: Fri, 10 Sep 2010 05:01:34 -0400 (EDT) From: "dhruba borthakur (JIRA)" To: hdfs-issues@hadoop.apache.org Subject: [jira] Commented: (HDFS-1380) The append pipeline does not followed TSP principal In-Reply-To: <24350236.62781283895394387.JavaMail.jira@thor> 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-1380?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12907938#action_12907938 ] dhruba borthakur commented on HDFS-1380: ---------------------------------------- This is a valid bug in the 0.20-append branch. > The append pipeline does not followed TSP principal > --------------------------------------------------- > > Key: HDFS-1380 > URL: https://issues.apache.org/jira/browse/HDFS-1380 > Project: Hadoop HDFS > Issue Type: Bug > Components: hdfs client > Affects Versions: 0.20-append > Reporter: Thanh Do > > 1. Say we have 2 racks: rack-0 and rack-1. > Rack-0 has dn1, dn2, dn3. Rack-0 has dn4, dn5, dn6. > > 2. Suppose client is in rack-0, and the write pipeline is: > client --> localnode --> other rack --> other rack > In this example we have the pipeline client-dn1-dn4-dn6. > That is rack0-rack0-rack1-rack1. So far so good. > > 3. Now other client comes, and append to file. > This client is also in rack-0. Interestingly, > the append pipeline is client-dn6-dn4-dn1. > That is the new client (from rack0) sends packet > to the first node in pipeline (dn6) which belongs to rack1. > This bug was found by our Failure Testing Service framework: > http://www.eecs.berkeley.edu/Pubs/TechRpts/2010/EECS-2010-98.html > For questions, please email us: Thanh Do (thanhdo@cs.wisc.edu) and > Haryadi Gunawi (haryadi@eecs.berkeley.edu) -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.