-
Notifications
You must be signed in to change notification settings - Fork 500
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
Upgrade to Solr 7.3.0 #4579
Comments
Update was confirmed working normally as well as in vagrant and docker-aio. |
Solr start message warns about dramatically increasing file descriptors and processes. This did not happen in 7.2.1. This may require a tweak to solr init script: solr-7.3.0]$ bin/solr start Waiting up to 180 seconds to see Solr running on port 8983 [] I edit /etc/init.d/solr and added:
I ended up editing /etc/security/limits.conf Because my system seems to have a max process limit of 63705, I stayed at 63000. At first I tried putting both settings in either init.d/solr or limits.conf but they only worked when I split them as above. Not sure why but likely something to do with running init as root but sudoing as solr to start job. |
@kcondon as we discussed at standup I just merged the latest from develop (including the merged Solr 7.3.0 upgrade) into my metrics branch and deployed it (4527-metrics-api-900973b) to the server we talked about. |
index all took 14 hours for prod copy: Solr index was cleared before indexing, despite message. |
Solr 7.3.0 was released recently. Since we've not yet cut the release (4.9) that includes our last Solr upgrade (#4158), let's upgrade to the newest version.
The text was updated successfully, but these errors were encountered: