[ https://issues.apache.org/jira/browse/SOLR-3964?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13482575#comment-13482575 ]
Hoss Man commented on SOLR-3964: -------------------------------- can you please elaborate on what problem you are seeing. specifically: 1) how are you running solr and what do your configs look like (ie: it appears you are running in cloud mode, but that's not certain) 2) what commands/requests do you execute that don't behave the way you expect 3) whta response do you expect from those commands/requests 4) what response do you _actually_ get from those commands/requests off the cuff i suspect that unless you made a cut/paste mistake when creating this issue, the problem you are having is that you are missing a "&" in your URL, and what solr is doing is creating a collection with the name "tenancy_milesnumShards=3" when what you really want is a collection named "tenancy_miles" (which you imply already exists, but haven't provided any concrete details for us to be certain) > Solr does not return error, even though create collection unsuccessfully > ------------------------------------------------------------------------- > > Key: SOLR-3964 > URL: https://issues.apache.org/jira/browse/SOLR-3964 > Project: Solr > Issue Type: Bug > Components: SolrCloud > Affects Versions: 4.0 > Reporter: milesli > Labels: lack, message, response > Original Estimate: 6h > Remaining Estimate: 6h > > Solr does not return error, > even though create/delete collection unsuccessfully; > even though the request URL is incorrect; > (example: > http://127.0.0.1:8983/solr/admin/collections?action=CREATE&name=tenancy_milesnumShards=3&numReplicas=2&collection.configName=myconf) > even though pass the collection name already exists; -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org For additional commands, e-mail: dev-h...@lucene.apache.org