You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by jp...@apache.org on 2019/06/11 08:35:57 UTC

[lucene-solr] 02/02: LUCENE-8843: Add CHANGES entry.

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

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

commit 1ed253460fe9d9722d31602c2a4f827862baff89
Author: Adrien Grand <jp...@gmail.com>
AuthorDate: Tue Jun 11 10:22:05 2019 +0200

    LUCENE-8843: Add CHANGES entry.
---
 lucene/CHANGES.txt | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/lucene/CHANGES.txt b/lucene/CHANGES.txt
index d7c3e84..1942627 100644
--- a/lucene/CHANGES.txt
+++ b/lucene/CHANGES.txt
@@ -43,6 +43,9 @@ Bug Fixes
 * LUCENE-8828: Removes the buggy 'disallow overlaps' boolean from Intervals.unordered(),
   and replaces it with a new Intervals.unorderedNoOverlaps() method (Alan Woodward)
 
+* LUCENE-8843: Don't ignore exceptions that are thrown when trying to open a
+  file in IOUtils#fsync. (Jason Tedor via Adrien Grand)
+
 Improvements
 
 * LUCENE-7840: Non-scoring BooleanQuery now removes SHOULD clauses before building the scorer supplier