mirror of https://github.com/apache/lucene.git
Add CHANGES entry for #12801
This commit is contained in:
parent
72dbfb7cf2
commit
dd46971ba6
|
@ -227,6 +227,9 @@ Improvements
|
|||
* GITHUB#12754: Refactor lookup of Hotspot VM options and do not initialize constants with NULL
|
||||
if SecurityManager prevents access. (Uwe Schindler)
|
||||
|
||||
* GITHUB#12801: Remove possible contention on a ReentrantReadWriteLock in
|
||||
Monitor which could result in searches waiting for commits. (Davis Cook)
|
||||
|
||||
Optimizations
|
||||
---------------------
|
||||
* GITHUB#12183: Make TermStates#build concurrent. (Shubham Chaudhary)
|
||||
|
|
Loading…
Reference in New Issue