[
https://issues.apache.org/jira/browse/SOLR-186?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Bertrand Delacretaz closed SOLR-186.
------------------------------------
Duplicate, closing
> webapp_name not used in optimize and commit scripts
> ---------------------------------------------------
>
> Key: SOLR-186
> URL: https://issues.apache.org/jira/browse/SOLR-186
> Project: Solr
> Issue Type: Bug
> Environment: *nix
> Reporter: galo
> Priority: Trivial
>
> Both scripts should use the webapp_name variable to send the relevant request
> commit 102: rs=`curl http://${solr_hostname}:${solr_port}/solr/update -s -d
> "<commit/>"`
> optimize 101: rs=`curl http://${solr_hostname}:${solr_port}/solr/update -s -d
> "<optimize/>"`
> should be
> commit 102: rs=`curl
> http://${solr_hostname}:${solr_port}/${webapp_name}/update -s -d "<commit/>"`
> optimize 101: rs=`curl
> http://${solr_hostname}:${solr_port}/${webapp_name}/update -s -d
> "<optimize/>"`
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.