[ 
https://issues.apache.org/jira/browse/NIFI-1727?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15274607#comment-15274607
 ] 

Mark Payne commented on NIFI-1727:
----------------------------------

The above referenced PR was closed, as the code was migrated into PR 413. This 
was done because of the dependencies between the above tickets, as they are all 
intertwined in terms of refactoring.

> Refactor NCM Node Response merging
> ----------------------------------
>
>                 Key: NIFI-1727
>                 URL: https://issues.apache.org/jira/browse/NIFI-1727
>             Project: Apache NiFi
>          Issue Type: Improvement
>          Components: Core Framework
>            Reporter: Mark Payne
>            Assignee: Mark Payne
>             Fix For: 1.0.0
>
>
> Currently, when the NCM federates a request to nodes in the cluster, those 
> responses are merged using one massive 'mergeResponses' method, which 
> delegates to many different 'mergeXYZ' methods. The logic is very repetitive 
> and tedious to update and lives within the WebClusterManager.
> We need to simplify the logic, since it is very repetitive and need to pull 
> the logic out of WebClusterManager into a separate interface so that the code 
> can be cleanly pulled from the NCM and merged into the cluster coordinator on 
> the nodes.



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

Reply via email to