gus-asf commented on a change in pull request #1716: URL: https://github.com/apache/lucene-solr/pull/1716#discussion_r466670298
########## File path: solr/solr-ref-guide/src/solr-upgrade-notes.adoc ########## @@ -72,7 +84,9 @@ More information about this new feature is available in the section <<common-que *Autoscaling* -* Solr now includes a default autoscaling policy. +* **NOTE: The default autoscaling policy has been removed as of 8.6.1** ++ +Solr now includes a default autoscaling policy. Review comment: Fresh install of 8.5.2 gives me: ``` { "triggers":{ ".auto_add_replicas":{ "name":".auto_add_replicas", "event":"nodeLost", "waitFor":120, "enabled":true, "actions":[ { "name":"auto_add_replicas_plan", "class":"solr.AutoAddReplicasPlanAction"}, { "name":"execute_plan", "class":"solr.ExecutePlanAction"}]}, ".scheduled_maintenance":{ "name":".scheduled_maintenance", "event":"scheduled", "startTime":"NOW", "every":"+1DAY", "enabled":true, "actions":[ { "name":"inactive_shard_plan", "class":"solr.InactiveShardPlanAction"}, { "name":"inactive_markers_plan", "class":"solr.InactiveMarkersPlanAction"}, { "name":"execute_plan", "class":"solr.ExecutePlanAction"}]}}, "listeners":{ ".auto_add_replicas.system":{ "beforeAction":[], "afterAction":[], "stage":[ "STARTED", "ABORTED", "SUCCEEDED", "FAILED", "BEFORE_ACTION", "AFTER_ACTION", "IGNORED"], "trigger":".auto_add_replicas", "class":"org.apache.solr.cloud.autoscaling.SystemLogListener"}, ".scheduled_maintenance.system":{ "beforeAction":[], "afterAction":[], "stage":[ "STARTED", "ABORTED", "SUCCEEDED", "FAILED", "BEFORE_ACTION", "AFTER_ACTION", "IGNORED"], "trigger":".scheduled_maintenance", "class":"org.apache.solr.cloud.autoscaling.SystemLogListener"}}, "properties":{}} ``` ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org For additional commands, e-mail: issues-h...@lucene.apache.org