You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by sh...@apache.org on 2020/02/20 12:34:02 UTC

[lucene-solr] branch master updated: SOLR-12550: Adding entry to CHANGES.txt

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 2fdd3b0  SOLR-12550: Adding entry to CHANGES.txt
2fdd3b0 is described below

commit 2fdd3b02bb02a63c7a5d7eba6f14189b0193e31b
Author: Shalin Shekhar Mangar <sh...@apache.org>
AuthorDate: Thu Feb 20 04:33:53 2020 -0800

    SOLR-12550: Adding entry to CHANGES.txt
---
 solr/CHANGES.txt | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt
index be94a88..5a14715 100644
--- a/solr/CHANGES.txt
+++ b/solr/CHANGES.txt
@@ -159,6 +159,9 @@ Bug Fixes
 * SOLR-13041: Add hashCode for autoscaling.Condition to accompany the already present equals.
   (Zsolt Gyulavari via Christine Poerschke)
 
+* SOLR-12550: ConcurrentUpdateSolrClient doesn't respect timeouts for commits and optimize.
+  (Marc A. Morissette, Bérénice MAUREL via shalin)
+
 Other Changes
 ---------------------