You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@solr.apache.org by "ASF subversion and git services (Jira)" <ji...@apache.org> on 2023/01/21 23:53:00 UTC

[jira] [Commented] (SOLR-16591) Refactor transient cores to be a subclass of SolrCores

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

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

Commit 05ee07ca35ed16e9c80f88bf333dcfa32378c9c7 in solr's branch refs/heads/main from David Smiley
[ https://gitbox.apache.org/repos/asf?p=solr.git;h=05ee07ca35e ]

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 itself pluggable and with an implementation that implements transient cores as a subclass of it.  This way, SolrCores will make no mention of transient cores (hopefully) and it'll be easier to understand and maintain SolrCores.  There may be some back-combat impact.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

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