[ 
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)

Reply via email to