Mark Payne created NIFI-2484:
--------------------------------
Summary: If a Processor's @OnScheduled method throws an Exception,
its @OnStopped methods are not called
Key: NIFI-2484
URL: https://issues.apache.org/jira/browse/NIFI-2484
Project: Apache NiFi
Issue Type: Bug
Components: Core Framework
Reporter: Mark Payne
Assignee: Mark Payne
Priority: Blocker
Fix For: 1.0.0
If a Processor has a method annotated with @OnScheduled and that method throws
an Exception, its @OnUnscheduled methods and then @OnStopped methods should be
called before calling its @OnScheduled methods again. Currently, only the
@OnUnscheduled methods are called.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)