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

Inconsistent "coreLoadThreads" attributes in solr.xml between read/write

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • 4.1
    • 4.4, 6.0
    • None
    • None

    Description

      Solr is reading "coreLoadThreads" from an solr element in solr.xml

      However, when persistent is enabled in solr.xml, Solr inserts "coreLoadThreads" attribute to a wrong element.

      Before start solr

      <solr persistent="true" coreLoadThreads="2">
        <cores host="localhost" adminPath="/admin/cores" hostPort="8983" hostContext="solr">
         .....
      </solr>
      

      After start solr

      <solr persistent="true" >
        <cores host="localhost" adminPath="/admin/cores" coreLoadThreads="2" hostPort="8080" hostContext="solr">
         .....
      </solr>
      

      Attachments

        Issue Links

          Activity

            People

              erickerickson Erick Erickson
              patanachai Patanachai Tangchaisin
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: