-
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
lss vm profile+manifest #612
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
aelkiss
reviewed
Sep 15, 2023
rrotter
force-pushed
the
solr-vm
branch
5 times, most recently
from
October 20, 2023 19:26
ecfc94c
to
2715b82
Compare
rrotter
force-pushed
the
solr-vm
branch
7 times, most recently
from
November 1, 2023 19:29
0dfc8d3
to
311b03e
Compare
rrotter
force-pushed
the
solr-vm
branch
6 times, most recently
from
November 2, 2023 20:55
99678b7
to
7ecb6e7
Compare
rrotter
force-pushed
the
solr-vm
branch
2 times, most recently
from
November 2, 2023 21:59
cdf5036
to
a3c5b03
Compare
Moved this back to WIP. The changes to the solr release tag are meant for testing only and were expected to fail ci. |
rrotter
force-pushed
the
solr-vm
branch
4 times, most recently
from
November 9, 2023 22:47
0f5ec44
to
6b90521
Compare
rrotter
force-pushed
the
solr-vm
branch
4 times, most recently
from
November 10, 2023 17:10
34349d9
to
6a811cc
Compare
- managed /etc/hosts - uses new profile nebula::profile::hathitrust::lss - mounts nfs for lss - handles dependencies and config for lss - manage all local (i.e. not on nfs) solr config, including: - solr unit file - solr.xml - log4j.properties - lss index release cron - manages firewall openings for solr port - notable changes from previous solr configs: - uses java 11 - remove many java flags (mostly concerning GC logging) that are unsupported in java 11 - add After=htsolr-lss.mount to unit file so we don't start solr without NFS
`sleep 5` before testing if solr index is working. Solr cores take around 400ms to load after solr.service startup returns. Thus, testing the cores sometimes succeeds even w/o the sleep, but after 5s it should always work unless something is really wrong.
DON'T MERGE THIS - this is just for testing
GC options from solr 6 don't work with java >= 11, use the default gc opts from solr 9, which requires java >= 11
superseded by #658 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.