You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by "Mark Payne (JIRA)" <ji...@apache.org> on 2019/03/27 15:04:00 UTC

[jira] [Updated] (NIFI-6155) Framework task that checks if a component should run is not protected by try/catch

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

Mark Payne updated NIFI-6155:
-----------------------------
    Fix Version/s: 1.9.2
                   1.10.0

> Framework task that checks if a component should run is not protected by try/catch
> ----------------------------------------------------------------------------------
>
>                 Key: NIFI-6155
>                 URL: https://issues.apache.org/jira/browse/NIFI-6155
>             Project: Apache NiFi
>          Issue Type: Bug
>          Components: Core Framework
>            Reporter: Mark Payne
>            Assignee: Mark Payne
>            Priority: Major
>             Fix For: 1.10.0, 1.9.2
>
>
> The ConnectableTask code performs several checks to determine whether or not a given component should be triggered to run. However, this is done without catching the general Exception or Error, so if something like an OutOfMemoryError is thrown, it could silently fail, resulting in that task no longer being executed and without warning.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)