Return-Path: Delivered-To: apmail-hadoop-hdfs-issues-archive@minotaur.apache.org Received: (qmail 73603 invoked from network); 21 Sep 2010 19:05:16 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 21 Sep 2010 19:05:16 -0000 Received: (qmail 52801 invoked by uid 500); 21 Sep 2010 19:05:16 -0000 Delivered-To: apmail-hadoop-hdfs-issues-archive@hadoop.apache.org Received: (qmail 52706 invoked by uid 500); 21 Sep 2010 19:05:16 -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 52698 invoked by uid 99); 21 Sep 2010 19:05:15 -0000 Received: from Unknown (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 21 Sep 2010 19:05:15 +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; Tue, 21 Sep 2010 19:04:58 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o8LJ4aBJ021411 for ; Tue, 21 Sep 2010 19:04:36 GMT Message-ID: <10104688.324511285095876586.JavaMail.jira@thor> Date: Tue, 21 Sep 2010 15:04:36 -0400 (EDT) From: "Hairong Kuang (JIRA)" To: hdfs-issues@hadoop.apache.org Subject: [jira] Commented: (HDFS-1346) DFSClient receives out of order packet ack In-Reply-To: <14598602.425401282155556423.JavaMail.jira@thor> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/HDFS-1346?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12913180#action_12913180 ] Hairong Kuang commented on HDFS-1346: ------------------------------------- This patch has been deployed on our production cluster for a while and it seems to have fixed the bug. The fix helps reducing the chance of losing data when hflushing. Shall we commit it to the 0.20 append branch? > DFSClient receives out of order packet ack > ------------------------------------------ > > Key: HDFS-1346 > URL: https://issues.apache.org/jira/browse/HDFS-1346 > Project: Hadoop HDFS > Issue Type: Bug > Components: data-node, hdfs client > Affects Versions: 0.20-append > Reporter: Hairong Kuang > Assignee: Hairong Kuang > Fix For: 0.20-append > > Attachments: blockrecv-diff.txt, outOfOrder.patch > > > When running 0.20 patched with HDFS-101, we sometimes see an error as follow: > WARN hdfs.DFSClient: DFSOutputStream ResponseProcessor exception for block blk_-2871223654872350746_21421120java.io.IOException: Responseprocessor: Expecting seq > no for block blk_-2871223654872350746_21421120 10280 but received 10281 > at org.apache.hadoop.hdfs.DFSClient$DFSOutputStream$ResponseProcessor.run(DFSClient.java:2570) > This indicates that DFS client expects an ack for packet N, but receives an ack for packet N+1. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.