You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by mcgilman <gi...@git.apache.org> on 2018/03/15 14:54:40 UTC

[GitHub] nifi pull request #2551: NIFI-4973: Fix RPG port merging

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 <ma...@...>
Date:   2018-03-14T20:31:41Z

    NIFI-4973:
    - Fixing RPG port merging.
    - Adding unit tests.
    - Removing unecessary sorting that wasn't maintained while clustered.

----


---

[GitHub] nifi pull request #2551: NIFI-4973: Fix RPG port merging

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

    https://github.com/apache/nifi/pull/2551


---

[GitHub] nifi issue #2551: NIFI-4973: Fix RPG port merging

Posted by markap14 <gi...@git.apache.org>.
Github user markap14 commented on the issue:

    https://github.com/apache/nifi/pull/2551
  
    Will review


---

[GitHub] nifi issue #2551: NIFI-4973: Fix RPG port merging

Posted by markap14 <gi...@git.apache.org>.
Github user markap14 commented on the issue:

    https://github.com/apache/nifi/pull/2551
  
    @mcgilman the logic looks correct to me. Was able to rebuild & verify that all still works as expected and we do appear to be properly merging the ports. Thanks! +1 merged to master.


---