You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@solr.apache.org by ge...@apache.org on 2021/05/28 12:41:26 UTC

[solr] branch main updated: SOLR-15090: Update CHANGES.txt to reflect 8.9 backport

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

gerlowskija pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/solr.git


The following commit(s) were added to refs/heads/main by this push:
     new 59a6b94  SOLR-15090: Update CHANGES.txt to reflect 8.9 backport
59a6b94 is described below

commit 59a6b941507878522aa889367b74e8684cb2a46d
Author: Jason Gerlowski <ge...@apache.org>
AuthorDate: Fri May 28 08:39:05 2021 -0400

    SOLR-15090: Update CHANGES.txt to reflect 8.9 backport
    
    With this tickets recent backport to branch_8x, its CHANGES.txt entry
    needed moved from "9.0" to "8.9".
    
    This also takes the opportunity to correct a misnamed parameter in the
    GCSBackupRepository ref-guide docs.
---
 solr/CHANGES.txt                                          | 4 ++--
 solr/solr-ref-guide/src/making-and-restoring-backups.adoc | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt
index ac810f2..f853dde 100644
--- a/solr/CHANGES.txt
+++ b/solr/CHANGES.txt
@@ -39,8 +39,6 @@ New Features
 
 * SOLR-15164: Implement Task Management Interface (Atri Sharma, with extensive review and perf testing by Anshum Gupta, Mike Drob and Houston Putman)
 
-* SOLR-15090: A new 'gcs-repository' contrib can be used to store and retrieve backups from Google Cloud Storage. (Jason Gerlowski, Shalin Mangar, Cao Manh Dat)
-
 * SOLR-15300: Report collection and shard "health" state in CLUSTERSTATUS response. (ab, janhoy)
 
 Improvements
@@ -333,6 +331,8 @@ New Features
 
 * SOLR-15397: Expose zookeeper status in the Prometheus exporter (janhoy)
 
+* SOLR-15090: A new 'gcs-repository' contrib can be used to store and retrieve backups from Google Cloud Storage. (Jason Gerlowski, Shalin Mangar, Cao Manh Dat)
+
 Improvements
 ---------------------
 * SOLR-15081: Metrics for a core: add SolrCloud "isLeader" and "replicaState".  (David Smiley)
diff --git a/solr/solr-ref-guide/src/making-and-restoring-backups.adoc b/solr/solr-ref-guide/src/making-and-restoring-backups.adoc
index 1fb0e51..ff9b055 100644
--- a/solr/solr-ref-guide/src/making-and-restoring-backups.adoc
+++ b/solr/solr-ref-guide/src/making-and-restoring-backups.adoc
@@ -407,7 +407,7 @@ An example configuration using the overall and GCS-client properties can be seen
 ----
 <backup>
   <repository name="gcs_backup" class="org.apache.solr.gcs.GCSBackupRepository" default="false">
-    <str name="bucket">solrBackups</str>
+    <str name="gcsBucket">solrBackups</str>
     <str name="gcsCredentialPath">/local/path/to/credential/file</str>
     <str name="location">/default/gcs/backup/location</str>