-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Put jetty config under version control #248
Conversation
Yeah let's see if there's an option to just reload the config without restarting. |
@evz - in the Upstart file I only see options for: start, stop, restart, supervise, run|demo, and check (which just "echos" the various config arguments). What do you think about requiring a manual restart for this step? (I cannot imagine needing to adjust jetty configurations very often.) |
Ooo, hey why don't we try this: https://wiki.apache.org/solr/CoreAdmin#RELOAD As part of the deployment, just visit that URL using curl or something. |
@evz - this loads a new schema file for Solr 4, so we should implement this as part of the deployment...but does it reload Jetty configuration? |
Nope. I suppose if we want to do that, we'll want to do a manual restart. Changes like that seem a bit more fundamental. |
New deployment pattern:
|
Another step for this issue: datamade/django-councilmatic#157
@evz, I did this for deployment. Do you think it's okay to restart jetty with every Metro deployment? It seems like that could cause unwanted blips.