You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by us...@apache.org on 2021/07/09 16:54:29 UTC

[lucene] branch main updated: add changes

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

uschindler pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/lucene.git


The following commit(s) were added to refs/heads/main by this push:
     new 0607ebe  add changes
0607ebe is described below

commit 0607ebed6be01a7705b523f7e36dbc5555d715c8
Author: Uwe Schindler <us...@apache.org>
AuthorDate: Fri Jul 9 18:54:20 2021 +0200

    add changes
---
 lucene/CHANGES.txt | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/lucene/CHANGES.txt b/lucene/CHANGES.txt
index 062cd65..f113085 100644
--- a/lucene/CHANGES.txt
+++ b/lucene/CHANGES.txt
@@ -233,6 +233,9 @@ Improvements
 * LUCENE-9535: Improve DocumentsWriterPerThreadPool to prefer larger instances.
   (Adrien Grand)
 
+* LUCENE-10019: Align file starts in CFS files to have proper alignment (8 bytes)
+  (Uwe Schinder)
+
 Bug fixes
 
 * LUCENE-9686: Fix read past EOF handling in DirectIODirectory. (Zach Chen,