merrimanr commented on a change in pull request #1367: METRON-2022: Metron rest
creates large number of connections to ZK which causes subsequent connection to
zk fail
URL: https://github.com/apache/metron/pull/1367#discussion_r273084012
##########
File path:
metron-platform/metron-solr/src/main/java/org/apache/metron/solr/dao/SolrDao.java
##########
@@ -168,29 +165,14 @@ public Document
removeCommentFromAlert(CommentAddRemoveRequest request, Document
}
/**
- * Builds a Solr client using the ZK hosts from the global config.
+ * Returns the SolrClient.
* @return SolrClient
*/
public SolrClient getSolrClient() {
Review comment:
Done.
----------------------------------------------------------------
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:
[email protected]
With regards,
Apache Git Services