You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@lucene.apache.org by "David Smiley (Jira)" <ji...@apache.org> on 2019/12/09 20:53:00 UTC

[jira] [Created] (SOLR-14040) solr.xml shareSchema does not work in SolrCloud

David Smiley created SOLR-14040:
-----------------------------------

             Summary: solr.xml shareSchema does not work in SolrCloud
                 Key: SOLR-14040
                 URL: https://issues.apache.org/jira/browse/SOLR-14040
             Project: Solr
          Issue Type: Improvement
      Security Level: Public (Default Security Level. Issues are Public)
          Components: Schema and Analysis
            Reporter: David Smiley


solr.xml has a shareSchema boolean option that can be toggled from the default of false to true in order to share IndexSchema objects within the Solr node.  This is silently ignored in SolrCloud mode.  The pertinent code is {{org.apache.solr.core.ConfigSetService#createConfigSetService}} which creates a CloudConfigSetService that is not related to the SchemaCaching class.  This may not be a big deal in SolrCloud which tends not to deal well with many cores per node but I'm working on changing that.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@lucene.apache.org
For additional commands, e-mail: issues-help@lucene.apache.org