Return-Path: X-Original-To: apmail-hadoop-common-issues-archive@minotaur.apache.org Delivered-To: apmail-hadoop-common-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 9A2B7B9F1 for ; Fri, 6 Jan 2012 17:39:01 +0000 (UTC) Received: (qmail 3904 invoked by uid 500); 6 Jan 2012 17:39:01 -0000 Delivered-To: apmail-hadoop-common-issues-archive@hadoop.apache.org Received: (qmail 3849 invoked by uid 500); 6 Jan 2012 17:39:00 -0000 Mailing-List: contact common-issues-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: common-issues@hadoop.apache.org Delivered-To: mailing list common-issues@hadoop.apache.org Received: (qmail 3839 invoked by uid 99); 6 Jan 2012 17:39:00 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 06 Jan 2012 17:39:00 +0000 X-ASF-Spam-Status: No, hits=-2001.6 required=5.0 tests=ALL_TRUSTED,RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 06 Jan 2012 17:38:59 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id AEEE213BBF6 for ; Fri, 6 Jan 2012 17:38:39 +0000 (UTC) Date: Fri, 6 Jan 2012 17:38:39 +0000 (UTC) From: "Tom White (Updated) (JIRA)" To: common-issues@hadoop.apache.org Message-ID: <698552676.15437.1325871519717.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <541078820.37868.1324520970654.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Updated] (HADOOP-7937) Forward port SequenceFile#syncFs and friends from Hadoop 1.x 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/HADOOP-7937?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tom White updated HADOOP-7937: ------------------------------ Resolution: Fixed Fix Version/s: 0.22.1 Target Version/s: 0.22.0 (was: 0.23.1, 0.22.0) Hadoop Flags: Reviewed Status: Resolved (was: Patch Available) I just committed this to 0.22, 0.23 and trunk. I see what you mean about reducing the visibility of the other methods in 1.x - really this should be done by applying the @Private annotations to the HDFS codebase (I think that the annotations are available in the 1 branch now at least). > Forward port SequenceFile#syncFs and friends from Hadoop 1.x > ------------------------------------------------------------ > > Key: HADOOP-7937 > URL: https://issues.apache.org/jira/browse/HADOOP-7937 > Project: Hadoop Common > Issue Type: New Feature > Components: io > Affects Versions: 0.22.0, 0.23.1 > Reporter: Eli Collins > Assignee: Tom White > Labels: bigtop > Fix For: 0.22.1 > > Attachments: HADOOP-7937.patch > > > HDFS-200 added a new public API SequenceFile#syncFs, we need to forward port this for compatibility. Looks like it might have introduced other APIs that need forward porting as well (eg LocaltedBlocks#setFileLength, and DataNode#getBlockInfo). -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira