OpenSearch/plugins
Jason Tedor 7946396fe6 Introduce translog no-op
As the translog evolves towards a full operations log as part of the
sequence numbers push, there is a need for the translog to be able to
represent operations for which a sequence number was assigned, but the
operation did not mutate the index. Examples of how this can arise are
operations that fail after the sequence number is assigned, and gaps in
this history that arise when an operation is assigned a sequence number
but the operation never completed (e.g., a node crash). It is important
that these operations appear in the history so that they can be
replicated and replayed during recovery as otherwise the history will be
incomplete and local checkpoints will not be able to advance. This
commit introduces a no-op to the translog to set the stage for these
efforts.

Relates #22291
2016-12-21 23:08:16 -05:00
..
analysis-icu Upgrade to lucene-6.4.0-snapshot-ec38570 (#21853) 2016-11-29 18:40:31 +01:00
analysis-kuromoji Upgrade to lucene-6.4.0-snapshot-ec38570 (#21853) 2016-11-29 18:40:31 +01:00
analysis-phonetic Upgrade to lucene-6.4.0-snapshot-ec38570 (#21853) 2016-11-29 18:40:31 +01:00
analysis-smartcn Upgrade to lucene-6.4.0-snapshot-ec38570 (#21853) 2016-11-29 18:40:31 +01:00
analysis-stempel Upgrade to lucene-6.4.0-snapshot-ec38570 (#21853) 2016-11-29 18:40:31 +01:00
analysis-ukrainian Upgrade to lucene-6.4.0-snapshot-ec38570 (#21853) 2016-11-29 18:40:31 +01:00
discovery-azure-classic Remove `InternalTestCluster.startNode(s)Async` (#21846) 2016-12-06 12:06:15 +01:00
discovery-ec2 Fixed eu-west-2 entries for discovery-ec2 and repository-s3 also updated the asciidocs 2016-12-21 15:48:07 +00:00
discovery-file Simplify Unicast Zen Ping (#22277) 2016-12-21 15:09:58 +01:00
discovery-gce Remove `InternalTestCluster.startNode(s)Async` (#21846) 2016-12-06 12:06:15 +01:00
ingest-attachment add `ignore_missing` flag to ingest plugins (#22273) 2016-12-20 10:53:28 -08:00
ingest-geoip Introduce translog no-op 2016-12-21 23:08:16 -05:00
ingest-user-agent add `ignore_missing` flag to ingest plugins (#22273) 2016-12-20 10:53:28 -08:00
jvm-example Remove (again) test uses of onModule (#21414) 2016-11-10 16:06:14 -08:00
mapper-murmur3 Introduce XContentParser#namedObject (#22003) 2016-12-20 11:05:24 -05:00
mapper-size The `_all` default mapper is not completely configured. (#22236) 2016-12-19 09:54:27 +01:00
repository-azure readonly on azure repository must be taken into account 2016-12-08 18:54:00 +01:00
repository-gcs Test: Remove multi process support from rest test runner (#21391) 2016-11-07 15:07:34 -08:00
repository-hdfs Test: Remove multi process support from rest test runner (#21391) 2016-11-07 15:07:34 -08:00
repository-s3 Fixed eu-west-2 entries for discovery-ec2 and repository-s3 also updated the asciidocs 2016-12-21 15:48:07 +00:00
store-smb Remove store throttling. (#21573) 2016-11-17 09:33:32 +01:00
build.gradle Build: Remove old maven deploy support (#20403) 2016-09-19 15:10:41 -07:00