OpenSearch/modules/reindex
Boaz Leskes 218df3009a
Move update and delete by query to use seq# for optimistic concurrency control (#37857)
The delete and update by query APIs both offer protection against overriding concurrent user changes to the documents they touch. They currently are using internal versioning. This PR changes that to rely on sequences numbers and primary terms.

Relates #37639 
Relates #36148 
Relates #10708
2019-01-29 10:23:05 -05:00
..
src Move update and delete by query to use seq# for optimistic concurrency control (#37857) 2019-01-29 10:23:05 -05:00
build.gradle Split third party audit exclusions by type (#36763) 2019-01-07 17:24:19 +02:00