You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by "Marton Szasz (Jira)" <ji...@apache.org> on 2021/01/21 15:53:02 UTC

[jira] [Updated] (MINIFICPP-964) Exception thrown from onTrigger seems to make the C2 reload fail

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

Marton Szasz updated MINIFICPP-964:
-----------------------------------
    Fix Version/s:     (was: 0.8.0)
                   0.9.0

> Exception thrown from onTrigger seems to make the C2 reload fail
> ----------------------------------------------------------------
>
>                 Key: MINIFICPP-964
>                 URL: https://issues.apache.org/jira/browse/MINIFICPP-964
>             Project: Apache NiFi MiNiFi C++
>          Issue Type: Bug
>            Reporter: Nghia Le
>            Priority: Major
>             Fix For: 0.9.0
>
>
> I tried to publish new config for a class which contains CaptureRTSPFrame processor. In the onTrigger function of that processor, there are 2 lines:
> video_capture_.open(rtsp_url_);
>  video_backend_driver_ = video_capture_.getBackendName();
>  
> Which can cause an exception.
> It leads to a block in the middle of reloading config process. Thus, the config.yml will not be updated.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)