Return-Path: X-Original-To: apmail-falcon-dev-archive@minotaur.apache.org Delivered-To: apmail-falcon-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id DE95C119FD for ; Tue, 16 Sep 2014 11:29:55 +0000 (UTC) Received: (qmail 90935 invoked by uid 500); 16 Sep 2014 11:29:55 -0000 Delivered-To: apmail-falcon-dev-archive@falcon.apache.org Received: (qmail 90890 invoked by uid 500); 16 Sep 2014 11:29:55 -0000 Mailing-List: contact dev-help@falcon.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@falcon.incubator.apache.org Delivered-To: mailing list dev@falcon.incubator.apache.org Received: (qmail 90879 invoked by uid 99); 16 Sep 2014 11:29:55 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 16 Sep 2014 11:29:55 +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.3] (HELO mail.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with SMTP; Tue, 16 Sep 2014 11:29:54 +0000 Received: (qmail 90817 invoked by uid 99); 16 Sep 2014 11:29:34 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 16 Sep 2014 11:29:34 +0000 Date: Tue, 16 Sep 2014 11:29:34 +0000 (UTC) From: "Ajay Yadav (JIRA)" To: dev@falcon.incubator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (FALCON-145) Feed eviction be implemented in appropriate Storage implementation MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/FALCON-145?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ajay Yadav updated FALCON-145: ------------------------------ Attachment: FALCON-145-v2.patch Incorporated latest review comments. Updated the review board and uploading patch here as well. > Feed eviction be implemented in appropriate Storage implementation > ------------------------------------------------------------------ > > Key: FALCON-145 > URL: https://issues.apache.org/jira/browse/FALCON-145 > Project: Falcon > Issue Type: Improvement > Reporter: Venkatesh Seetharam > Assignee: Ajay Yadav > Attachments: FALCON-145-v2.patch, falcon-145.patch > > > Since the feed storage is abstracted in Storage class either as FileSystemStorage or CatalogStorage, moreover, behaviors for listing partitions and drop partitions are listed there, why do we need to hardcode the eviction behavior and instance deletion discovery for filesystem need to happen in FeedEvictor ? Why can't be implemented in appropriate Storage implementation. That way FeedEvictor would simpler and lot cleaner. > This can apply to table replication as well for import and export of partitions. -- This message was sent by Atlassian JIRA (v6.3.4#6332)