RequestAbortedError on bulk indexing happens randomly

I use the bulk api to index fairly large objects. My indexing cronjob runs every 30 seconds which will index any objects updated in the last 30 seconds. I have another cronjob that runs at midnight which updates alot of data. During this time I get RequestAbortedError on datadog. What could be the reason for this?
The statusCode returned in 0
The error log looks like below

1 Like

I just checked the CPU / Memory usage of ES when the errors occurred, and it looks like the CPU usage goes 100% only in one of the nodes in that period

1 Like

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.