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:12 UTC

[lucene-solr] branch master updated: LUCENE-8843: Add CHANGES entry.

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

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


The following commit(s) were added to refs/heads/master by this push:
     new fb0f177  LUCENE-8843: Add CHANGES entry.
fb0f177 is described below

commit fb0f1776a5990d30309023adb7b6d3e28eedd1c5
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 369340c..148cf4b 100644
--- a/lucene/CHANGES.txt
+++ b/lucene/CHANGES.txt
@@ -71,6 +71,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