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

MapReduce Indexer can error when using secure collection

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Won't Fix
    • 5.2.1
    • None
    • contrib - MapReduce
    • None

    Description

      When running the MapReduceIndexerTool, it will usually pull a solrconfig.xml from ZK for the collection that it is running against. This can be problematic for several reasons:

      • Performance: The configuration in ZK will likely have several query handlers, and lots of other components that don't make sense in an indexing-only use of EmbeddedSolrServer (ESS).
      • Classpath Resources: If the Solr services are using some kind of additional service (such as Sentry for auth) then the indexer will not have access to the necessary configurations without the user jumping through several hoops.
      • Distinct Configuration Needs: Enabling Soft Commits on the ESS doesn't make sense. There's other configurations that
      • Update Chain Behaviours: I'm under the impression that UpdateChains may behave differently in ESS than a SolrCloud cluster. Is it safe to depend on consistent behaviour here?

      Attachments

        1. SOLR-7734.branch5x.patch
          0.9 kB
          Mike Drob
        2. SOLR-7734.patch
          68 kB
          Mike Drob
        3. SOLR-7734.patch
          67 kB
          Mike Drob
        4. SOLR-7734.patch
          74 kB
          Mike Drob
        5. SOLR-7734.patch
          17 kB
          Mike Drob
        6. SOLR-7734.patch
          20 kB
          Mike Drob
        7. SOLR-7734.patch
          19 kB
          Mike Drob
        8. SOLR-7734.patch
          19 kB
          Mike Drob

        Issue Links

          Activity

            People

              gchanan Gregory Chanan
              mdrob Mike Drob
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: