From 1ed253460fe9d9722d31602c2a4f827862baff89 Mon Sep 17 00:00:00 2001 From: Adrien Grand Date: Tue, 11 Jun 2019 10:22:05 +0200 Subject: [PATCH] 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 d7c3e846612..1942627f38a 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