You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@falcon.apache.org by "sandeep samudrala (JIRA)" <ji...@apache.org> on 2015/08/07 14:02:45 UTC

[jira] [Commented] (FALCON-383) Minimum value for oozie throtle

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

sandeep samudrala commented on FALCON-383:
------------------------------------------

This can be done by changing the way the throttle is set in ProcessExecutionCoordinatorBuilder to take a default value from runtime.properties.
Check if its greater than 12 then set the existing functionality value else set the default value from runtime.properties.

> Minimum value for oozie throtle
> -------------------------------
>
>                 Key: FALCON-383
>                 URL: https://issues.apache.org/jira/browse/FALCON-383
>             Project: Falcon
>          Issue Type: Bug
>            Reporter: Shwetha G S
>              Labels: newbie
>
> Currently, throttle for oozie coord is set as 2*timeout/frequency. If the timeout is 20 hrs and frequency is 24 hrs, throttle will be set as 1 which is bad. Coord action re-run of a timedout instance puts the action in WAITING status and this blocks further materialisation in oozie. We should set default value to some sane value like 12 (which is the default value in oozie)



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