OpenSearch/x-pack/plugin/ccr
Nhat Nguyen 88190299df
CCR: Fix incorrect read request completion condition (#32266)
Today we consider a read request is exhausted if from_seqno is equal to
or greater than the max_required_seqno. However, if we stop when
from_seqno equals to the max_required_seqno, we will miss an operation
whose seqno is max_required_seqno because we have not seen that 
operation yet.
2018-07-22 22:14:27 -04:00
..
qa [CCR] Move api parameters from url to request body. (#31949) 2018-07-11 10:16:43 +02:00
src CCR: Fix incorrect read request completion condition (#32266) 2018-07-22 22:14:27 -04:00
build.gradle [CCR] Initial replication group based tests (#32024) 2018-07-17 17:39:49 +02:00