-
Notifications
You must be signed in to change notification settings - Fork 3
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
Unification error after harvesting LDES feed #66
Comments
Hi Cedric, Could you please clarify if you experience this issue with all LDES streams you commonly use, or just with this specific one? We know that the pipeline isn't as efficient as it could be with regard to the loading of data, which might impact really large datasets such as P01. I don't expect any of this to happen for smaller datasets like P02 though. I'm going to try and reproduce this issue locally with a fresh setup using current master ( e576025 ) sources. |
I can confirm that I get the same problem for marineregions. Ive used this config |
output_logs_search.txt I've also added the logs of the mu-search container. INFO [#1] UPDATE HANDLER -- Persisting update queue to disk (length: 0) |
Hi Cedric, |
We presume the excessive memory usage (which snowballed into other problems) will be resolved with cccb4ef |
A Docker container running a unification task encountered an error while processing a task identified by the URL http://redpencil.data.gift/id/task/668BE59D8B5E665623EBAC90, specifically for the operation http://mu.semte.ch/vocabularies/ext/ContentUnificationJob. The following error was logged:
Context
To reproduce this issue, the LDES feed located at https://vocab.nerc.ac.uk/ldes/P02/ was manually harvested (not via ttl config) at a rate of 60 requests per minute without dereferencing the members. Additionally I hadn't filled out the mapping for the LDES feed prior to the initial unification.
from LDES feed spawned container
2024-07-10T07:20:00.169Z [EventStream] info: done finished processing stream Finished processing https://vocab.nerc.ac.uk/ldes/P02/
Error analysis
The key error message is:
http.client.RemoteDisconnected: Remote end closed connection without response
This indicates that the remote server closed the connection unexpectedly while the Docker container was attempting to process a SPARQL query.
Potential issues
The text was updated successfully, but these errors were encountered: