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 14:10:32 UTC

[lucene-solr] branch master updated: 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 master
in repository https://gitbox.apache.org/repos/asf/lucene-solr.git


The following commit(s) were added to refs/heads/master by this push:
     new a3fe51f  SOLR-9735: Update CHANGES and the ref guide.
a3fe51f is described below

commit a3fe51ffac903d674cf38c0c1ea78a63f677fdc6
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 35b74e5..e8ac8b9 100644
--- a/solr/CHANGES.txt
+++ b/solr/CHANGES.txt
@@ -292,6 +292,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.