[
https://issues.apache.org/jira/browse/SOLR-16591?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17679601#comment-17679601
]
ASF subversion and git services commented on SOLR-16591:
--------------------------------------------------------
Commit be27d4573a9a134231dc90568afa9201e041f73a in solr's branch
refs/heads/branch_9x from David Smiley
[ https://gitbox.apache.org/repos/asf?p=solr.git;h=be27d4573a9 ]
SOLR-16591: Deprecate transient Cores. Simplify SolrCores. (#1243)
The "Transient Cores" feature is now deprecated.
In solr.xml "<transientCoreCacheFactory>" no longer works; it wasn't documented
either.
Some internals were changed as well to simplify the standard case of having no
transient cores.
> Refactor transient cores to be a subclass of SolrCores
> ------------------------------------------------------
>
> Key: SOLR-16591
> URL: https://issues.apache.org/jira/browse/SOLR-16591
> Project: Solr
> Issue Type: Improvement
> Security Level: Public(Default Security Level. Issues are Public)
> Reporter: David Smiley
> Priority: Major
> Time Spent: 6h 50m
> Remaining Estimate: 0h
>
> Very few Solr users use "transient cores" but the impact of the capability
> adds complexity. This proposal would make SolrCores devoid of transient
> cores, and instead have a subclass deal with that. This way, SolrCores will
> make no mention of transient cores (hopefully) and it'll be easier to
> understand and maintain SolrCores.
> Furthermore, *transient cores is hereby deprecated.*
--
This message was sent by Atlassian Jira
(v8.20.10#820010)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]