I am using an elastic search for search purpose. But recently I observer that some random error while adding data into elastic search:
version conflict, required seqNo [113789], primary term [19]. current document has seqNo [113797] and primary term [19]
The above type error comes randomly and I am not able to add/update data in elastic search. Can you please help to understand:
- What is the root cause of this issue?
- How I can reproduce this issue? as this coming randomly need to know the basic step to reproduce this issue
- What is the solution for this? How I can solve this issue?