Hi Folks 
We are facing an issue intermittently of range queries with pagination 
missing some records or giving duplicate ids.

Let me describe our system.
Lets say we have certain number of records and during which queries are 
being made in ES, we can assume that no record is getting created/updated 
or deleted. 

The query we have is something like :
{"query":{"bool":{"must":[{"range":{"lastname":{"from":"Doe","to":null,"include_lower":false,"include_upper":true}}},{"range":{"firstname":{"from":"joe","to":null,"include_lower":false,"include_upper":true}}}]}}}

Now we have also have from":X,"size":Y, and we will issue multiple queries 
with from increasing every time as X = X + Y.

The idea is that every time we will get unique records.
Unfortunately from time to time it does not happen. ( As I said its a 
closed system, so lets assume nobody is updating/deleting/creating data.)
We see some records which are not there and some records which are 
duplicate.

Anybody has seen similar issue, or can shed some light as to how we should 
debug this?


-- 
You received this message because you are subscribed to the Google Groups 
"elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/elasticsearch/c5bb300a-ee7c-48d5-a408-f9a1a1b267b6%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to