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

dsmiley 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 93b988d53db CHANGES.txt: move SOLR-17630 to correct category (Other)
93b988d53db is described below

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

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

diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt
index 319ad34a322..083b2981167 100644
--- a/solr/CHANGES.txt
+++ b/solr/CHANGES.txt
@@ -203,9 +203,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)
@@ -239,6 +236,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