[ https://issues.apache.org/jira/browse/MINIFI-252?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15991241#comment-15991241
]
marco polo commented on MINIFI-252:
-----------------------------------
[~kdoran] Good call. I like that. Looks like a clean solution indeed.
> FILE_OPERATION_EXCEPTION not being logged or caught
> ---------------------------------------------------
>
> Key: MINIFI-252
> URL: https://issues.apache.org/jira/browse/MINIFI-252
> Project: Apache NiFi MiNiFi
> Issue Type: Bug
> Components: C++
> Reporter: marco polo
> Priority: Critical
>
> With no claim on a resource, FILE_OPERATION_EXCEPTION is thrown, but not logged or caught.
It is silently dropped. Java has a concept of an uncaught exception handler. We need to implement
something like this so that we can know what to do in this case. At the very least a log message
should be generated and roll back the session if it is not.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
|