You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by er...@apache.org on 2019/03/28 23:08:30 UTC

[lucene-solr] 02/02: SOLR-13349: High CPU usage in Solr due to Java 8 bug

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

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

commit 7dfe1c093b65f77407c2df4c2a1120a213aef166
Author: erick <er...@gmail.com>
AuthorDate: Thu Mar 28 16:07:49 2019 -0700

    SOLR-13349: High CPU usage in Solr due to Java 8 bug
---
 solr/CHANGES.txt | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)

diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt
index 3254f0d..3253862 100644
--- a/solr/CHANGES.txt
+++ b/solr/CHANGES.txt
@@ -46,6 +46,23 @@ Bug fixes
   all the cores.
   (Danyal Prout via shalin)
 
+==================  7.7.2 ==================
+
+Consult the LUCENE_CHANGES.txt file for additional, low level, changes in this release.
+
+Versions of Major Components
+---------------------
+Apache Tika 1.19.1
+Carrot2 3.16.0
+Velocity 1.7 and Velocity Tools 2.0
+Apache ZooKeeper 3.4.13
+Jetty 9.4.14.v20181114
+
+Bug Fixes
+----------------------
+
+* SOLR-13349: High CPU usage in Solr due to Java 8 bug (Erick Erickson)
+
 ==================  7.7.1 ==================
 
 Consult the LUCENE_CHANGES.txt file for additional, low level, changes in this release.