Mark Payne created NIFI-862:
-------------------------------
Summary: If a Controller Service fails to start, a Processor
depending on it will not stop
Key: NIFI-862
URL: https://issues.apache.org/jira/browse/NIFI-862
Project: Apache NiFi
Issue Type: Bug
Components: Core Framework
Reporter: Mark Payne
Assignee: Mark Payne
Priority: Critical
Fix For: 0.3.0
Steps to replicate:
1. Add a DBCPConnectionPool controller service
2. Configure it with an invalid driver class name
3. Enable the Controller Service
4. Add a processor that depends on DBCPConnectionPool (for example, ExecuteSQL)
to the flow
5. Configure the processor to use the controller service that is now failing to
start (because you gave it an invalid driver class name)
6. Start the Processor
7. Stop the Processor
NiFi will hang, waiting for the service to properly start.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)