summaryrefslogtreecommitdiff
path: root/core/src/test/java/org/elasticsearch/index/replication/ESIndexLevelReplicationTestCase.java
AgeCommit message (Expand)Author
2018-01-11Rename core module to server (#28180)Tim Brooks
2017-09-21Introduce global checkpoint background syncJason Tedor
2017-09-18Add global checkpoint tracking on the primaryJason Tedor
2017-09-14Introduce a History UUID as a requirement for ops based recovery (#26577)Boaz Leskes
2017-07-21Move primary term from ReplicationRequest to ConcreteShardRequest (#25822)Yannick Welsch
2017-07-14Let primary own its replication group (#25692)Yannick Welsch
2017-07-11Optimize the order of bytes in uuids for better compression. (#24615)Adrien Grand
2017-07-07Harden global checkpoint trackerYannick Welsch
2017-07-01Remove allocation id from replica replication response (#25488)Yannick Welsch
2017-06-28Use a single method to update shard stateYannick Welsch
2017-06-28Update global checkpoint when increasing primary term on replica (#25422)Yannick Welsch
2017-06-26Introduce primary context (#25122)Jason Tedor
2017-06-22ESIndexLevelReplicationTestCase.ReplicationAction#execute should send excepti...Boaz Leskes
2017-06-22Live primary-replica resync (no rollback) (#24841)Yannick Welsch
2017-06-08Use correct primary term for replicating NOOPs (#25128)Yannick Welsch
2017-05-19Block older operations on primary term transitionJason Tedor
2017-05-09Inline global checkpointsJason Tedor
2017-05-09Identify documents by their `_id`. (#24460)Adrien Grand
2017-05-08Remove commented code from ESILRTCJason Tedor
2017-05-08Ensure test replicas have valid recovery stateJason Tedor
2017-05-03Block global checkpoint advances when recoveringJason Tedor
2017-04-19Replicate write failures (#23314)Areek Zillur
2017-04-14Use sequence numbers to identify out of order delivery in replicas & recovery...Boaz Leskes
2017-04-11Remove shadow replicasLee Hinman
2017-02-28Refactor TransportShardBulkAction and add unit testsLee Hinman
2017-02-21Make document write requests immutable (#23038)Areek Zillur
2017-02-10Remove action.allow_id_generation setting (#23120)Lee Hinman
2017-02-09Move EvilPeerRecoveryIT to a unit test in RecoveryDuringReplicationTests (#22...Boaz Leskes
2017-02-03Change certain replica failures not to fail the replica shardLee Hinman
2017-02-03Upgrade checkstyle to version 7.5Jason Tedor
2017-02-02Optionally require a valid content type for all rest requests with content (#...Jay Modi
2017-01-31Seq Number based recovery should validate last lucene commit max seq# (#22851)Boaz Leskes
2017-01-27Introduce sequence-number-based recoveryJason Tedor
2017-01-20Fix handling of document failure expcetion in InternalEngine (#22718)Simon Willnauer
2016-12-19Merge branch 'master' into enhancement/use_shard_bulk_for_single_opsAreek Zillur
2016-12-19Add BWC layer to seq no infra and enable BWC tests (#22185)Boaz Leskes
2016-12-07Make index and delete operation execute as a single bulk itemAreek Zillur
2016-11-10Merge branch 'master' into feature/seq_noJason Tedor
2016-11-09Ensure write operation execution does not have side-effects (#21430)Areek Zillur
2016-10-27Incorporate feedbackAreek Zillur
2016-10-25Revert "Generify index shard method to execute engine write operation"Areek Zillur
2016-10-20Simplify TransportWriteAction request handlingAreek Zillur
2016-10-17Simplify GlobalCheckpointService and properly hook it for cluster state updat...Boaz Leskes
2016-10-14Handle transient write failure in transport replication actionAreek Zillur
2016-10-07Remove LocalTransport in favor of MockTcpTransport (#20695)Simon Willnauer
2016-09-30merge from masterBoaz Leskes
2016-09-30ESIndexLevelReplicationTestCase: Make it easier to add new TRA-based actions ...Boaz Leskes
2016-09-29Merge branch 'master' into feature/seq_noJason Tedor
2016-09-12Introduce IndexShardTestCase (#20411)Boaz Leskes
2016-09-02Pass on maxUnsafeAutoIdTimestamp on recovery / relocation (#20300)Simon Willnauer