summaryrefslogtreecommitdiff
path: root/core/src/main/java/org/elasticsearch/index/translog/Translog.java
AgeCommit message (Expand)Author
2018-01-11Rename core module to server (#28180)Tim Brooks
2017-12-22Rollback primary before recovering from translog (#27804)Nhat Nguyen
2017-12-22Non-peer recovery should set the global checkpoint (#27965)Boaz Leskes
2017-12-18Move GlobalCheckpointTracker and remove SequenceNumbersService (#27837)Yannick Welsch
2017-12-12Keep commits and translog up to the global checkpoint (#27606)Nhat Nguyen
2017-11-26Dedup translog operations by reading in reverse (#27268)Nhat Nguyen
2017-11-20Fix resync request serializationJason Tedor
2017-09-04Move `UNASSIGNED_SEQ_NO` and `NO_OPS_PERFORMED` to SequenceNumbers (#26494)Boaz Leskes
2017-07-31Goodbye, Translog Views (#25962)Boaz Leskes
2017-07-09Bump version to 6.0.0-beta1Jason Tedor
2017-07-07Index ids in binary form. (#25352)Adrien Grand
2017-06-22Enable a long translog retention policy by default (#25294)Boaz Leskes
2017-06-16Introduce translog size and age based retention policies (#25147)Boaz Leskes
2017-06-09`type` and `id` are lost upon serialization of `Translog.Delete`. (#24586)Adrien Grand
2017-06-08Translog file recovery should not rely on lucene commits (#25005)Boaz Leskes
2017-06-07Remove TranslogRecoveryPerformer (#24858)Yannick Welsch
2017-06-01Introducing a translog deletion policy (#24950)Boaz Leskes
2017-05-24Guarantee that translog generations are seqNo conflict free (#24825)Boaz Leskes
2017-05-11Add up-to-date javadocs on Translog#syncNeededSimon Willnauer
2017-05-09Identify documents by their `_id`. (#24460)Adrien Grand
2017-04-17Preserve multiple translog generationsJason Tedor
2017-04-14Closing a ReleasableBytesStreamOutput closes the underlying BigArray (#23941)Jay Modi
2017-04-04Revert "Closing a ReleasableBytesStreamOutput closes the underlying BigArray ...Jason Tedor
2017-04-04Closing a ReleasableBytesStreamOutput closes the underlying BigArray (#23572)Jay Modi
2017-03-27Introduce translog generation rollingJason Tedor
2017-02-28Refactor TransportShardBulkAction and add unit testsLee Hinman
2017-02-20Introduce sequence-number-aware translogJason Tedor
2017-02-10Fix some Javadoc typos (#23111)Sebastian
2017-02-03Upgrade checkstyle to version 7.5Jason Tedor
2017-01-27Introduce sequence-number-based recoveryJason Tedor
2017-01-11Fix Translog.Delete serialization for sequence numbers (#22543)Lee Hinman
2016-12-23Fix delete op serialization format constantJason Tedor
2016-12-21Introduce translog no-opJason Tedor
2016-12-08Add internal _primary_term doc values field, fix _seq_no indexingLee Hinman
2016-11-30Remove 2.x backward compatibility of mappings. (#21670)Adrien Grand
2016-11-10Merge branch 'master' into feature/seq_noJason Tedor
2016-11-08Add global checkpoint to translog checkpointsJason Tedor
2016-10-25add setters for translog location and took in engine operation resultAreek Zillur
2016-09-29Fix failing tests after mergeJason Tedor
2016-09-29Merge branch 'master' into feature/seq_noJason Tedor
2016-09-21Remove unused Translog#read method (#20598)Simon Willnauer
2016-09-19Take refresh IOExceptions into account when catching ACE in InternalEngine (#...Simon Willnauer
2016-09-01Optimize indexing for the autogenerated ID append-only case (#20211)Simon Willnauer
2016-08-30Avoid allocating log parameterized messagesJason Tedor
2016-08-30Introduce Log4j 2Jason Tedor
2016-08-27Fsync documents in an async fashion (#20145)Simon Willnauer
2016-08-24Upgrade to Lucene 6.2.0Mike McCandless
2016-08-24Use _refresh instead of reading from Translog in the RT GET case (#20102)Simon Willnauer
2016-08-24Fix RAM usage estimation of LiveVersionMap. #20123Adrien Grand
2016-08-04Add checksumming and versions to the Translog's Checkpoint files (#19797)Boaz Leskes