[
https://issues.apache.org/jira/browse/NIFI-10663?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17621340#comment-17621340
]
ASF subversion and git services commented on NIFI-10663:
--------------------------------------------------------
Commit e83e3eb8492fc76f47a88a51d62319bf4ab092dd in nifi's branch
refs/heads/main from markap14
[ https://gitbox.apache.org/repos/asf?p=nifi.git;h=e83e3eb849 ]
NIFI-10663: When ProcessorNode.stop() is called, it returns a Future. That
future, however, may be completed when the processor is fully stopped or
whenever it becomes stopping. Fixed this behavior by only completing the future
whenever the processor has fully stopped. Also addressed an issue in the
synchronizer in which we did not stop a processor when it had a state of
STARTING. (#6561)
This closes #6561
> Synchronizer should consider stopping Processors that are Starting
> ------------------------------------------------------------------
>
> Key: NIFI-10663
> URL: https://issues.apache.org/jira/browse/NIFI-10663
> Project: Apache NiFi
> Issue Type: Task
> Components: Core Framework
> Reporter: Matt Gilman
> Assignee: Matt Gilman
> Priority: Major
> Fix For: 1.19.0
>
> Time Spent: 0.5h
> Remaining Estimate: 0h
>
> The versioned component synchronizer stops components that are Running before
> applying changes. This logic should be updated to consider when Processors
> are Starting.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)