You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by "Paul Grey (Jira)" <ji...@apache.org> on 2022/05/25 14:01:00 UTC

[jira] [Updated] (NIFI-10055) Spurious Log Message on Cluster Node Rejoin

     [ https://issues.apache.org/jira/browse/NIFI-10055?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Paul Grey updated NIFI-10055:
-----------------------------
    Description: 
On testing of cluster node operations (DISCONNECT, OFFLOAD, CONNECT), noticed several of these in nifi-app.log:
{code:java}
Processor f8637666-0180-1000-0000-00004b518dac has a Scheduled State of RUNNING in Proposed Flow but ENABLED in Currently Loaded Flow  
 {code}
Looks like the message is coming from class `StaticDifferenceDescriptor` in module `nifi-registry-flow-diff`.

No noticeable bad effects on cluster functionality; this may be expected, but it would be good to check to be sure.

Also, this message is being written to nifi-app.log without the slf4j log message header; it may be captured via redirect of stdout/stderr streams. 

 

  was:
On testing of cluster node operations (DISCONNECT, OFFLOAD, CONNECT), noticed several of these in nifi-app.log:
{code:java}
Processor f8637666-0180-1000-0000-00004b518dac has a Scheduled State of RUNNING in Proposed Flow but ENABLED in Currently Loaded Flow  
 {code}
Looks like the message is coming from class `StaticDifferenceDescriptor` in module `nifi-registry-flow-diff`.

No noticeable bad effects on cluster functionality; this may be expected, but it would be good to check to be sure.

Also, this message is being written to nifi-app.log without the slf4j log message header; it may be capture via redirect of stdout/stderr streams. 

 


> Spurious Log Message on Cluster Node Rejoin
> -------------------------------------------
>
>                 Key: NIFI-10055
>                 URL: https://issues.apache.org/jira/browse/NIFI-10055
>             Project: Apache NiFi
>          Issue Type: Improvement
>            Reporter: Paul Grey
>            Priority: Trivial
>
> On testing of cluster node operations (DISCONNECT, OFFLOAD, CONNECT), noticed several of these in nifi-app.log:
> {code:java}
> Processor f8637666-0180-1000-0000-00004b518dac has a Scheduled State of RUNNING in Proposed Flow but ENABLED in Currently Loaded Flow  
>  {code}
> Looks like the message is coming from class `StaticDifferenceDescriptor` in module `nifi-registry-flow-diff`.
> No noticeable bad effects on cluster functionality; this may be expected, but it would be good to check to be sure.
> Also, this message is being written to nifi-app.log without the slf4j log message header; it may be captured via redirect of stdout/stderr streams. 
>  



--
This message was sent by Atlassian Jira
(v8.20.7#820007)