From f87a677dc7522f856bcb0ec43cc8e11b932f3d50 Mon Sep 17 00:00:00 2001 From: Shalin Shekhar Mangar Date: Thu, 15 Sep 2016 01:09:55 +0530 Subject: [PATCH] Adding version 5.5.3 --- lucene/CHANGES.txt | 3 +++ .../java/org/apache/lucene/util/Version.java | 7 ++++++ solr/CHANGES.txt | 23 +++++++++++++++++++ 3 files changed, 33 insertions(+) diff --git a/lucene/CHANGES.txt b/lucene/CHANGES.txt index 0bf6fedf585..964719a3445 100644 --- a/lucene/CHANGES.txt +++ b/lucene/CHANGES.txt @@ -633,6 +633,9 @@ Other * LUCENE-7095: Add point values support to the numeric field query time join. (Martijn van Groningen, Mike McCandless) +======================= Lucene 5.5.3 ======================= +(No Changes) + ======================= Lucene 5.5.2 ======================= Bug Fixes diff --git a/lucene/core/src/java/org/apache/lucene/util/Version.java b/lucene/core/src/java/org/apache/lucene/util/Version.java index e96e69d2e5e..c6479046711 100644 --- a/lucene/core/src/java/org/apache/lucene/util/Version.java +++ b/lucene/core/src/java/org/apache/lucene/util/Version.java @@ -116,6 +116,13 @@ public final class Version { @Deprecated public static final Version LUCENE_5_5_2 = new Version(5, 5, 2); + /** + * Match settings and bugs in Lucene's 5.5.3 release. + * @deprecated Use latest + */ + @Deprecated + public static final Version LUCENE_5_5_3 = new Version(5, 5, 3); + /** Match settings and bugs in Lucene's 6.0 release. * @deprecated (6.1.0) Use latest */ diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt index 407d71970dd..27c716cbd51 100644 --- a/solr/CHANGES.txt +++ b/solr/CHANGES.txt @@ -1182,6 +1182,29 @@ Other Changes * SOLR-8904: DateUtil in SolrJ moved to the extraction contrib as ExtractionDateUtil. Obsolete methods were removed. (David Smiley) +======================= 5.5.3 ======================= +Consult the LUCENE_CHANGES.txt file for additional, low level, changes in this release. + +Versions of Major Components +--------------------- +Apache Tika 1.7 +Carrot2 3.10.4 +Velocity 1.7 and Velocity Tools 2.0 +Apache UIMA 2.3.1 +Apache ZooKeeper 3.4.6 +Jetty 9.2.13.v20150730 + +Bug Fixes +--------------------- + +* SOLR-9290: TCP-connections in CLOSE_WAIT spike during heavy indexing and do not decrease. + (Mads Tomasgård Bjørgan, Anshum Gupta, Shai Erera, hossman, Mark Miller, yonik, shalin) + +* SOLR-7280: Load cores in sorted order & limit threads to improve cluster stability (noble, Erick Erickson, shalin) + + +* SOLR-9310: PeerSync fails on a node restart due to IndexFingerPrint mismatch (Pushkar Raste, noble) + ======================= 5.5.2 ======================= Consult the LUCENE_CHANGES.txt file for additional, low level, changes in this release.