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 5B454200B81 for ; Tue, 13 Sep 2016 20:03:22 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 59FEF160ADA; Tue, 13 Sep 2016 18:03:22 +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 AA60C160AAA for ; Tue, 13 Sep 2016 20:03:21 +0200 (CEST) Received: (qmail 56937 invoked by uid 500); 13 Sep 2016 18:03:20 -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 56898 invoked by uid 99); 13 Sep 2016 18:03:20 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 13 Sep 2016 18:03:20 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id A3D7C2C1B7F for ; Tue, 13 Sep 2016 18:03:20 +0000 (UTC) Date: Tue, 13 Sep 2016 18:03:20 +0000 (UTC) From: "Lei (Eddy) Xu (JIRA)" To: hdfs-issues@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HDFS-10636) Modify ReplicaInfo to remove the assumption that replica metadata and data are stored in java.io.File. MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Tue, 13 Sep 2016 18:03:22 -0000 [ https://issues.apache.org/jira/browse/HDFS-10636?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15487931#comment-15487931 ] Lei (Eddy) Xu commented on HDFS-10636: -------------------------------------- Hi, [~virajith] Thanks for the insights. bq. Our solution is to have a ProvidedReplica class which inherits ReplicaInfo, and then have ProvidedFinalizedReplica inherit ProvidedReplica. It makes sense now. +1. Will commit shortly > Modify ReplicaInfo to remove the assumption that replica metadata and data are stored in java.io.File. > ------------------------------------------------------------------------------------------------------ > > Key: HDFS-10636 > URL: https://issues.apache.org/jira/browse/HDFS-10636 > Project: Hadoop HDFS > Issue Type: Sub-task > Components: datanode, fs > Reporter: Virajith Jalaparti > Assignee: Virajith Jalaparti > Attachments: HDFS-10636.001.patch, HDFS-10636.002.patch, HDFS-10636.003.patch, HDFS-10636.004.patch, HDFS-10636.005.patch, HDFS-10636.006.patch, HDFS-10636.007.patch, HDFS-10636.008.patch, HDFS-10636.009.patch, HDFS-10636.010.patch > > > Replace java.io.File related APIs from {{ReplicaInfo}}, and enable the definition of new {{ReplicaInfo}} sub-classes whose metadata and data can be present on external storages (HDFS-9806). -- 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