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 6EE4C6667 for ; Thu, 4 Aug 2011 20:23:50 +0000 (UTC) Received: (qmail 297 invoked by uid 500); 4 Aug 2011 20:23:50 -0000 Delivered-To: apmail-hadoop-hdfs-issues-archive@hadoop.apache.org Received: (qmail 274 invoked by uid 500); 4 Aug 2011 20:23:49 -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 258 invoked by uid 99); 4 Aug 2011 20:23:49 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 04 Aug 2011 20:23:49 +0000 X-ASF-Spam-Status: No, hits=-2000.7 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; Thu, 04 Aug 2011 20:23:48 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 837C0A8938 for ; Thu, 4 Aug 2011 20:23:27 +0000 (UTC) Date: Thu, 4 Aug 2011 20:23:27 +0000 (UTC) From: "Ivan Kelly (JIRA)" To: hdfs-issues@hadoop.apache.org Message-ID: <1402255577.9181.1312489407535.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <76549402.9130.1312489167564.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Updated] (HDFS-2225) HDFS-2018 Part 1 : Refactor file management so its not in classes which should be generic 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-2225?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ivan Kelly updated HDFS-2225: ----------------------------- Attachment: HDFS-2225.diff There are 3 parts to this patch: FoundEditLog becomes EditLogFile in FileJournalManager. FoundFSImage becomes FSImageFile in FSImageStorageInspector. StoragePurger is changed to take File rather than FoundEditLog and FoundFSImage. > HDFS-2018 Part 1 : Refactor file management so its not in classes which should be generic > ----------------------------------------------------------------------------------------- > > Key: HDFS-2225 > URL: https://issues.apache.org/jira/browse/HDFS-2225 > Project: Hadoop HDFS > Issue Type: Improvement > Reporter: Ivan Kelly > Assignee: Ivan Kelly > Attachments: HDFS-2225.diff > > > This is the first part of HDFS-2018 changes, to refactor some of the file management classes so they're in file specific places rather than in the generic classes. -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software/jira