[
https://issues.apache.org/jira/browse/NIFI-4973?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16400518#comment-16400518
]
ASF GitHub Bot commented on NIFI-4973:
--------------------------------------
GitHub user mcgilman opened a pull request:
https://github.com/apache/nifi/pull/2551
NIFI-4973: Fix RPG port merging
NIFI-4973:
- Fixing RPG port merging.
- Adding unit tests.
- Removing unecessary sorting that wasn't maintained while clustered.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/mcgilman/nifi NIFI-4973
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/nifi/pull/2551.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #2551
----
commit 4a1d3042617b9501af3bed56c2c4dd6662134657
Author: Matt Gilman <matt.c.gilman@...>
Date: 2018-03-14T20:31:41Z
NIFI-4973:
- Fixing RPG port merging.
- Adding unit tests.
- Removing unecessary sorting that wasn't maintained while clustered.
----
> RPG port merging
> ----------------
>
> Key: NIFI-4973
> URL: https://issues.apache.org/jira/browse/NIFI-4973
> Project: Apache NiFi
> Issue Type: Bug
> Components: Core Framework
> Reporter: Matt Gilman
> Assignee: Matt Gilman
> Priority: Major
>
> When clustered, the available ports that should be returned to the client
> should only include ports that all nodes have discovered. It appears that
> currently, it's returning the union and not the intersection. The code in
> question is in RemoteProcessGroupEntityMerger#mergeDtos(...)
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)