OpenSearch/x-pack/plugin
Tanguy Leroux 460f10ce60
Close Index API should force a flush if a sync is needed (#37961)
This commit changes the TransportVerifyShardBeforeCloseAction so that it issues a 
forced flush, forcing the translog and the Lucene commit to contain the same max seq 
number and global checkpoint in the case the Translog contains operations that were 
not written in the IndexWriter (like a Delete that touches a non existing doc). This way 
the assertion added in #37426 won't trip.

Related to #33888
2019-01-29 13:15:58 +01:00
..
ccr Elasticsearch support to JSON logging (#36833) 2019-01-29 07:20:09 +01:00
core Close Index API should force a flush if a sync is needed (#37961) 2019-01-29 13:15:58 +01:00
deprecation Remove obsolete deprecation checks (#37510) 2019-01-18 14:24:34 -07:00
graph Remove X-Pack centric graph endpoints (#36010) 2018-11-29 07:09:37 -05:00
ilm Inject Unfollow before Rollover and Shrink (#37625) 2019-01-28 14:09:12 -07:00
logstash Rename confusing variable holding name of Logstash index template (#36840) 2018-12-19 12:09:37 -07:00
ml [ML] Make GetJobStats work with arbitrary wildcards and groups (#36683) 2019-01-29 09:06:50 +00:00
monitoring Deprecate xpack.watcher.history.cleaner_service.enabled (#37782) 2019-01-24 15:31:31 -07:00
rollup Switch mapping/aggregations over to java time (#36363) 2019-01-23 10:40:05 +01:00
security Create snapshot role (#35820) 2019-01-27 23:07:32 +02:00
sql SQL: Fix casting from date to numeric type to use millis (#37869) 2019-01-25 23:29:10 +02:00
src/test deprecate types for watcher (#37594) 2019-01-28 13:46:43 -06:00
upgrade Converting randomized testing to create a separate unitTest task instead of replacing the builtin test task (#36311) 2018-12-19 08:25:20 +02:00
watcher Support merge nested Map in list for JIRA configurations (#37634) 2019-01-28 18:01:09 -06:00
build.gradle Simplify integ test distribution types (#37618) 2019-01-21 12:37:17 -08:00