[ 
https://issues.apache.org/jira/browse/NIFI-2032?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15343181#comment-15343181
 ] 

ASF subversion and git services commented on NIFI-2032:
-------------------------------------------------------

Commit ed3e0e09741f83ec9dd969c4dfe9fc642703fd3b in nifi's branch refs/heads/0.x 
from [~ozhurakousky]
[ https://git-wip-us.apache.org/repos/asf?p=nifi.git;h=ed3e0e0 ]

NIFI-2032 Fixed issue where SNMP test was not compatible with Java 7. (+1 
squashed commit)
Squashed commits:
[c6109d4] NIFI-2032 port for 0.x (+1 squashed commit)
Squashed commits:
[a9b32c6] Fixed checkstyle issues in TestStandardControllerServiceProvider.

This closes #554.

Signed-off-by: Andy LoPresto <[email protected]>


> Processors could be started before the Controller Services that they depend on
> ------------------------------------------------------------------------------
>
>                 Key: NIFI-2032
>                 URL: https://issues.apache.org/jira/browse/NIFI-2032
>             Project: Apache NiFi
>          Issue Type: Bug
>          Components: Core Framework
>            Reporter: Mark Payne
>            Assignee: Oleg Zhurakousky
>            Priority: Critical
>             Fix For: 1.0.0, 0.7.0
>
>
> in the StandardControllerServiceProvider, we enable a Collection of 
> Controller Services but do so in the background with a limited number of 
> threads. We need to ensure that all Controller Services have at least become 
> ENABLING before returning from this method. Otherwise, Processors that depend 
> on them could attempt to start. If this happens, the Processor will be 
> invalid because it references a Disabled Controller Service. As a result, the 
> Processor will not start. In a clustered environment, we will end up with 
> inconsistent run states across the nodes.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to