Return-Path: Delivered-To: apmail-hadoop-core-dev-archive@www.apache.org Received: (qmail 21657 invoked from network); 4 Jun 2008 17:47:10 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 4 Jun 2008 17:47:10 -0000 Received: (qmail 7434 invoked by uid 500); 4 Jun 2008 17:47:11 -0000 Delivered-To: apmail-hadoop-core-dev-archive@hadoop.apache.org Received: (qmail 7333 invoked by uid 500); 4 Jun 2008 17:47:11 -0000 Mailing-List: contact core-dev-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: core-dev@hadoop.apache.org Delivered-To: mailing list core-dev@hadoop.apache.org Received: (qmail 7322 invoked by uid 99); 4 Jun 2008 17:47:11 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 04 Jun 2008 10:47:11 -0700 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.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 04 Jun 2008 17:46:23 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 4D032234C139 for ; Wed, 4 Jun 2008 10:46:45 -0700 (PDT) Message-ID: <1843465186.1212601605314.JavaMail.jira@brutus> Date: Wed, 4 Jun 2008 10:46:45 -0700 (PDT) From: "dhruba borthakur (JIRA)" To: core-dev@hadoop.apache.org Subject: [jira] Updated: (HADOOP-3177) Expose DFSOutputStream.fsync API though the FileSystem interface In-Reply-To: <593013264.1207342045819.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/HADOOP-3177?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] dhruba borthakur updated HADOOP-3177: ------------------------------------- Resolution: Fixed Fix Version/s: 0.18.0 Status: Resolved (was: Patch Available) I just committed this. Thanks Nicholas! > Expose DFSOutputStream.fsync API though the FileSystem interface > ---------------------------------------------------------------- > > Key: HADOOP-3177 > URL: https://issues.apache.org/jira/browse/HADOOP-3177 > Project: Hadoop Core > Issue Type: Improvement > Components: dfs > Reporter: dhruba borthakur > Assignee: Tsz Wo (Nicholas), SZE > Fix For: 0.18.0 > > Attachments: 3177_20080603.patch > > > In the current code, there is a DFSOutputStream.fsync() API that allows a client to flush all buffered data to the datanodes and also persist block locations on the namenode. This API should be exposed through the generic API in the org.hadoop.fs. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.