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

Export handler causes bug in prefetch with very small indexes.

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Minor
    • Resolution: Resolved
    • None
    • None
    • None
    • None

    Description

      When there are very few documents in the index the ExportQParserPlugin is creating a dummy docList which is larger then the number of documents in the index. This causes a bug during the prefetch stage of the QueryComponent.

      There really needs to be two fixes here.

      1) The dummy docList should never be larger then the number of documents in the index.

      2) Prefetch should be turned off during exports as it's not doing anything useful.

      Attachments

        1. SOLR-6584.patch
          2 kB
          Joel Bernstein

        Activity

          People

            Unassigned Unassigned
            jbernste Joel Bernstein
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: