[ 
https://issues.apache.org/jira/browse/SOLR-10007?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Erick Erickson updated SOLR-10007:
----------------------------------
    Attachment: SOLR-10007.patch

Here's what this patch is looking like. Something of a WIP, but reasonably 
close I think.

It touches a _lot_ of files. Mostly it's just something akin to:

-    this(core.getCoreDescriptor().getCoreContainer(), core.getName());
+    this(core.getCoreContainer(), core.getName());

I seem to be having trouble with, of all things, TestConfigSetsAPI. Haven't run 
precommit either.

> Clean up references to CoreContainer and CoreDescriptors
> --------------------------------------------------------
>
>                 Key: SOLR-10007
>                 URL: https://issues.apache.org/jira/browse/SOLR-10007
>             Project: Solr
>          Issue Type: Improvement
>      Security Level: Public(Default Security Level. Issues are Public) 
>    Affects Versions: trunk, 6.4
>            Reporter: Erick Erickson
>            Assignee: Erick Erickson
>         Attachments: SOLR-10007.patch
>
>
> It's a bit weird that CoreDescriptor contains a reference to CoreContainer. 
> It seems like the SolrCore should reference CoreContainer.
> Similarly, SolrCore keeps a copy of CoreDescriptor and another copy is kept 
> in the various CoreDescirptor lists making it difficult to track which is the 
> "real" CoreDescriptor.
> This is an umbrella issue as I think this (and perhaps other) issues can be 
> tackled separately.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

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

Reply via email to