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

Noble Paul commented on SOLR-14155:
-----------------------------------

I had the choice of modifying SRL to do the same . Instead I added a couple of 
sttaic methods to a new class called {{CoreRefreshingClassLoader}} because 

* The reader of the code clearly knows that it may result in reloading the core 
when classes are modified
*  SRL is used all over the places and it wil continue to get used in new 
places and an average developer will now know the implications of his code

> Load all other SolrCore plugins from packages
> ---------------------------------------------
>
>                 Key: SOLR-14155
>                 URL: https://issues.apache.org/jira/browse/SOLR-14155
>             Project: Solr
>          Issue Type: Sub-task
>          Components: packages
>            Reporter: Noble Paul
>            Assignee: Noble Paul
>            Priority: Major
>             Fix For: 8.7
>
>          Time Spent: 1h 50m
>  Remaining Estimate: 0h
>
> A few plugins configurable in {{solrconfig.xml}} still cannot be loaded from 
> packages 
>  # SolrEventListener (improperly implemented)
>  # DirectoryFactor
>  # Updatelog
>  # Cache
>  # RecoveryStrategy
>  # IndexReaderFactory
>  # CodecFactory
>  # StatsCache
> #1 can do hot reload.  other should result in reloading the core. 



--
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