dsmiley opened a new pull request, #1243: URL: https://github.com/apache/solr/pull/1243
Remove transient core processing from SolrCores. Move to a new subclass of SolrCores: TransientSolrCores. Remove TransientSolrCoreCacheFactory; not a useful intermediary. Ideally move TransientSolrCoreCacheDefault into TransientSolrCores but not yet. Improved/standardized visibility of members of SolrCores. Deprecated SolrCores.getCores(). SolrCores lists & lock should not have been static. SolrCores.getUnloadedCoreDescriptor isn't needed. https://issues.apache.org/jira/browse/SOLR-16591 ------ WIP... TestCoreDiscovery & TestLazyCores don't work. Seems like a cleanup issue -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
