Return-Path: Delivered-To: apmail-hadoop-hdfs-issues-archive@minotaur.apache.org Received: (qmail 64540 invoked from network); 18 Sep 2010 00:03:56 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 18 Sep 2010 00:03:56 -0000 Received: (qmail 10829 invoked by uid 500); 18 Sep 2010 00:03:56 -0000 Delivered-To: apmail-hadoop-hdfs-issues-archive@hadoop.apache.org Received: (qmail 10763 invoked by uid 500); 18 Sep 2010 00:03:55 -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 10755 invoked by uid 99); 18 Sep 2010 00:03:55 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 18 Sep 2010 00:03:55 +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; Sat, 18 Sep 2010 00:03:55 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o8I03YT3022275 for ; Sat, 18 Sep 2010 00:03:34 GMT Message-ID: <20659679.263731284768214407.JavaMail.jira@thor> Date: Fri, 17 Sep 2010 20:03:34 -0400 (EDT) From: "Suresh Srinivas (JIRA)" To: hdfs-issues@hadoop.apache.org Subject: [jira] Updated: (HDFS-1400) HDFS federation: Introduced block pool ID into DataTransferProtocol In-Reply-To: <27205993.188731284497673678.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-1400?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Suresh Srinivas updated HDFS-1400: ---------------------------------- Attachment: HDFS-1400.trunk.patch Thanks for the review. Attached is the trunk version of the patch. A block has two pieces of information. # Block identifier: this include Block ID and Generation Stamp. # Block attribute/information: len I have introduced writeId() and readId() methods to serialize/deserialize only identifier part of Block to be used in DataTransferProtocol. > HDFS federation: Introduced block pool ID into DataTransferProtocol > ------------------------------------------------------------------- > > Key: HDFS-1400 > URL: https://issues.apache.org/jira/browse/HDFS-1400 > Project: Hadoop HDFS > Issue Type: New Feature > Affects Versions: Federation Branch > Reporter: Suresh Srinivas > Assignee: Suresh Srinivas > Fix For: Federation Branch > > Attachments: HDFS-1400.patch, HDFS-1400.trunk.patch > > > Block Pool ID needs to be introduced in to DataTransferProtocol -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.