summaryrefslogtreecommitdiff
path: root/test/framework/src/main/java/org/elasticsearch/index/shard/IndexShardTestCase.java
AgeCommit message (Expand)Author
2018-05-25Include size of snapshot in snapshot metadata (#29602)Vladimir Dolzhenko
2018-05-01Bulk operation fail to replicate operations when a mapping update times out (...Boaz Leskes
2018-04-17Enforce translog access via engine (#29542)Nhat Nguyen
2018-04-13Ensure flush happens on shard idleSimon Willnauer
2018-04-11Remove legacy mapping code. (#29224)Adrien Grand
2018-03-28Allow _update and upsert to read from the transaction log (#29264)Simon Willnauer
2018-03-26Fold EngineDiskUtils into Store, for better lock semantics (#29156)Boaz Leskes
2018-03-13Copy Lucene IOUtils (#29012)Jason Tedor
2018-02-16Separate acquiring safe commit and last commit (#28271)Nhat Nguyen
2018-02-02Replicate writes only to fully initialized shards (#28049)Yannick Welsch
2018-01-31Add logging to index commit deletion policy (#28448)Nhat Nguyen
2018-01-22Remove the `update_all_types` option. (#28288)Adrien Grand
2018-01-11Primary send safe commit in file-based recovery (#28038)Nhat Nguyen
2018-01-09Consistent updates of IndexShardSnapshotStatus (#28130)Tanguy Leroux
2017-12-22Rollback primary before recovering from translog (#27804)Nhat Nguyen
2017-12-18Move GlobalCheckpointTracker and remove SequenceNumbersService (#27837)Yannick Welsch
2017-12-07Correcting some minor typos in commentsChristoph Büscher
2017-12-01Add accounting circuit breaker and track segment memory usage (#27116)Lee Hinman
2017-11-24Delete shard store files before restoring a snapshot (#27476)Tanguy Leroux
2017-09-21Introduce global checkpoint background syncJason Tedor
2017-09-04Move `UNASSIGNED_SEQ_NO` and `NO_OPS_PERFORMED` to SequenceNumbers (#26494)Boaz Leskes
2017-08-08Add a scripted similarity. (#25831)Adrien Grand
2017-08-04Adding a refresh listener to a recovering shard should be a noop (#26055)Boaz Leskes
2017-07-26Cleanup IndexFieldData visibility (#25900)Simon Willnauer
2017-07-21Move primary term from ReplicationRequest to ConcreteShardRequest (#25822)Yannick Welsch
2017-07-17Register data node stats from info carried back in search responses (#25430)Lee Hinman
2017-07-14Let primary own its replication group (#25692)Yannick Welsch
2017-07-07Harden global checkpoint trackerYannick Welsch
2017-07-07Index ids in binary form. (#25352)Adrien Grand
2017-06-28Use a single method to update shard stateYannick Welsch
2017-06-19Simplify IndexShard indexing and deletion methods (#25249)Yannick Welsch
2017-06-08Use correct primary term for replicating NOOPs (#25128)Yannick Welsch
2017-06-07Remove TranslogRecoveryPerformer (#24858)Yannick Welsch
2017-05-24Guarantee that translog generations are seqNo conflict free (#24825)Boaz Leskes
2017-05-09Inline global checkpointsJason Tedor
2017-05-09Identify documents by their `_id`. (#24460)Adrien Grand
2017-05-04Fix typo in comment in IndexShardTestCaseJason Tedor
2017-04-27Provide target allocation id as part of start recovery request (#24333)Yannick Welsch
2017-04-21Fill missing sequence IDs up to max sequence ID when recovering from store (#...Simon Willnauer
2017-04-19Enable index-time sorting (#24055)Jim Ferenczi
2017-04-05Only re-parse operation if a mapping update was neededLee Hinman
2017-04-04Rename random ASCII helper methodsJason Tedor
2017-02-09Move EvilPeerRecoveryIT to a unit test in RecoveryDuringReplicationTests (#22...Boaz Leskes
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-20Introduce XContentParser#namedObject (#22003)Nik Everett
2016-12-19Atomic mapping updates across types (#22220)Yannick Welsch
2016-11-17Remove store throttling. (#21573)Adrien Grand