You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@falcon.apache.org by "Shwetha G S (JIRA)" <ji...@apache.org> on 2014/09/01 12:19:20 UTC

[jira] [Commented] (FALCON-500) Updates of dependent entities

    [ https://issues.apache.org/jira/browse/FALCON-500?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14117278#comment-14117278 ] 

Shwetha G S commented on FALCON-500:
------------------------------------

I think this is already handled in UpdateHelper.shouldUpdate():
{code}
            if (processCluster.getValidity().getEnd().before(new Date())) {
                LOG.debug("Process {} validity {} is in the past. Skipping...", affectedProcess.getName(),
                    processCluster.getValidity().getEnd());
                return false;
            }
{code}


> Updates of dependent entities
> -----------------------------
>
>                 Key: FALCON-500
>                 URL: https://issues.apache.org/jira/browse/FALCON-500
>             Project: Falcon
>          Issue Type: Bug
>            Reporter: Shwetha G S
>            Assignee: Ajay Yadav
>
> Feed update triggers the dependent process updates as well. When the dependent process is already completed, falcon doesn't bypass the update and the feed update fails



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)