OpenSearch/core
Jason Tedor cc67d027de Initialize sequence numbers on a shrunken index
Bringing together shards in a shrunken index means that we need to
address the start of history for the shrunken index. The problem here is
that sequence numbers before the maximum of the maximum sequence numbers
on the source shards can collide in the target shards in the shrunken
index. To address this, we set the maximum sequence number and the local
checkpoint on the target shards to this maximum of the maximum sequence
numbers. This enables correct document-level semantics for documents
indexed before the shrink, and history on the shrunken index will
effectively start from here.

Relates #25321
2017-06-21 13:40:45 -04:00
..
licenses Upgrade to lucene-7.0.0-snapshot-92b1783. (#25222) 2017-06-15 09:52:07 +02:00
src Initialize sequence numbers on a shrunken index 2017-06-21 13:40:45 -04:00
build.gradle Mark Log4j API dependency as non-optional 2017-06-08 16:09:34 -04:00