You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@falcon.apache.org by "Pragya Mittal (JIRA)" <ji...@apache.org> on 2015/08/13 17:00:47 UTC

[jira] [Updated] (FALCON-1398) CrossEntityValidations contains incorrect validations

     [ https://issues.apache.org/jira/browse/FALCON-1398?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Pragya Mittal updated FALCON-1398:
----------------------------------
    Description: 
{code}
if (instEnd.after(feedEnd)) {
throw new ValidationException("End instance  " + instEndEL + " of feed " + feed.getName()
                            + " is before the start of feed " + feedValidity.getStart() + " for cluster "
                            + clusterName);
                }

{code}

> CrossEntityValidations contains incorrect validations
> -----------------------------------------------------
>
>                 Key: FALCON-1398
>                 URL: https://issues.apache.org/jira/browse/FALCON-1398
>             Project: Falcon
>          Issue Type: Bug
>          Components: prism
>            Reporter: Pragya Mittal
>            Assignee: Pragya Mittal
>
> {code}
> if (instEnd.after(feedEnd)) {
> throw new ValidationException("End instance  " + instEndEL + " of feed " + feed.getName()
>                             + " is before the start of feed " + feedValidity.getStart() + " for cluster "
>                             + clusterName);
>                 }
> {code}



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