summaryrefslogtreecommitdiff
path: root/core/src/test/java/org/elasticsearch/cluster/ClusterModuleTests.java
AgeCommit message (Expand)Author
2018-01-11Rename core module to server (#28180)Tim Brooks
2017-12-12Fail restore when the shard allocations max retries count is reached (#27493)Tanguy Leroux
2017-11-06Add ability to split shards (#26931)Simon Willnauer
2017-08-13Fix eclipse compilation problem (#26170)Christoph Büscher
2017-08-11Allow `ClusterState.Custom` to be created on initial cluster states (#26144)Simon Willnauer
2017-05-05Limit AllocationService dependency injection hack (#24479)Yannick Welsch
2017-04-28Separate publishing from applying cluster states (#24236)Yannick Welsch
2017-04-04Add a property to mark setting as final (#23872)Jim Ferenczi
2017-01-13Remove setLocalNode from ClusterService and TransportService (#22608)Simon Willnauer
2017-01-02Cluster Explain API uses the allocation process to explain shard allocation d...Ali Beyad
2016-10-04Process more expensive allocation deciders last (#20724)Ali Beyad
2016-08-19Merge branch 'master' into remove_index_template_filterRyan Ernst
2016-08-19Merge pull request #20071 from rjernst/pull_shards_allocatorRyan Ernst
2016-08-19Make generics explicit to please ECJ.Adrien Grand
2016-08-18Plugins: Remove IndexTemplateFilterRyan Ernst
2016-08-18Plugins: Switch custom ShardsAllocators to pull based modelRyan Ernst
2016-08-17Plugins: Make custom allocation deciders use pull based extensionsRyan Ernst
2016-08-17Add routing changes API to RoutingAllocation (#19992)Yannick Welsch
2016-06-17Cleanup ClusterService dependencies and detached from Guice (#18941)Simon Willnauer
2016-06-16Cut over settings registration to a pull model (#18890)Simon Willnauer
2016-04-12Make AllocationCommands register in the same way as queriesNik Everett
2016-03-28Add API to explain why a shard is or isn't assignedLee Hinman
2016-03-17Prevent index level setting from being configured on a node levelSimon Willnauer
2016-03-13Merge branch 'master' into pr/16598-register-filter-settingsDavid Pilato
2016-03-11Remove ShardsAllocators and merge allocateUnassigned, moveShards and rebalanc...Yannick Welsch
2016-03-05Merge branch 'master' into pr/16598-register-filter-settingsDavid Pilato
2016-03-04Speed up shard balancer by reusing shard model while moving shards that can n...Yannick Welsch
2016-03-04Update after review:David Pilato
2016-02-28Use an SettingsProperty.Dynamic for dynamic propertiesDavid Pilato
2016-02-28Use an SettingsProperty enumSetDavid Pilato
2016-02-03Rewrite SettingsFilter to be immutableSimon Willnauer
2016-01-26Convert `cluster.routing.allocation.type` to new settings infrastructureSimon Willnauer
2016-01-19apply feedback from @nik9000Simon Willnauer
2016-01-18First steps of integrating converted settings into the cluster/index settings...Simon Willnauer
2016-01-18cut over index.routing.rebalance.enable and index.routing.allocation.enableSimon Willnauer
2015-12-18Remove wildcard importsRyan Ernst
2015-12-09make enum names all uppercaseSimon Willnauer
2015-12-09move setting registration into settings module - this stuff needs to be prese...Simon Willnauer
2015-12-09fold ClusterSettingsService into ClusterSettingsSimon Willnauer
2015-12-08Add infrastructure to transactionally apply and reset dynamic settingsSimon Willnauer
2015-09-06Remove and forbid the use of com.google.common.base.Predicate(s)?Jason Tedor
2015-08-16Internal: Flatten ClusterModule and add more testsRyan Ernst