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

    https://github.com/apache/nifi/pull/721#discussion_r81645352
  
    --- Diff: 
nifi-nar-bundles/nifi-ignite-bundle/nifi-ignite-processors/src/main/java/org/apache/nifi/processors/ignite/AbstractIgniteProcessor.java
 ---
    @@ -92,6 +94,14 @@ public void initializeIgnite(ProcessContext context) {
                 return;
             }
     
    +        List<Ignite> grids = Ignition.allGrids();
    +
    +        if ( grids.size() == 1 ) {
    +            getLogger().warn("Ignite grid already avaialble");
    --- End diff --
    
    I think this should not be a warning because if using Put and Get 
processors on the canvas we will get a warning bulletin although there is no 
issue. Maybe log as info and inform the user we use a shared grid? (also take 
care of the typo).


---
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 [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to