You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by mattyb149 <gi...@git.apache.org> on 2017/04/06 20:34:34 UTC

[GitHub] nifi pull request #1496: NIFI-3414: Added EnforceOrder processor

Github user mattyb149 commented on a diff in the pull request:

    https://github.com/apache/nifi/pull/1496#discussion_r110260826
  
    --- Diff: nifi-mock/src/main/java/org/apache/nifi/util/MockProcessSession.java ---
    @@ -753,23 +763,8 @@ public void transfer(final Collection<FlowFile> flowFiles, final Relationship re
                 transfer(flowFiles);
                 return;
             }
    -        if(!processor.getRelationships().contains(relationship)){
    --- End diff --
    
    I couldn't see why/where this section of code needs to be remove, can you elaborate?


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---