Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 2B593200B40 for ; Thu, 16 Jun 2016 23:37:07 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 2A2B41602C5; Thu, 16 Jun 2016 21:37:07 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 878F2160A60 for ; Thu, 16 Jun 2016 23:37:06 +0200 (CEST) Received: (qmail 29353 invoked by uid 500); 16 Jun 2016 21:37:05 -0000 Mailing-List: contact hdfs-issues-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list hdfs-issues@hadoop.apache.org Received: (qmail 29324 invoked by uid 99); 16 Jun 2016 21:37:05 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 16 Jun 2016 21:37:05 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 6716B2C1F72 for ; Thu, 16 Jun 2016 21:37:05 +0000 (UTC) Date: Thu, 16 Jun 2016 21:37:05 +0000 (UTC) From: "Xiaobing Zhou (JIRA)" To: hdfs-issues@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (HDFS-10538) Remove AsyncDistributedFileSystem MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Thu, 16 Jun 2016 21:37:07 -0000 [ https://issues.apache.org/jira/browse/HDFS-10538?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Xiaobing Zhou updated HDFS-10538: --------------------------------- Attachment: HDFS-10538-HDFS-9924.002.patch Posted patch v002, it seems delta changes in v001 is not merged with v000. > Remove AsyncDistributedFileSystem > --------------------------------- > > Key: HDFS-10538 > URL: https://issues.apache.org/jira/browse/HDFS-10538 > Project: Hadoop HDFS > Issue Type: Sub-task > Components: hdfs-client > Reporter: Xiaobing Zhou > Assignee: Xiaobing Zhou > Attachments: HDFS-10538-HDFS-9924.000.patch, HDFS-10538-HDFS-9924.001.patch, HDFS-10538-HDFS-9924.002.patch > > > Per discussion in HDFS-9924, this JIRA is to remove AsyncDistributedFileSystem to make it invisible by moving it to tests, however, the underlying implementation can be reused by any proposed async API. It makes much sense to keep it, making it easy and possible to try on various async API implementation down the road. -- This message was sent by Atlassian JIRA (v6.3.4#6332) --------------------------------------------------------------------- To unsubscribe, e-mail: hdfs-issues-unsubscribe@hadoop.apache.org For additional commands, e-mail: hdfs-issues-help@hadoop.apache.org