From d58e5fedea386a1e9c0427ba6c724a1bc91c3296 Mon Sep 17 00:00:00 2001 From: Shalin Shekhar Mangar Date: Wed, 20 Sep 2017 16:28:16 -0700 Subject: [PATCH] SOLR-9735: Moving the CHANGES.txt entries to the right release version --- solr/CHANGES.txt | 53 +++++++++++++++++++++++------------------------- 1 file changed, 25 insertions(+), 28 deletions(-) diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt index 0fc305695bc..d2a22136fb6 100644 --- a/solr/CHANGES.txt +++ b/solr/CHANGES.txt @@ -75,6 +75,21 @@ Upgrade Notes New Features ---------------------- +* SOLR-10339: New set-trigger and remove-trigger APIs for autoscaling. (shalin) + +* SOLR-10340: New set-listener and remove-listener API for autoscaling. (shalin) + +* SOLR-10358: New suspend-trigger and resume-trigger APIs for autoscaling. (shalin) + +* SOLR-10376: Implement autoscaling trigger for nodeAdded event. (shalin) + +* SOLR-10396: Implement trigger support for nodeLost event type (Cao Manh Dat, shalin) + +* SOLR-10496: New ComputePlanAction for autoscaling which uses the policy framework to compute cluster + operations upon a trigger fire. (Noble Paul, shalin) + +* SOLR-10965: New ExecutePlanAction for autoscaling which executes the operations computed by ComputePlanAction + against the cluster. (shalin) * SOLR-11019: Add addAll Stream Evaluator (Joel Bernstein) @@ -104,10 +119,16 @@ New Features * SOLR-11316: JSON Facet API: min/max aggregations are now supported on single-valued date fields. (yonik) - Bug Fixes ---------------------- +* SOLR-10602: Triggers should be able to restore state from old instances when taking over. (shalin) + +* SOLR-10714: OverseerTriggerThread does not start triggers on overseer start until autoscaling + config watcher is fired. (shalin) + +* SOLR-10738: TriggerAction is initialised even if the trigger is never scheduled. (shalin) + * SOLR-10668: fix NPE at sort=childfield(..) .. on absent values (Mikhail Khludnev) * SOLR-8984: EnumField's error reporting to now indicate the field name in failure log (Lanny Ripple, @@ -177,6 +198,9 @@ Optimizations Other Changes ---------------------- +* SOLR-10643: Throttling strategy for triggers and policy executions. (shalin) + +* SOLR-10764: AutoScalingHandler should validate policy and preferences before updating zookeeper. (shalin) * SOLR-10827: Factor out abstract FilteringSolrMetricReporter class. (Christine Poerschke) @@ -442,16 +466,6 @@ New Features * SOLR-10278: A new DSL to set cluster-wide preferences and policies on how to allocate replicas to nodes (noble, shalin) -* SOLR-10339: New set-trigger and remove-trigger APIs for autoscaling. (shalin) - -* SOLR-10340: New set-listener and remove-listener API for autoscaling. (shalin) - -* SOLR-10358: New suspend-trigger and resume-trigger APIs for autoscaling. (shalin) - -* SOLR-10376: Implement autoscaling trigger for nodeAdded event. (shalin) - -* SOLR-10396: Implement trigger support for nodeLost event type (Cao Manh Dat, shalin) - * SOLR-10373: Implement read API for autoscaling configuration at /admin/autoscaling or /cluster/autoscaling paths. (shalin) @@ -485,12 +499,6 @@ New Features multivalued fields, a new JSON request language, and more. DocValues are now required for any field used in the analytics expression whereas previously docValues was not required. Please see SOLR-10123 for details. (Houston Putman) -* SOLR-10496: New ComputePlanAction for autoscaling which uses the policy framework to compute cluster - operations upon a trigger fire. (Noble Paul, shalin) - -* SOLR-10965: New ExecutePlanAction for autoscaling which executes the operations computed by ComputePlanAction - against the cluster. (shalin) - * SOLR-10282: bin/solr support for enabling Kerberos authentication (Ishan Chattopadhyaya, Jason Gerlowski) * SOLR-11093: Add support for PointFields for {!graph} query. (yonik) @@ -597,13 +605,6 @@ Bug Fixes * SOLR-10506: Fix memory leak (upon collection reload or ZooKeeper session expiry) in ZkIndexSchemaReader. (Torsten Bøgh Köster, Christine Poerschke, Jörg Rathlev, Mike Drob) -* SOLR-10602: Triggers should be able to restore state from old instances when taking over. (shalin) - -* SOLR-10714: OverseerTriggerThread does not start triggers on overseer start until autoscaling - config watcher is fired. (shalin) - -* SOLR-10738: TriggerAction is initialised even if the trigger is never scheduled. (shalin) - * SOLR-6807: CloudSolrClient's ZK state version check with the server was ignored when handleSelect=false (David Smiley) @@ -807,10 +808,6 @@ Other Changes * SOLR-10713: Ignore .pid and .out files in solr working directory (Jason Gerlowski via Mike Drob) -* SOLR-10643: Throttling strategy for triggers and policy executions. (shalin) - -* SOLR-10764: AutoScalingHandler should validate policy and preferences before updating zookeeper. (shalin) - * SOLR-10782: Improve error handling and tests for Snitch and subclasses and general cleanups. (Noble Paul, shalin) * SOLR-10419: All collection APIs should use the new Policy framework for replica placement. (Noble Paul, shalin)