You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@solr.apache.org by ma...@apache.org on 2022/04/28 14:22:42 UTC

[solr] branch main updated: SOLR-15045: followup commit -- reclassify issue in CHANGES.txt bug->improvement

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

magibney 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 496235e1f5f SOLR-15045: followup commit -- reclassify issue in CHANGES.txt bug->improvement
496235e1f5f is described below

commit 496235e1f5fd45f54665a593c2f714500f948e6e
Author: Michael Gibney <mi...@michaelgibney.net>
AuthorDate: Thu Apr 28 10:17:34 2022 -0400

    SOLR-15045: followup commit -- reclassify issue in CHANGES.txt bug->improvement
---
 solr/CHANGES.txt | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt
index 42f8813e54f..c86b68eb8e8 100644
--- a/solr/CHANGES.txt
+++ b/solr/CHANGES.txt
@@ -41,6 +41,9 @@ Improvements
 
 * SOLR-16002: Avoid redundant `FilterQuery` caching, e.g. via `filter($query)` syntax. (Michael Gibney, David Smiley)
 
+* SOLR-15045: `DistributedZkUpdateProcessor` now issues commits to local shards and remote shards in parallel,
+  halving the latency of synchronous commits (Michael Gibney)
+
 Optimizations
 ---------------------
 * SOLR-16120: Optimise hl.fl expansion. (Christine Poerschke, David Smiley, Mike Drob)
@@ -60,9 +63,6 @@ Bug Fixes
 
 * SOLR-16112: DefaultSolrHighlighter.doHighlighting to Query#rewrite multiple times if necessary. (Christine Poerschke)
 
-* SOLR-15045: `DistributedZkUpdateProcessor` now issues commits to local shards and remote shards in parallel,
-  halving the latency of synchronous commits (Michael Gibney)
-
 * SOLR-13044: Fix NPE during core close racing with index replication check.  (David Smiley, hossman)
 
 * SOLR-16145: Fix very rare NPE in SolrCloud rejoinOverseerElection. (David Smiley)