You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by ge...@apache.org on 2019/03/04 14:46:57 UTC

[lucene-solr] branch branch_7_7 updated: SOLR-13256: Add ref-guide upgrade notes for 7.7

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

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


The following commit(s) were added to refs/heads/branch_7_7 by this push:
     new c1d8dda  SOLR-13256: Add ref-guide upgrade notes for 7.7
c1d8dda is described below

commit c1d8ddac78d7e85c1f0f45035c3a6e2e981ba525
Author: Jason Gerlowski <ge...@apache.org>
AuthorDate: Mon Mar 4 09:32:07 2019 -0500

    SOLR-13256: Add ref-guide upgrade notes for 7.7
---
 solr/solr-ref-guide/src/solr-upgrade-notes.adoc | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)

diff --git a/solr/solr-ref-guide/src/solr-upgrade-notes.adoc b/solr/solr-ref-guide/src/solr-upgrade-notes.adoc
index 900c394..e35f657 100644
--- a/solr/solr-ref-guide/src/solr-upgrade-notes.adoc
+++ b/solr/solr-ref-guide/src/solr-upgrade-notes.adoc
@@ -27,6 +27,26 @@ Detailed steps for upgrading a Solr cluster are in the section <<upgrading-a-sol
 
 == Upgrading to 7.x Releases
 
+=== Solr 7.7
+
+See the https://wiki.apache.org/solr/ReleaseNote77[7.7 Release Notes] for an overview of the main new features in Solr 7.7.
+
+When upgrading to Solr 7.7.x, users should be aware of the following major changes from v7.6:
+
+*Admin UI*
+
+* The Admin UI now presents a login screen for any users with authentication enabled on their cluster.  Clusters with <<basic-authentication-plugin.adoc#basic-authentication-plugin,Basic Authentication>> will prompt users to enter a username and password.  On clusters configured to use <<kerberos-authentication-plugin.adoc#kerberos-authentication-plugin,Kerberos Authentication>>, users will be directed to configure their browser to provide an appropriate Kerberos ticket.
++
+The login screen's purpose is cosmetic only - Admin UI-triggered Solr requests were subject to authentication prior to 7.7 and still are today.  The login screen changes only the user experience of providing this authentication.
+
+*Distributed Requests*
+
+* The `shards` parameter, used to manually select the shards and replicas that receive distributed requests, now checks nodes against a whitelist of acceptable values for security reasons.
++
+In SolrCloud mode this whitelist is automatically configured to contain all live nodes.  In standalone mode the whitelist is empty by default.  Upgrading users who use the `shards` parameter in standalone mode can correct this value by setting the `shardsWhitelist` property in any `shardHandler` configurations in their `solrconfig.xml` file.
++
+For more information, see the <<distributed-requests.adoc#configuring-the-shardhandlerfactory,Distributed Request>> documentation.
+
 === Solr 7.6
 
 See the https://wiki.apache.org/solr/ReleaseNote76[7.6 Release Notes] for an overview of the main new features in Solr 7.6.