-
Notifications
You must be signed in to change notification settings - Fork 60
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
Swapout wodby image with Solr official image work #21
Comments
@nikathone & @dannylamb Just a heads up here: Okay I've done some work on this and it appears that there is a Drupal config change to be made as a result of using the new Solr official image instead of wodby. In http://idcp.localhost:8000/admin/config/search/search-api/server/default_solr_server/ or
I'm not done testing with the schema yet but I had to make this change to get the Solr image / container working again. I'll make a ticket for the change once I issue the PR. [Update] aka Is there a reason why we're using a tar.gz to do this? Seems clunky and a blocker for edits of this nature. Is there a better way to do this perhaps? @nikathone & @dannylamb ? That way I could just issue a fuller PR with this change to the respective Drupal config. Apologies in advance if I'm being daft and not looking in the right spot? |
Running into challenges currently with the materials extracted from the Drupal While I can create a Solr core called Or when the container doesn't crash I see in the Solr admin panel: islandora: org.apache.solr.common.SolrException:org.apache.solr.common.SolrException: Could not load conf for core islandora: Error loading solr config from /var/solr/data/islandora/conf/solrconfig.xml and that So far I've followed steps outlined here: (none work for bind-mounts that attempt to introduce a new schema or configuration)
When I review here https://www.drupal.org/project/search_api_solr, I'm not sure what branch we're using per se but seems compatible. I'm starting to think I don't quite understand the orders of operations for core creation and/or how to properly bind mount accordingly OR we need to investigating creating our own Solr image to avoid this issue with permissions and inability to create cores from bindmounted configsets. @noahwsmith Including you here for our internal review tomorrow. We can discuss then on next steps. |
Repeated from #75 Unfortunately I'm a bit stuck with this error on the Drupal Status page: After pulling this image settings apart, diffing and reviewing the following Solr settings (schema.xml, solrconfig.xml, stopwords etc) I can report the following: I can get this image / container to boot, create a new This also required me to Additional facts.
Hoping someone on the team with more Solr insight can review and test here? I'd prefer not to have the permissions changes on the folder too, that seems sub-optimal but I'm out of ideas on how to get this to run. |
So having thought about this effort further, this doesn't feel like an improvement over the wodby image per se which if I recall wasn't having these issues and was green all the way. I'm going to put this down, make an agenda item to discuss for Thursday's call. Let's hold off on accepting this PR and testing it as there are real blockers that need fixing. If someone wants to pick it up later on and review / test, replace with an image we build with confd, or replace with bitnami for instance that might be fine. Leaving the PR as is. |
Ugh so it appears as a result of the merge, the previously working wodby image is now not working and has the same issues that the previously PR from the schema not being right (Drupal Report Status now indicating |
Filing a new ticket so these efforts don't cross #76 |
@nikathone I think the question is if this can be fixed, should we move away from using wodby as the Solr image? (I've put you on this for both images to see what it reveals) |
* Updates islandora and it's dependencies to lastest versions
The text was updated successfully, but these errors were encountered: