mmiklavc commented on a change in pull request #1254: METRON-1849 Elasticsearch 
Index Write Functionality Should be Shared
URL: https://github.com/apache/metron/pull/1254#discussion_r240720635
 
 

 ##########
 File path: 
metron-platform/metron-elasticsearch/src/main/java/org/apache/metron/elasticsearch/dao/ElasticsearchDao.java
 ##########
 @@ -196,7 +196,7 @@ public ElasticsearchDao 
withRefreshPolicy(WriteRequest.RefreshPolicy refreshPoli
   }
 
   protected Optional<String> getIndexName(String guid, String sensorType) 
throws IOException {
-    return updateDao.getIndexName(guid, sensorType);
+    return updateDao.findIndexNameByGUID(guid, sensorType);
 
 Review comment:
   That's fine @nickwallen. I wasn't clear on the difference between the 2 
functions and wanted to call it out.

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


With regards,
Apache Git Services

Reply via email to