You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by gs...@apache.org on 2021/10/04 23:04:43 UTC

[lucene] branch main updated: LUCENE-10134: Add CHANGES entry (#351)

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

gsmiller 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 5d2a031  LUCENE-10134: Add CHANGES entry (#351)
5d2a031 is described below

commit 5d2a0311594951962493d7ff487baa617db50325
Author: Greg Miller <gs...@gmail.com>
AuthorDate: Mon Oct 4 16:04:39 2021 -0700

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

diff --git a/lucene/CHANGES.txt b/lucene/CHANGES.txt
index e1072cd..eeb993f 100644
--- a/lucene/CHANGES.txt
+++ b/lucene/CHANGES.txt
@@ -439,6 +439,9 @@ Bug Fixes
 * LUCENE-10126: Sort optimization with a chunked bulk scorer
   can wrongly skip documents (Nhat Nguyen, Mayya Sharipova)
 
+* LUCENE-10134: ConcurrentSortedSetDocValuesFacetCounts shouldn't share liveDocs Bits across threads.
+  (Ankur Goel)
+
 Build
 ---------------------