You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by no...@apache.org on 2019/01/31 21:17:25 UTC

[lucene-solr] 02/02: SOLR-12999: Index replication could delete segments before downloading segments from master if there is not enough disk space

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

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

commit 34da61e863c459ae48103a3f6e1dacb76f14cd23
Author: Noble Paul <no...@apache.org>
AuthorDate: Fri Feb 1 08:17:05 2019 +1100

    SOLR-12999: Index replication could delete segments before downloading segments from master if there is not enough disk space
---
 solr/CHANGES.txt | 28 ++++++++++++++++++++++++++++
 1 file changed, 28 insertions(+)

diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt
index c34fb1e..8e9f117 100644
--- a/solr/CHANGES.txt
+++ b/solr/CHANGES.txt
@@ -16,6 +16,34 @@ In this release, there is an example Solr server including a bundled
 servlet container in the directory named "example".
 See the Solr tutorial at https://lucene.apache.org/solr/guide/solr-tutorial.html
 
+==================  8.1.0 ==================
+
+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
+
+
+New Features
+----------------------
+
+
+Bug Fixes
+----------------------
+
+
+Improvements
+----------------------
+
+* SOLR-12999: Index replication could delete segments before downloading segments from master if there is not enough
+  disk space (noble)
+
+
 ==================  8.0.0 ==================
 
 Consult the LUCENE_CHANGES.txt file for additional, low level, changes in this release.