Fix Changes.txt entry

This commit is contained in:
Simon Willnauer 2019-05-08 11:43:25 +02:00
parent e8d88a5b54
commit a759a5d47c
1 changed files with 6 additions and 6 deletions

View File

@ -34,7 +34,11 @@ Other
* LUCENE-8768: Fix Javadocs build in Java 11. (Namgyu Kim) * LUCENE-8768: Fix Javadocs build in Java 11. (Namgyu Kim)
======================= Lucene 8.2.0 ======================= ======================= Lucene 8.2.0 =======================
(No Changes)
Bug Fixes:
* LUCENE-8785: Ensure new threadstates are locked before retrieving the number of active threadstates.
This causes assertion errors and potentially broken field attributes in the IndexWriter when
IndexWriter#deleteAll is called while actively indexing. (Simon Willnauer)
======================= Lucene 8.1.0 ======================= ======================= Lucene 8.1.0 =======================
@ -452,11 +456,7 @@ Optimizations
(Toke Eskildsen, Adrien Grand) (Toke Eskildsen, Adrien Grand)
======================= Lucene 7.7.1 ======================= ======================= Lucene 7.7.1 =======================
Bug fixes: (No Changes)
* LUCENE-8785: Ensure new threadstates are locked before retrieving the number of active threadstates.
This causes assertion errors and potentially broken field attributes in the IndexWriter when
IndexWriter#deleteAll is called while actively indexing. (Simon Willnauer)
======================= Lucene 7.7.0 ======================= ======================= Lucene 7.7.0 =======================