OpenSearch/core
Jason Tedor df7b3c6e82 Fix translog replay multiple operations same doc
Modifying the translog replay to not replay again into the translog
introduced a bug for the case of multiple operations for the same
doc. Namely, since we were no longer updating the version map for each
operation, the second operation for a doc would be treated as a creation
instead of as an update. This commit fixes this bug by placing these
operations into version map. This commit includes a failing test case.

Relates #18611
2016-05-27 09:43:19 -04:00
..
src Fix translog replay multiple operations same doc 2016-05-27 09:43:19 -04:00
build.gradle Upgrade joda-time to 2.9.4 2016-05-27 08:51:19 -04:00