summaryrefslogtreecommitdiff
path: root/core/src/test/java/org/elasticsearch/indices/IndexingMemoryControllerTests.java
AgeCommit message (Expand)Author
2018-01-11Rename core module to server (#28180)Tim Brooks
2017-12-14Fixes ByteSizeValue to serialise correctly (#27702)Colin Goodheart-Smithe
2017-12-01Add accounting circuit breaker and track segment memory usage (#27116)Lee Hinman
2017-10-25Decouple BulkProcessor from ThreadPool (#26727)Luca Cavanna
2017-06-28Use a single method to update shard stateYannick Welsch
2017-06-15move assertBusy to use CheckException (#25246)Boaz Leskes
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
2016-10-07Remove LocalTransport in favor of MockTcpTransport (#20695)Simon Willnauer
2016-09-12Introduce IndexShardTestCase (#20411)Boaz Leskes
2016-08-27Add recovery source to ShardRouting (#19516)Yannick Welsch
2016-07-19Require executor name when calling scheduleWithFixedDelayjaymode
2016-07-04Persistent Node Ids (#19140)Boaz Leskes
2016-07-01Remove some unused codeTanguy Leroux
2016-06-10Make IndicesClusterStateService unit testable (#17270)Yannick Welsch
2016-05-31Add primitive to shrink an index into a single shard (#18270)Simon Willnauer
2016-05-18Simplify recovery logic in IndicesClusterStateService (#18405)Yannick Welsch
2016-05-10Make ShardRouting and UnassignedInfo immutable (#17821)Yannick Welsch
2016-04-15fix test method nameMike McCandless
2016-04-15fix IndexingMemoryController to use existing Settings API support to parse % ...Mike McCandless
2016-04-15switch to registered Settings for all IndexingMemoryController settingsMike McCandless
2016-03-31Add test for IMC to ensure we also move buffers to disk during translog recoverySimon Willnauer
2016-03-15Remove System.out.println and Throwable.printStackTrace from testsYannick Welsch
2016-03-09Use index UUID to lookup indices on IndicesServiceSimon Willnauer
2016-01-11feedbackMichael McCandless
2016-01-11merge masterMichael McCandless
2016-01-10Make IndexingMemoryController private to IndicesServiceSimon Willnauer