opensemanticsearch / open-semantic-search

Open Source research tool to search, browse, analyze and explore large document collections by Semantic Search Engine and Open Source Text Mining & Text Analytics platform (Integrates ETL for document processing, OCR for images & PDF, named entity recognition for persons, organizations & locations, metadata management by thesaurus & ontologies, search user interface & search apps for fulltext search, faceted search & knowledge graph)
https://opensemanticsearch.org
GNU General Public License v3.0
962 stars 169 forks source link

Strange behavior with docker containers #435

Open Badlee2020 opened 2 years ago

Badlee2020 commented 2 years ago

Hi, i am using docker containers to run open sematic search unfortunately, i habe been experiencing some weird behavior that i cannot find the source of.

Solr occasionally stops (ever 3-5 days) The ETL server randomly stops (ever 5-7 days) Celery/the main indexing process keeps stopping / flower is telling me that the worker is offline. After checking, the worker is actually offline. This happens constantly, ever 20-180 minutes.

I have been attempting to figure what the issue is, but the log files i have found are not helpful. Am i missing something or could someone let me know how I can get more detailed logs? Or if these issues are known, that works too....

Thanks!