You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@oozie.apache.org by "Mona Chitnis (JIRA)" <ji...@apache.org> on 2013/03/05 23:50:13 UTC

[jira] [Commented] (OOZIE-1207) Optimize current EL resolution in case of start-instance and end-instance

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

Mona Chitnis commented on OOZIE-1207:
-------------------------------------

committed to trunk. thanks rohini !
                
> Optimize current EL resolution in case of start-instance and end-instance
> -------------------------------------------------------------------------
>
>                 Key: OOZIE-1207
>                 URL: https://issues.apache.org/jira/browse/OOZIE-1207
>             Project: Oozie
>          Issue Type: Improvement
>    Affects Versions: 3.3.1
>            Reporter: Rohini Palaniswamy
>            Assignee: Rohini Palaniswamy
>             Fix For: trunk
>
>         Attachments: OOZIE-1207-1.patch, OOZIE-1207-2.patch
>
>
> <start-instance>$
> {coord:current(-23)}
> </start-instance>
> <end-instance>$
> {coord:current(0)}
> </end-instance>
> Assuming all 24 instances are available, Oozie makes 300(1+2+3+..24) calls instead of 24 calls. This leads to some very high CPU usage when number of current instances is high.
> OOZIE-1073 fixes similar issue for latest and future

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira