You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by "Zml (Jira)" <ji...@apache.org> on 2022/11/21 12:49:00 UTC

[jira] [Created] (NIFI-10847) Concurrent Multiple Notify Processor make that Wait Processor fails to meet the Target Signal Count.

Zml created NIFI-10847:
--------------------------

             Summary: Concurrent Multiple Notify Processor  make that Wait Processor  fails to meet the Target Signal Count.
                 Key: NIFI-10847
                 URL: https://issues.apache.org/jira/browse/NIFI-10847
             Project: Apache NiFi
          Issue Type: Bug
          Components: Extensions
    Affects Versions: 1.17.0, 1.16.0
            Reporter: Zml
         Attachments: wait-notify_concurrent_start_bug.xml

The Notify should ensure that the value of the same Identifier is updated synchronously.

 

Two Notify Processor, update signal to add 1.

Excepted: Tagert Signal Value =2   Perform the json merge service


When all processor start at the same time, the left and right sides take almost the same amount of time.

Wait processor gets a signal value of 1 instead of the expected 2。

The Wait  will never wait for the correct target value。

The Notify should ensure that the value of the same Identifier is updated synchronously.

 



--
This message was sent by Atlassian Jira
(v8.20.10#820010)