Return-Path: X-Original-To: apmail-hadoop-hdfs-issues-archive@minotaur.apache.org Delivered-To: apmail-hadoop-hdfs-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 CB7AA19764 for ; Mon, 25 Apr 2016 22:50:13 +0000 (UTC) Received: (qmail 48922 invoked by uid 500); 25 Apr 2016 22:50:13 -0000 Delivered-To: apmail-hadoop-hdfs-issues-archive@hadoop.apache.org Received: (qmail 48857 invoked by uid 500); 25 Apr 2016 22:50:13 -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 48594 invoked by uid 99); 25 Apr 2016 22:50:13 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 25 Apr 2016 22:50:13 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 13FCD2C1F70 for ; Mon, 25 Apr 2016 22:50:13 +0000 (UTC) Date: Mon, 25 Apr 2016 22:50:13 +0000 (UTC) From: "Tsz Wo Nicholas Sze (JIRA)" To: hdfs-issues@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Issue Comment Deleted] (HDFS-10224) Implement asynchronous rename for DistributedFileSystem 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-10224?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tsz Wo Nicholas Sze updated HDFS-10224: --------------------------------------- Comment: was deleted (was: GitHub user xiaobingo opened a pull request: https://github.com/apache/hadoop/pull/93 HDFS-10224. Implement asynchronous rename for DistributedFileSystem Please kindly review patch v007, thanks. See also patch v007 in https://issues.apache.org/jira/browse/HDFS-10224 You can merge this pull request into a Git repository by running: $ git pull https://github.com/xiaobingo/hadoop HDFS-10224 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/hadoop/pull/93.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #93 ---- commit 87037ee1c65e02908d12a9db03bf4463e4c66041 Author: Xiaobing Zhou Date: 2016-04-22T23:56:06Z HDFS-10224. Implement asynchronous rename for DistributedFileSystem ---- ) > Implement asynchronous rename for DistributedFileSystem > ------------------------------------------------------- > > Key: HDFS-10224 > URL: https://issues.apache.org/jira/browse/HDFS-10224 > Project: Hadoop HDFS > Issue Type: Sub-task > Components: fs, hdfs-client > Reporter: Xiaobing Zhou > Assignee: Xiaobing Zhou > Attachments: HDFS-10224-HDFS-9924.000.patch, HDFS-10224-HDFS-9924.001.patch, HDFS-10224-HDFS-9924.002.patch, HDFS-10224-HDFS-9924.003.patch, HDFS-10224-HDFS-9924.004.patch, HDFS-10224-HDFS-9924.005.patch, HDFS-10224-HDFS-9924.006.patch, HDFS-10224-HDFS-9924.007.patch, HDFS-10224-HDFS-9924.008.patch, HDFS-10224-HDFS-9924.009.patch, HDFS-10224-and-HADOOP-12909.000.patch > > > This is proposed to implement an asynchronous DistributedFileSystem based on AsyncFileSystem APIs in HADOOP-12910. In addition, rename is implemented in this JIRA. -- This message was sent by Atlassian JIRA (v6.3.4#6332)