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/06 10:55:05 UTC

[jira] [Updated] (FALCON-1375) Adding latePolicy element if feed definition

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

Pragya Mittal updated FALCON-1375:
----------------------------------
    Description: 
As of now feed replication honours late policy but there is no way we can overwrite this property via feed definition.feed only exposes <late-arrival cut-off="days(100000)"/> 
The late policy is defined in runtime.properties :
{code}
*.feed.late.allowed=true
*.feed.late.frequency=hours(3)
*.feed.late.policy=exp-backoff
{code}

If user wants to overwrite these properties(changing late policy or frequency) , they have to be explicitly changed in runtime.properties. Setting these via feed definition would reduce such overheads.

> Adding latePolicy element if feed definition
> --------------------------------------------
>
>                 Key: FALCON-1375
>                 URL: https://issues.apache.org/jira/browse/FALCON-1375
>             Project: Falcon
>          Issue Type: Improvement
>          Components: feed
>    Affects Versions: trunk
>            Reporter: Pragya Mittal
>
> As of now feed replication honours late policy but there is no way we can overwrite this property via feed definition.feed only exposes <late-arrival cut-off="days(100000)"/> 
> The late policy is defined in runtime.properties :
> {code}
> *.feed.late.allowed=true
> *.feed.late.frequency=hours(3)
> *.feed.late.policy=exp-backoff
> {code}
> If user wants to overwrite these properties(changing late policy or frequency) , they have to be explicitly changed in runtime.properties. Setting these via feed definition would reduce such overheads.



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