[ 
https://issues.apache.org/jira/browse/SOLR-14040?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17020487#comment-17020487
 ] 

ASF subversion and git services commented on SOLR-14040:
--------------------------------------------------------

Commit baab2fce4344b7be6020e83fb7d093e7d7c449a6 in lucene-solr's branch 
refs/heads/branch_8x from David Smiley
[ https://gitbox.apache.org/repos/asf?p=lucene-solr.git;h=baab2fc ]

SOLR-14040: shareSchema support for SolrCloud

* Use Caffeine impl and weak values (to the schema). Previously the cache never 
evicted!
* now populating the configSet name from ZK into CloudDescriptor when 
CloudDescriptor is loaded
* actual schema name needs to be deterministic now; fallback from non-existent 
managed-schema to schema.xml will thwart this cache
* a test conf/core.properties wasn't actually used and became a problem in it's 
weird location after I refactored some logic

Closes #1166
(cherry picked from commit ab924fd4ea1ba6de6942bebd330a8be3120bf441)


> 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
>          Components: Schema and Analysis
>            Reporter: David Smiley
>            Assignee: David Smiley
>            Priority: Major
>          Time Spent: 20m
>  Remaining Estimate: 0h
>
> 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-unsubscr...@lucene.apache.org
For additional commands, e-mail: issues-h...@lucene.apache.org

Reply via email to