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

Anshum Gupta commented on SOLR-7742:
------------------------------------

Hi Greg, I've been seeing a lot of Exceptions like the one below after this 
commit
{code}
org.apache.solr.core.SolrResourceNotFoundException: Can't find resource 
'configsetprops.json' in classpath or '/configs/conf1', 
cwd=/Users/anshumgupta/workspace/lucene-trunk/solr/build/solr-core/test/J0
   [junit4]   2>        at 
org.apache.solr.cloud.ZkSolrResourceLoader.openResource(ZkSolrResourceLoader.java:99)
   [junit4]   2>        at 
org.apache.solr.core.ConfigSetProperties.readFromResourceLoader(ConfigSetProperties.java:49)
   [junit4]   2>        at 
org.apache.solr.core.ConfigSetService.createConfigSetProperties(ConfigSetService.java:114)
   [junit4]   2>        at 
org.apache.solr.core.ConfigSetService.getConfig(ConfigSetService.java:76)
   [junit4]   2>        at 
org.apache.solr.core.CoreContainer.create(CoreContainer.java:668)
   [junit4]   2>        at 
org.apache.solr.core.CoreContainer$1.call(CoreContainer.java:397)
   [junit4]   2>        at 
org.apache.solr.core.CoreContainer$1.call(CoreContainer.java:388)
   [junit4]   2>        at 
java.util.concurrent.FutureTask.run(FutureTask.java:266)
   [junit4]   2>        at 
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor$1.run(ExecutorUtil.java:156)
   [junit4]   2>        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
   [junit4]   2>        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:745)
{code}

P.S: I've noticed this while running the tests generally.

> Support for Immutable ConfigSets
> --------------------------------
>
>                 Key: SOLR-7742
>                 URL: https://issues.apache.org/jira/browse/SOLR-7742
>             Project: Solr
>          Issue Type: New Feature
>            Reporter: Gregory Chanan
>            Assignee: Gregory Chanan
>             Fix For: 5.3, Trunk
>
>         Attachments: SOLR-7742, SOLR-7742.patch
>
>
> See the discussion in SOLR-5955; to properly support collection "templates" 
> that can be specified as the starting point for a collection configuration, 
> we need support for ConfigSets that are immutable.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to