You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by GitBox <gi...@apache.org> on 2019/04/23 14:26:52 UTC

[GitHub] [nifi] patricker commented on a change in pull request #3444: NIFI-6223 Expose Cluster Node Type to Controller Services

patricker commented on a change in pull request #3444: NIFI-6223 Expose Cluster Node Type to Controller Services
URL: https://github.com/apache/nifi/pull/3444#discussion_r277706825
 
 

 ##########
 File path: nifi-mock/src/main/java/org/apache/nifi/util/MockControllerServiceInitializationContext.java
 ##########
 @@ -70,6 +71,11 @@ public StateManager getStateManager() {
         return stateManager;
     }
 
+    @Override
+    public NodeTypeProvider getNodeTypeProvider() {
+        return null;
 
 Review comment:
   @bbende Thanks for catching that. I would have probably been back here submitting a PR for that in a week or two the first time I tried to actually write a unit test that uses this :) I've updated the code.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services