You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by "Matt Gilman (JIRA)" <ji...@apache.org> on 2016/09/28 20:04:20 UTC

[jira] [Created] (NIFI-2836) Cluster - Request Replication

Matt Gilman created NIFI-2836:
---------------------------------

             Summary: Cluster - Request Replication
                 Key: NIFI-2836
                 URL: https://issues.apache.org/jira/browse/NIFI-2836
             Project: Apache NiFi
          Issue Type: Sub-task
          Components: Core Framework
            Reporter: Matt Gilman
            Priority: Critical
             Fix For: 1.1.0


When a request is replicated throughout the cluster, the cluster coordinator needs to ensure that request completes (including both parts of the two-phase commit if applicable) prior to replicating the next request.

Looks like a write lock is obtained while submitted a background task. The actually work completes outside the locks scope.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)