mirror of https://github.com/apache/lucene.git
Move change entry for #12569 from 9.8 to 9.9
This commit is contained in:
parent
937ebd4296
commit
24207096c0
|
@ -145,6 +145,12 @@ Optimizations
|
|||
---------------------
|
||||
(No changes)
|
||||
|
||||
Changes in runtime behavior
|
||||
---------------------
|
||||
|
||||
* GITHUB#12569: Prevent concurrent tasks from parallelizing execution further which could cause deadlock
|
||||
(Luca Cavanna)
|
||||
|
||||
Bug Fixes
|
||||
---------------------
|
||||
(No changes)
|
||||
|
@ -239,9 +245,6 @@ Changes in runtime behavior
|
|||
* GITHUB#12515: Offload sequential search execution to the executor that's optionally provided to the IndexSearcher
|
||||
(Luca Cavanna)
|
||||
|
||||
* GITHUB#12569: Prevent concurrent tasks from parallelizing execution further which could cause deadlock
|
||||
(Luca Cavanna)
|
||||
|
||||
Bug Fixes
|
||||
---------------------
|
||||
|
||||
|
|
Loading…
Reference in New Issue