110
Views
0
Comments
[Elasticsearch Core] Elastic Search - BulkInsert API fails to insert some records intermittently
Question
elasticsearch-core
Web icon
Forge asset by Labs

I am trying to move 20000 records to elastic search. So i prepare 100 records in one batch from 20000 records and pass it to ElsticSearchRecordList of BulkInsert API in a loop and found the insert is successful. 

But in between, i see that there are some failures in bulk API and because of which some data is missed to insert in elastic search. 

This happens not at any particular record set and happens randomly. Also, i did see the Success response as False but ErrorMessage response is empty.

Can you please help me to figure out what could be the problem that bulk API can fail intermittently?

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.