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


The following commit(s) were added to refs/heads/branch_9x by this push:
     new 222ae2bac1a CHANGES.txt: move SOLR-17630 to correct category (Other)
222ae2bac1a is described below

commit 222ae2bac1a0cc5ee257a55ebe7a6bec7df7aba1
Author: David Smiley <[email protected]>
AuthorDate: Tue Feb 18 22:07:57 2025 -0500

    CHANGES.txt: move SOLR-17630 to correct category (Other)
    
    (cherry picked from commit 93b988d53db0449e236a91df4d76864b152d1cf6)
---
 solr/CHANGES.txt | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt
index 2f238ea0275..e88445de6ef 100644
--- a/solr/CHANGES.txt
+++ b/solr/CHANGES.txt
@@ -58,9 +58,6 @@ Bug Fixes
 
 * SOLR-17649: Fix a regression of faceting on multi-valued EnumFieldType, 
introduced by an earlier 9.x version. (Thomas Wöckinger, David Smiley)
 
-* SOLR-17630: Added a node-wide CloudSolrClient to ZkController, and 
accessible via SolrCloudManager too.
-  Uses Jetty HttpClient.  Deprecated CloudSolrClient.getSolrClientCache.  
Redirected some callers.  (David Smiley)
-
 * SOLR-17673: Disable multi-threaded search execution by default at the 
node-level.
   Users can still opt-in by providing a "indexSearcherExecutorThreads" > 0.
   (Houston Putman, Varun Thacker, David Smiley, Luke Kot-Zaniewski)
@@ -94,6 +91,9 @@ Other Changes
 * SOLR-17648: multiThreaded=true: changed queue implementation from unlimited 
to 1000 max, after
   which the caller thread will execute.  (David Smiley)
 
+* SOLR-17630: Added a node-wide CloudSolrClient to ZkController, and 
accessible via SolrCloudManager too.
+  Uses Jetty HttpClient.  Deprecated CloudSolrClient.getSolrClientCache.  
Redirected some callers.  (David Smiley)
+
 * SOLR-17671: Replication and backup have their DirectoryFactory.DirContext so 
the directory they use is unwrapped
   when copying files. (Bruno Roustant, David Smiley)
 

Reply via email to