merrimanr commented on a change in pull request #1492: METRON-2225: Upgrade Solr
URL: https://github.com/apache/metron/pull/1492#discussion_r316908138
##########
File path:
metron-platform/metron-solr/metron-solr-common/src/test/java/org/apache/metron/solr/integration/components/SolrComponent.java
##########
@@ -149,19 +149,16 @@ public String getZookeeperUrl() {
public void addCollection(String name, String configPath)
throws InterruptedException, IOException, KeeperException,
SolrServerException {
miniSolrCloudCluster.uploadConfigSet(new File(configPath).toPath(), name);
- CollectionAdminRequest.createCollection(name, 1, 1)
+ CollectionAdminRequest.createCollection(name, name,1, 1)
Review comment:
Maybe I misunderstood but I thought that was the config name. I will double
check.
----------------------------------------------------------------
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