OpenSearch/core
Simon Willnauer c992a007c8 Pass on maxUnsafeAutoIdTimestamp on recovery / relocation (#20300)
To ensure we don't add documents more than once even if it's mostly paranoia
except of one case where we relocated a shards away and back to the same node
while an initial request is in flight but has not yet finished AND is retried.

Yet, this is a possible case and for that reason we ensure we pass on the
maxUnsafeAutoIdTimestamp on when we prepare for translog recovery.

Relates to #20211
2016-09-02 21:07:55 +02:00
..
src Pass on maxUnsafeAutoIdTimestamp on recovery / relocation (#20300) 2016-09-02 21:07:55 +02:00
build.gradle Introduce Log4j 2 2016-08-30 13:31:24 -04:00