-
Notifications
You must be signed in to change notification settings - Fork 142
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
[MongoDB] Documents stop being added after 60 seconds. #2942
Comments
warning in logs : [job_scheduling_service] can't compare offset-naive and offset-aware datetimes |
Hi @vitavitaliy3 , thanks for reporting.
I'm inferring that this is Elasticsearch that is timing out? Your screenshot shows port 27017, which I'm less confident in. If this is the Elasticsearch host, have you looked in the Elasticsearch logs? Are you using a custom ingest pipeline for your connector? If so, what all are you doing in it? Are you using any machine learning features?
How are you evaluating this? Are you just polling the count of the index and not seeing changes for the last 15 min? Or are you seeing this from connector logs? If you can share your connector logs, that would be helpful. Our connectors should transition a job to an Error state if it acts hung for too long. See:
So either this isn't working as expected (bug) or something is happening for those last 15 minutes, and it's just not as visible to you as would be useful. |
Hi @vitavitaliy3, Additionally to what Sean has asked I'll add a couple questions from me:
|
Bug Description
Documents stop being added to the search index 60 seconds after synchronization starts.
But the time counter does not stop at "Sync duration". It stops after ~16 minutes.
After the stop :
dial tcp 10.xx.xx.xx:9200: connect: connection timed out
tested on different versions of connectors :
8.14.0.0
8.15.2.0
tested on different versions of elasticsearch:
8.12.1
8.15.1
connection timed out
The text was updated successfully, but these errors were encountered: