This is an automated email from the ASF dual-hosted git repository. dsmiley pushed a commit to branch branch_9x in repository https://gitbox.apache.org/repos/asf/solr.git
commit 8c08ee7c21f50e0a7574e15ecffb89aceea03659 Author: David Smiley <[email protected]> AuthorDate: Mon Oct 9 23:41:11 2023 -0300 SOLR-16924: needn't retain back-compat --- solr/CHANGES.txt | 3 +-- .../modules/upgrade-notes/pages/major-changes-in-solr-9.adoc | 3 +++ 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt index d2721465dd8..089199d205a 100644 --- a/solr/CHANGES.txt +++ b/solr/CHANGES.txt @@ -13,8 +13,7 @@ New Features Improvements --------------------- * SOLR-16924: RESTORECORE now sets the UpdateLog to ACTIVE state instead of requiring a separate - REQUESTAPPLYUPDATES call in Collection restore. The latter will still happen in 9.x for - backwards-compatibility. (Julia Lamoine, David Smiley) + REQUESTAPPLYUPDATES call in Collection restore. (Julia Lamoine, David Smiley) Optimizations --------------------- diff --git a/solr/solr-ref-guide/modules/upgrade-notes/pages/major-changes-in-solr-9.adoc b/solr/solr-ref-guide/modules/upgrade-notes/pages/major-changes-in-solr-9.adoc index 74fa649174d..888ee3fd2fc 100644 --- a/solr/solr-ref-guide/modules/upgrade-notes/pages/major-changes-in-solr-9.adoc +++ b/solr/solr-ref-guide/modules/upgrade-notes/pages/major-changes-in-solr-9.adoc @@ -46,6 +46,9 @@ If you are planning to upgrade your cluster using a rolling upgrade model (upgra Rolling upgrades from Solr 8 to Solr 9 require upgrading from Solr 8.7 or newer. If you run an 8.x. version prior to 8.7 we recommend that you first upgrade to 8.11. +Certain commands, like a restore of a collection, might not complete properly if performed *during* an upgrade. +They may need to be re-attempted after. + *PKI Authentication* Internode communication secured by PKI Authentication has changed formats. For detailed information, see
