[
https://issues.apache.org/jira/browse/SOLR-4546?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13631393#comment-13631393
]
Erick Erickson edited comment on SOLR-4546 at 4/14/13 9:09 PM:
---------------------------------------------------------------
[~elyograg] [[email protected]] Since all of the parameters in solr.xml
should be overridable via system properties, it seems like there's already a
way to do this without the added complication of another config file. I'm
inclined to close this "won't fix".
I'm not dead set against this, but I don't see the need either and am trying to
wrap up this migration. If someone wants to pick this up they should feel free.
Mostly I wanted Shawn to assign it to me so it didn't get lost, but upon
further reflection I don't think I have any investment in carrying this forward.
was (Author: erickerickson):
[~elyograg]] [[email protected]] Since all of the parameters in
solr.xml should be overridable via system properties, it seems like there's
already a way to do this without the added complication of another config file.
I'm inclined to close this "won't fix".
I'm not dead set against this, but I don't see the need either and am trying to
wrap up this migration. If someone wants to pick this up they should feel free.
Mostly I wanted Shawn to assign it to me so it didn't get lost, but upon
further reflection I don't think I have any investment in carrying this forward.
> Separate global/zookeeper info in solr.properties / solr.xml into its own
> config file
> -------------------------------------------------------------------------------------
>
> Key: SOLR-4546
> URL: https://issues.apache.org/jira/browse/SOLR-4546
> Project: Solr
> Issue Type: New Feature
> Affects Versions: 4.1
> Reporter: Shawn Heisey
> Assignee: Erick Erickson
> Fix For: 4.3, 5.0
>
>
> I know that solr.xml is due to be replaced by solr.properties soon, so I will
> say solr.\* and you can use whatever extension makes sense.
> There is a small but very important amount of information in solr.* that
> doesn't specifically have to do with the cores that are local to that server.
> With the advent of SolrCloud, the amount of such "global" information has
> grown, though it is still relatively small.
> If you want to change these "global" options (or you have config files in
> git/svn), you can't just copy solr.\* from one system to another, because
> that's where cores specific to that server are defined.
> I would like to continue to have these options work if they are in solr.\*,
> but have an additional file for global options, with a filename prefix like
> global, solrglobal, globalsolr, solrcommon, ... whatever bikeshedding comes
> up with. That way you could put zkHost, lib, and other things that will be
> common to all servers in the new file, and put machine-specific things like
> host and port in solr.\*. Any setting in solr.\* would replace the global
> setting, so you could put port in either file.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]