Skip to content

Commit

Permalink
SOLR-16257: Improve ZkStateReader to avoid race condition (#909)
Browse files Browse the repository at this point in the history
Race condition existed between collectionWatches and watchedCollectionStates.
  • Loading branch information
patsonluk authored Jul 20, 2022
1 parent 8827b3c commit 97458a5
Show file tree
Hide file tree
Showing 4 changed files with 696 additions and 226 deletions.
3 changes: 3 additions & 0 deletions solr/CHANGES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,9 @@ Improvements

* SOLR-16225: Upgrade dependencies (Carrot2, HPPC) (Dawid Weiss)

* SOLR-16257: Improve ZkStateReader to avoid race condition between collectionWatches and watchedCollectionStates
(Patson Luk, Houston Putman, Mike Drob)

Optimizations
---------------------
* SOLR-16120: Optimise hl.fl expansion. (Christine Poerschke, David Smiley, Mike Drob)
Expand Down
Loading

0 comments on commit 97458a5

Please sign in to comment.