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

No Elasticsearch Use In Ingest #3810

Merged
merged 1 commit into from Jun 6, 2022

Conversation

lkiesow
Copy link
Member

@lkiesow lkiesow commented May 30, 2022

The ingest service searches for series titles starting with pull
request #3586. This causes trouble when combined with the removal of
the Solr index which now makes this code fall back to the Elasticsearch
index instead.

Unfortunately, the Elasticsearch modules are not included in the ingest
distribution (#3797) which will cause the distribution to fail.

Simply including it works in theory, but causes trouble since our
infrastructure documentation states that Elasticsearch may be available
on the admin only and can thus, for example, be run with no encryption
or authentication to make deployments easier. All this would need to
change, making this quite messy.

This patch fixes the issue by using a generated series identifier for
which we need to full text search instead.

This closes #3797

Your pull request should…

The ingest service searches for series titles starting with pull
request opencast#3586.  This causes trouble when combined with the removal of
the Solr index which now makes this code fall back to the Elasticsearch
index instead.

Unfortunately, the Elasticsearch modules are not included in the ingest
distribution (opencast#3797) which will cause the distribution to fail.

Simply including it works in theory, but causes trouble since our
infrastructure documentation states that Elasticsearch may be available
on the admin only and can thus, for example, be run with no encryption
or authentication to make deployments easier. All this would need to
change, making this quite messy.

This patch fixes the issue by using a generated series identifier for
which we need to full text search instead.
Copy link
Member

@KatrinIhler KatrinIhler left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I like this version better, actually. But now I might have to migrate old ca series... T_T

@gregorydlogan gregorydlogan self-assigned this Jun 6, 2022
@gregorydlogan
Copy link
Member

Seems to work, code looks good -> merged.

@gregorydlogan gregorydlogan merged commit fbdfdd8 into opencast:r/12.x Jun 6, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug needs attention We might want to review this fast
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants