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

    https://github.com/apache/metron/pull/946#discussion_r176520331
  
    --- Diff: 
metron-platform/metron-elasticsearch/src/test/java/org/apache/metron/elasticsearch/integration/components/ElasticSearchComponent.java
 ---
    @@ -277,7 +277,7 @@ public boolean hasIndex(String indexName) {
         @Override
         public void stop() {
           try {
    -        node.close();
    +          node.close();
    --- End diff --
    
    This is not needed.  Please remove this.


---

Reply via email to