Return-Path: Delivered-To: apmail-hadoop-common-user-archive@www.apache.org Received: (qmail 68597 invoked from network); 31 Jan 2011 17:04:55 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 31 Jan 2011 17:04:55 -0000 Received: (qmail 72868 invoked by uid 500); 31 Jan 2011 17:04:52 -0000 Delivered-To: apmail-hadoop-common-user-archive@hadoop.apache.org Received: (qmail 72635 invoked by uid 500); 31 Jan 2011 17:04:50 -0000 Mailing-List: contact common-user-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: common-user@hadoop.apache.org Delivered-To: mailing list common-user@hadoop.apache.org Received: (qmail 72627 invoked by uid 99); 31 Jan 2011 17:04:49 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 31 Jan 2011 17:04:49 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=FREEMAIL_ENVFROM_END_DIGIT,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of zhengda1936@gmail.com designates 209.85.216.48 as permitted sender) Received: from [209.85.216.48] (HELO mail-qw0-f48.google.com) (209.85.216.48) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 31 Jan 2011 17:04:40 +0000 Received: by qwe4 with SMTP id 4so5858666qwe.35 for ; Mon, 31 Jan 2011 09:04:19 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:message-id:date:from:user-agent:mime-version:to :subject:references:in-reply-to:content-type :content-transfer-encoding; bh=8jwUbIAGv9HtE4lT8sy2E/0YLArauTkdSaS28TFxBH0=; b=tQhilR2KokByyS5/8m+5vRW9/Gov1XMu+B+xglNebqXOUwfOeRBZH7EULipye2dOT2 Nbx8Spdu849Cx/kU3oUBhgAt28CCySvDubB+AsU7MWB8Y/UqzwRyrF7jgWq4Qe4OprIL JbCzqXHM8anki4C2+lpt0vKghgalSmQ7wivbw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; b=W2pu1i+KWT5TI/Fn6OWZKti+EzN8x0Hc7aG+0mkBi9yCqwVbvy6UHvZBhINE7lbqH1 qJBWT6NJ8W7cpOmDkwOry7uVSADcL6y3/yZHVCstTnEseFfqbpwCMJ/1Pcf0X31DWWLi ssK4so/um0WO4jXHJS3DskBORY/i0SsVDczco= Received: by 10.224.11.9 with SMTP id r9mr6530962qar.85.1296493459357; Mon, 31 Jan 2011 09:04:19 -0800 (PST) Received: from [128.220.68.91] (zdpc.cs.jhu.edu [128.220.68.91]) by mx.google.com with ESMTPS id s10sm14908500qco.35.2011.01.31.09.04.17 (version=SSLv3 cipher=RC4-MD5); Mon, 31 Jan 2011 09:04:17 -0800 (PST) Message-ID: <4D46EA8E.30500@gmail.com> Date: Mon, 31 Jan 2011 11:59:58 -0500 From: Da Zheng User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.13) Gecko/20101208 Thunderbird/3.1.7 MIME-Version: 1.0 To: common-user@hadoop.apache.org Subject: Re: message transmission in Hadoop References: <4D4384C1.5060709@gmail.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Yes, this is exactly what I observed. reading is another problem. Thanks. Best, Da On 01/30/2011 05:25 PM, Jeff Hammerbacher wrote: > Hey Da, > > You may have observed https://issues.apache.org/jira/browse/HDFS-1601. > > Regards, > Jeff > > On Fri, Jan 28, 2011 at 7:08 PM, Da Zheng wrote: > >> Hello, >> >> I monitored system calls of HDFS with systemtap and found HDFS actually >> sends >> many 1-byte data to the network. I could also see many 8-byte and 64-byte >> data >> written to the OS though I don't know whether they are written to the disk >> or >> sent to the network. I did see many 8-byte data sent to the network. The >> number >> of these data is several times more than 64KB data packet sent by HDFS. >> >> Could anyone tell me why HDFS sends so many small packets? heartbeat >> messages? >> RPCs? It doesn't seem to me these messages can be just 1 byte. >> >> Thanks, >> Da >>