Skip to content
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

Solr schema not altered to match CKAN version on latest CICD pipeline #13

Closed
duttonw opened this issue Dec 13, 2024 · 1 comment
Closed

Comments

@duttonw
Copy link

duttonw commented Dec 13, 2024

Hi @amercader ,

I love what you are doing with this, sadly there is some hiccups which is now breaking anyone using the latests tags. We need to ensure 'tests' pass before pushing up to not have this occur in the future :).

Workaround

For those who are affected till its correct.

Update to use the solr8 images as they are not changed since Jul 5, 2023
CKAN 2.10: 2.10-solr8
CKAN 2.9: 2.9-solr8

Problem Details:

Build 9d15839 v20241212 CKAN 2.10 with Solr 9
https://github.com/ckan/ckan-solr/actions/runs/12294338995/job/34308921730
ckan.lib.search.common.SearchError: SOLR schema version not supported: 2.11. Supported versions are [2.8, 2.9, 2.10]

Yet was still pushed to docker container register.

I don't see workflows for CKAN 2.9 container images but these were also updated in the last 24hours.

External build's displaying issue

My build's for ckanext-validation which passed the day before 2.9 green:
Today:
2.10 failure on setup: https://github.com/ckan/ckanext-validation/actions/runs/12290516472/job/34348538444
ckan.lib.search.common.SearchError: SOLR schema version not supported: 2.11. Supported versions are [2.8, 2.9, 2.10]
2.9 failure on setup: https://github.com/ckan/ckanext-validation/actions/runs/12290516472/job/34348538721
ckan.lib.search.common.SearchError: SOLR schema version not supported: 2.11. Supported versions are [2.8, 2.9, 2.10]

Related

#12

@duttonw duttonw changed the title Solr schema not altered on latest CICD pipeline Solr schema not altered to match CKAN version on latest CICD pipeline Dec 13, 2024
@amercader
Copy link
Member

All images have the relevant schema version for the CKAN version they are targeting. I added another extra check to test this in #14

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants