You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nifi.apache.org by mc...@apache.org on 2021/06/25 16:40:58 UTC

[nifi] branch main updated (1313ee3 -> 88cc232)

This is an automated email from the ASF dual-hosted git repository.

mcgilman pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/nifi.git.


    from 1313ee3  NIFI-8735 - Increase polling frequency for NAR autoloading providers (#5183)
     add 88cc232  NIFI-8731: If a processor is running but made invalid due to a parameter update, it ends up in a state of STARTING. If the parameter is then updated again, it transitions the state to STOPPING but the processor is not fully stopped yet. At that point, the parameter is updated and the processor is attempted to be started again. Fixed this by keeping the number of active threads to >= 1 if processor is STOPPING in order to convey that it is not fully stopped. Also addresse [...]

No new revisions were added by this update.

Summary of changes:
 .../nifi/controller/StandardProcessorNode.java     | 30 +++++++++++--
 .../apache/nifi/groups/StandardProcessGroup.java   |  2 +-
 .../apache/nifi/reporting/AbstractEventAccess.java |  4 +-
 .../apache/nifi/web/api/FlowUpdateResource.java    |  4 +-
 .../nifi/web/api/ParameterContextResource.java     |  2 +-
 .../util/ClusterReplicationComponentLifecycle.java | 51 +++++++++++++++------
 .../nifi/web/util/LocalComponentLifecycle.java     | 52 +++++++++++++++-------
 .../scheduling/StatelessProcessScheduler.java      |  2 +-
 .../system/parameters/ParameterContextIT.java      | 27 +++++++++++
 9 files changed, 134 insertions(+), 40 deletions(-)