You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by ab...@apache.org on 2019/01/23 13:12:01 UTC

[lucene-solr] 02/02: SOLR-9735: Update CHANGES and the ref guide.

This is an automated email from the ASF dual-hosted git repository.

ab pushed a commit to branch branch_7x
in repository https://gitbox.apache.org/repos/asf/lucene-solr.git

commit d6c0e9a8714e21532f6b64ac3756918517723c11
Author: Andrzej Bialecki <ab...@apache.org>
AuthorDate: Wed Jan 23 13:57:07 2019 +0100

    SOLR-9735: Update CHANGES and the ref guide.
---
 solr/CHANGES.txt                                       | 2 ++
 solr/solr-ref-guide/src/solrcloud-autoscaling-api.adoc | 6 ------
 2 files changed, 2 insertions(+), 6 deletions(-)

diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt
index 2c32765..01e0145 100644
--- a/solr/CHANGES.txt
+++ b/solr/CHANGES.txt
@@ -94,6 +94,8 @@ Bug Fixes
 
 * SOLR-11998: RebalanceLeaders API broken response format with wt=JSON (Erick Erickson)
 
+* SOLR-9735: Fix v2 API for AutoscalingHistoryHandler. (ab)
+
 Improvements
 ----------------------
 
diff --git a/solr/solr-ref-guide/src/solrcloud-autoscaling-api.adoc b/solr/solr-ref-guide/src/solrcloud-autoscaling-api.adoc
index edb6bd9..d91ddc2 100644
--- a/solr/solr-ref-guide/src/solrcloud-autoscaling-api.adoc
+++ b/solr/solr-ref-guide/src/solrcloud-autoscaling-api.adoc
@@ -303,12 +303,6 @@ An `afterAction` stage.
 }
 ----
 
-.Broken v2 API support
-[WARNING]
-====
-Due to a bug in Solr 7.1.0, the History API is available only at the path `/admin/autoscaling/history`. Using the `/api/cluster/autoscaling/history` endpoint returns an error.
-====
-
 == Write API
 
 The Write API is available at the same `/admin/autoscaling` and `/api/cluster/autoscaling` endpoints as the Read API but can only be used with the *POST* HTTP verb.