summaryrefslogtreecommitdiff
path: root/core/src/main/java/org/elasticsearch/action/bulk/TransportShardBulkAction.java
AgeCommit message (Expand)Author
2018-01-11Rename core module to server (#28180)Tim Brooks
2017-09-04Move `UNASSIGNED_SEQ_NO` and `NO_OPS_PERFORMED` to SequenceNumbers (#26494)Boaz Leskes
2017-08-31Allow abort of bulk items before processing (#26434)Tim Vernum
2017-07-21Move primary term from ReplicationRequest to ConcreteShardRequest (#25822)Yannick Welsch
2017-07-11Optimize the order of bytes in uuids for better compression. (#24615)Adrien Grand
2017-06-22Live primary-replica resync (no rollback) (#24841)Yannick Welsch
2017-06-19Simplify IndexShard indexing and deletion methods (#25249)Yannick Welsch
2017-06-14Refactor TransportShardBulkAction.executeUpdateRequest and add testsLee Hinman
2017-06-08Use correct primary term for replicating NOOPs (#25128)Yannick Welsch
2017-05-24Guarantee that translog generations are seqNo conflict free (#24825)Boaz Leskes
2017-05-18TransportShardBulkAction: s/tha that/that/Boaz Leskes
2017-05-18TransportShardBulkAction: remove hard version assertion and improve todo commentBoaz Leskes
2017-05-17Fix Version based BWC and set correct minCompatVersion (#24732)Simon Willnauer
2017-05-09Identify documents by their `_id`. (#24460)Adrien Grand
2017-04-21Fill missing sequence IDs up to max sequence ID when recovering from store (#...Simon Willnauer
2017-04-19Add primary term to doc write responseJason Tedor
2017-04-19Replicate write failures (#23314)Areek Zillur
2017-04-05Only re-parse operation if a mapping update was neededLee Hinman
2017-03-29Further refactor and extend testing for `TransportShardBulkAction`Lee Hinman
2017-02-28Refactor TransportShardBulkAction and add unit testsLee Hinman
2017-02-22Script: Fix value of `ctx._now` to be current epoch time in milliseconds (#23...Ryan Ernst
2017-02-21Make document write requests immutable (#23038)Areek Zillur
2017-02-14Add request version asserting during replica operation (#23167)Areek Zillur
2017-02-10Remove action.allow_id_generation setting (#23120)Lee Hinman
2017-02-02Optionally require a valid content type for all rest requests with content (#...Jay Modi
2017-01-20Fix handling of document failure expcetion in InternalEngine (#22718)Simon Willnauer
2017-01-16Replace EngineClosedException with AlreadyClosedExcpetion (#22631)Boaz Leskes
2017-01-16Add replica ops with version conflict to translogJason Tedor
2016-12-21Merge branch 'master' into enhancement/use_shard_bulk_for_single_opsAreek Zillur
2016-12-21incorporate feedbackAreek Zillur
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-17Tighten sequence numbers recoveryJason Tedor
2016-12-09Merge branch 'master' into enhancement/use_shard_bulk_for_single_opsAreek Zillur
2016-12-08Add bwc for index/delete requests from pre-6.0 nodesAreek Zillur
2016-12-07Make index and delete operation execute as a single bulk itemAreek Zillur
2016-11-11Remove nocommit in TransportShardBulkActionJason Tedor
2016-11-11Merge branch 'master' into feature/seq_noJason Tedor
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-11-02add EngineClosed and IndexShardClosed exceptions to assertions on executing b...Areek Zillur
2016-11-02TransportShardBulkAction: add the exception to the message of an assertion a...Boaz Leskes
2016-10-31incorporate feedbackAreek Zillur
2016-10-27Incorporate feedbackAreek Zillur
2016-10-25fix wildcard importAreek Zillur
2016-10-25add setters for translog location and took in engine operation resultAreek Zillur
2016-10-25add operation result as a parameter to postIndex/delete in indexing operation...Areek Zillur
2016-10-25Revert "Generify index shard method to execute engine write operation"Areek Zillur
2016-10-21cleanup and improve documentation for TWAAreek Zillur
2016-10-21fix internal engine unit testsAreek Zillur