-
Notifications
You must be signed in to change notification settings - Fork 63
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
Re-Indexing fails on big data #4258
Comments
I see this problem still happening on a customer server with a version built on a recent (March 2022) version of the master. Stacktrace:
|
I can confirm this but I did not reopened this issue as the hibernate-search integration should fix this and many other indexing issues (which are not all documented as an issue). |
I'm leaving it open because it's a bug, so at least we know there's an unsolved problem. |
This should be fixed. |
@Kathrin-Huber : I did not test this in the last few months (last time March / April 2022) and at this point this was still an issue. So far as I understand the main issue at this is that a the wrong search API is used. Used search API is limited to 10.000 or 15.000 results. If you want more results you must use a other search API. I don't even know why a search to elastic search is executed in this place as this is - in my opinion and with my knowledge - not needed. |
If you must re-index a large dataset f.e. 430.000 processes and did this by a single click on "Start indexing for all" (f.e. processes) then an error page appears and the following error will be logged
Looks like than all data want be accessed instead of accessing this data in batch steps like the configured value in
kitodo_config.properties
.The text was updated successfully, but these errors were encountered: