OpenSearch/qa/backwards-5.0
Jason Tedor 6e9940283b Avoid losing ops in file-based recovery
When a primary is relocated from an old node to a new node, it can have
ops in its translog that do not have a sequence number assigned. When a
file-based recovery is started, this can lead to skipping these ops when
replaying the translog due to a bug in the recovery logic. This commit
addresses this bug and adds a test in the BWC tests.

Relates #22945
2017-02-03 08:11:57 -05:00
..
src/test/java/org/elasticsearch/backwards Avoid losing ops in file-based recovery 2017-02-03 08:11:57 -05:00
build.gradle Fixes 5.3.0-SNAPSHOT typo 2017-01-06 20:37:35 -05:00