You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nifi.apache.org by "Mark Payne (JIRA)" <ji...@apache.org> on 2014/12/30 17:39:13 UTC

[jira] [Updated] (NIFI-202) ProcessContext should expose Run Duration

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

Mark Payne updated NIFI-202:
----------------------------
    Attachment: 0003-NIFI-202-Expose-Run-Duration-in-ProcessContext.patch

> ProcessContext should expose Run Duration
> -----------------------------------------
>
>                 Key: NIFI-202
>                 URL: https://issues.apache.org/jira/browse/NIFI-202
>             Project: Apache NiFi
>          Issue Type: Bug
>          Components: Core Framework
>    Affects Versions: 0.0.1
>            Reporter: Mark Payne
>            Priority: Minor
>             Fix For: 0.0.1
>
>         Attachments: 0003-NIFI-202-Expose-Run-Duration-in-ProcessContext.patch
>
>
> If a Processor has to perform some expensive operation before processing a FlowFile (obtain a connection to a remote system, for instance) it can should be able to process for the full duration of the Run Duration without returning for the sake of efficiency (by not releasing the resources until the Rn Duration ends). I.e., give the developer the ability (but not require them) to handle the run duration themselves when it makes sense.



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