romseygeek commented on code in PR #14885:
URL: https://github.com/apache/lucene/pull/14885#discussion_r2281924723


##########
lucene/CHANGES.txt:
##########
@@ -281,6 +281,8 @@ Bug Fixes
 
 * GITHUB#15074: Fix to use READONCE when reading segment infos (Chris Hegarty)
 
+* GITHUB#14886: Fix for lucene-monitor to prevent missed matches caused by 
inconsistent cache and index.

Review Comment:
   Maybe leave a bit more detail around what the actual fix is, so that people 
reading CHANGES can know if this is likely to affect them?  Something like:
   
   ```
   Ensure iteration of disjunctions from DisjunctionMaxQuery is stable.  This 
fixes a 
   bug in the monitor where matching branches of a query could be wrongly 
ignored
   if the QueryIndex was built by a different JVM.
   ```



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org
For additional commands, e-mail: issues-h...@lucene.apache.org

Reply via email to