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

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

Commit 47f45abdf9d99ac4b46dbed56c6dac3e0404d8be in nifi's branch 
refs/heads/master from Mark Payne
[ https://gitbox.apache.org/repos/asf?p=nifi.git;h=47f45ab ]

NIFI-6748: Fixed bug in Parameter Contexts' affected components where if a 
Controller Service referenced a Parameter, any component that references that 
service should also be considered an affected component but wasn't. Also fixed 
a bug in how we handled stopping a Processor that was in the STARTING phase.

This closes #3794.

Signed-off-by: Bryan Bende <[email protected]>


> When Parameter referenced by Controller Service is updated, Processors 
> referencing the Controller Service are not restarted.
> ----------------------------------------------------------------------------------------------------------------------------
>
>                 Key: NIFI-6748
>                 URL: https://issues.apache.org/jira/browse/NIFI-6748
>             Project: Apache NiFi
>          Issue Type: Bug
>            Reporter: Mark Payne
>            Assignee: Mark Payne
>            Priority: Critical
>             Fix For: 1.10.0
>
>          Time Spent: 0.5h
>  Remaining Estimate: 0h
>
> To reproduce:
>  * Create a Controller Service.
>  * Create a Parameter Context.
>  * Update Controller Service to reference a Parameter in the Parameter 
> Context.
>  * Enable Controller Service.
>  * Create a Processor that references the Controller Service.
>  * Start Processor.
>  * Update the referenced Parameter.
> This should result in the Processor being stopped and then restarted. 
> However, currently, the Processor is not identified as an Affected Component 
> and is therefore not restarted.



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

Reply via email to