You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by "Mark Payne (Jira)" <ji...@apache.org> on 2021/11/04 18:50:00 UTC

[jira] [Created] (NIFI-9365) Node can fail to offload due to ConcurrentModificationException

Mark Payne created NIFI-9365:
--------------------------------

             Summary: Node can fail to offload due to ConcurrentModificationException
                 Key: NIFI-9365
                 URL: https://issues.apache.org/jira/browse/NIFI-9365
             Project: Apache NiFi
          Issue Type: Bug
          Components: Core Framework
            Reporter: Mark Payne
            Assignee: Mark Payne


I created a System Test that create a cluster, add some processors to the flow, and run the flow. Then disconnect one of the nodes and offload it. When successful, reconnect node, destroy flow, and start over. Repeat for several iterations.

Intention here was to ensure that we successfully complete offloading after trying many times. After several iterations, I encountered a ConcurrentModificationException in StandardProcessorNode#getActiveThreads. This caused the node not to complete its offloading.



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