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

Mark Miller commented on SOLR-9910:
-----------------------------------

bq. However, some custom configuration or debug feature is still only reachable 
through jetty config.

Right, of course, but we don't really want to expose Jetty specific things 
through Solr. So if there is something important we want to support, it's best 
to try and do it in a more abstract way. In this case, I'm wondering if that is 
something we actually want to support first class or if we should just say you 
need a unique Solr folder for every instance.

If it's not something we care so much about supporting, it's fine to allow 
unsupported things through some special unsupported config option - but the 
tradeoff is anyone using that stuff cannot count on it in the future at all. 
That's not always a very viable path depending on your use case. Even in a 
point release, devs will be allowed to break this kind of support. So if you 
cannot count on it fully except at a moment in time, it's a perhaps pretty 
flakey feature to build anything on.

> Allow setting of additional jetty options in bin/solr and bin/solr.cmd
> ----------------------------------------------------------------------
>
>                 Key: SOLR-9910
>                 URL: https://issues.apache.org/jira/browse/SOLR-9910
>             Project: Solr
>          Issue Type: Improvement
>      Security Level: Public(Default Security Level. Issues are Public) 
>            Reporter: Mano Kovacs
>            Assignee: Mark Miller
>             Fix For: master (7.0), 6.7
>
>         Attachments: SOLR-9910.patch, SOLR-9910.patch
>
>
> Command line tools allow the option {{-a}} to add JVM options to start 
> command. Proposing to add {{-j}} option to add additional config for jetty 
> (the part after {{start.jar}}).
> Motivation: jetty can be configured with start.ini in server directory. 
> Running multiple Solr instances, however, requires the configuration per 
> instance that cannot share the start.ini with other instances.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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

Reply via email to