6e9940283b
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 |
||
---|---|---|
.. | ||
src/test/java/org/elasticsearch/backwards | ||
build.gradle |