Uploaded image for project: 'Solr'
  1. Solr
  2. SOLR-186

webapp_name not used in optimize and commit scripts

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Trivial
    • Resolution: Duplicate
    • None
    • None
    • None
    • None
    • *nix

    Description

      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/>"`

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              galo galo
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: