summaryrefslogtreecommitdiff
path: root/core/src/main/java/org/elasticsearch/cluster/ClusterState.java
AgeCommit message (Expand)Author
2018-01-11Rename core module to server (#28180)Tim Brooks
2017-08-23Migrates more ToXContentClasses (#26321)Colin Goodheart-Smithe
2017-08-16Prevent cluster internal `ClusterState.Custom` impls to leak to a client (#26...Simon Willnauer
2017-08-09Adds ToXContentFragment (#25771)Colin Goodheart-Smithe
2017-04-28Separate publishing from applying cluster states (#24236)Yannick Welsch
2017-03-15Minor spelling corrections in documentation of ClusterState (#23592)Sönke Liebau
2017-02-10Fix some Javadoc typos (#23111)Sebastian
2017-02-03Upgrade checkstyle to version 7.5Jason Tedor
2016-12-30Add a generic way of checking version before serializing custom cluster objectIgor Motov
2016-12-28Remove PROTO-based custom cluster state componentsIgor Motov
2016-12-25Synchronize snapshot deletions on the cluster state (#22313)Ali Beyad
2016-12-20Introduce XContentParser#namedObject (#22003)Nik Everett
2016-11-22Add a HostFailureListener to notify client code if a node got disconnected (#...Simon Willnauer
2016-11-21Rename ClusterState#lookupPrototypeSafe to `lookupPrototype` and remove previ...Luca Cavanna
2016-11-10Allows multiple patterns to be specified for index templates (#21009)Alexander Lin
2016-11-08Remove mutable status field from cluster state (#21379)Yannick Welsch
2016-11-02Change ClusterState and PendingClusterTasksResponse's toString() to their pre...Boaz Leskes
2016-10-20Move all zen discovery classes into o.e.discovery.zen (#21032)Ryan Ernst
2016-10-18Remove local discovery in favor of a simpler `MockZenPings` (#20960)Boaz Leskes
2016-09-25Remove NoopGatewayAllocator in favor of a more realistic mock (#20637)Boaz Leskes
2016-09-19Remove `RoutingAllocation.Result` (#20538)Boaz Leskes
2016-08-26Mark shard as stale on non-replicated write, not on node shutdown (#20023)Yannick Welsch
2016-08-05Upon being elected as master, prefer joins' node info to existing cluster sta...Boaz Leskes
2016-08-04Fixes issue with dangling index being deleted instead of re-imported (#19666)Ali Beyad
2016-07-01Fix order of modifiersTanguy Leroux
2016-07-01Clean up BytesReference (#19196)Simon Willnauer
2016-06-17Cleanup ClusterService dependencies and detached from Guice (#18941)Simon Willnauer
2016-04-18Refactor UUID-generating methods out of StringsJason Tedor
2016-04-18Merge pull request #17774 from rjernst/camelcase1Ryan Ernst
2016-04-18Wrap xcontent parser creation in try-with-resource statement where possibleChristoph Büscher
2016-04-14Rest: Remove 'case' parameter from rest apisRyan Ernst
2016-03-30Remove DiscoveryNodes#localNode in favour of existing DiscoveryNodes#getLoca...javanna
2016-03-30Remove DiscoveryNodes#masterNodeId in favour of existing DiscoveryNodes#getM...javanna
2016-03-25Port Primary Terms to master #17044Boaz Leskes
2016-03-21Remove ClusterService interface, in favor of it's only production instance #1...Boaz Leskes
2016-02-29Remove DiscoveryService and reduce guice to just Discovery #16821Boaz Leskes
2016-01-28Make index uuid available in Index, ShardRouting & ShardIdBoaz Leskes
2015-12-18Remove wildcard importsRyan Ernst
2015-12-18Don't allow nodes with missing custom data types to join clusterAreek Zillur
2015-12-04Persist currently started allocation IDs to index metadataYannick Welsch
2015-11-04Improve some logging around master election and cluster stateBoaz Leskes
2015-10-14Cleanup IndexMetaDataJason Tedor
2015-10-05Ban ImmutableMap$Builder in core's mainNik Everett
2015-10-01Remove and ban unmodifiableMap in cluster packageNik Everett
2015-09-28Finish banning ImmutableSetNik Everett
2015-09-23Remove and ban ImmutableSet#builderNik Everett
2015-09-21Fix all javadocs issues, re-enable compiler warnings (but disable on java9 wh...Robert Muir
2015-09-11Discovery: Add a dedicate queue for incoming ClusterStatesBoaz Leskes
2015-08-28beefed up testing...Boaz Leskes
2015-08-07Make RoutingNodes read-only by defaultSimon Willnauer