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 CDC91181F7 for ; Tue, 23 Feb 2016 12:49:24 +0000 (UTC) Received: (qmail 1959 invoked by uid 500); 23 Feb 2016 12:49:21 -0000 Delivered-To: apmail-falcon-dev-archive@falcon.apache.org Received: (qmail 1922 invoked by uid 500); 23 Feb 2016 12:49:21 -0000 Mailing-List: contact dev-help@falcon.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@falcon.apache.org Delivered-To: mailing list dev@falcon.apache.org Received: (qmail 1911 invoked by uid 99); 23 Feb 2016 12:49:21 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd3-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 23 Feb 2016 12:49:21 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd3-us-west.apache.org (ASF Mail Server at spamd3-us-west.apache.org) with ESMTP id 17A051805E4 for ; Tue, 23 Feb 2016 12:49:21 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd3-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -4.349 X-Spam-Level: X-Spam-Status: No, score=-4.349 tagged_above=-999 required=6.31 tests=[KAM_LAZY_DOMAIN_SECURITY=1, RCVD_IN_DNSWL_HI=-5, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, RP_MATCHES_RCVD=-0.329] autolearn=disabled Received: from mx2-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd3-us-west.apache.org [10.40.0.10]) (amavisd-new, port 10024) with ESMTP id Eega20YC48eo for ; Tue, 23 Feb 2016 12:49:20 +0000 (UTC) Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx2-lw-eu.apache.org (ASF Mail Server at mx2-lw-eu.apache.org) with SMTP id 7AE665F1C6 for ; Tue, 23 Feb 2016 12:49:19 +0000 (UTC) Received: (qmail 925 invoked by uid 99); 23 Feb 2016 12:49:18 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 23 Feb 2016 12:49:18 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 1ECCF2C1F5C for ; Tue, 23 Feb 2016 12:49:18 +0000 (UTC) Date: Tue, 23 Feb 2016 12:49:18 +0000 (UTC) From: "sandeep samudrala (JIRA)" To: dev@falcon.incubator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (FALCON-1406) Effective time in Entity updates. 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/FALCON-1406?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15158817#comment-15158817 ] sandeep samudrala commented on FALCON-1406: ------------------------------------------- [~peeyushb]: Thanks for reviewing. I will update the twikis and documentation accordingly for the same. Once it looks in a good shape, I will raise a pull Request for final review. > Effective time in Entity updates. > --------------------------------- > > Key: FALCON-1406 > URL: https://issues.apache.org/jira/browse/FALCON-1406 > Project: Falcon > Issue Type: New Feature > Reporter: sandeep samudrala > Assignee: sandeep samudrala > Labels: syncup > Attachments: FALCON-1406-initial.patch, effective_time_in_entity_updates.pdf > > > Effective time with entity updates needs to be provided even with past time too. There was effective time capability provided in the past which gives the functionality to set an effective time for an entity with only current or future time(now + delay), which could not solve all the issues. > Following are few scenarios which would require effective time to be available with time back in past. > a) New code being deployed for an incompatible input data set which would leave instances with old code and new data. > b) Bad code being pushed for which, the entity should be able to go back in time to replay(rerun) with new code. > c) Orchestration level changes(good/bad) would need functionality to go back in time to start with. > For reference: Linking all the Jiras that have been worked upon around effective time . > https://issues.apache.org/jira/browse/FALCON-374 > https://issues.apache.org/jira/browse/FALCON-297 -- This message was sent by Atlassian JIRA (v6.3.4#6332)