vijaykriishna commented on code in PR #15985: URL: https://github.com/apache/lucene/pull/15985#discussion_r3329011089
########## lucene/CHANGES.txt: ########## @@ -181,6 +181,8 @@ Bug Fixes * GITHUB#15939: Fix thread-safety issues with NFARunAutomaton. (Dimitris Rempapis) +* GITHUB#15831: Fixed a race condition in ReferenceManager.maybeRefresh() where refreshes could be missed if a new generation was flushed just before the refresh lock was released. (Vijay) Review Comment: @vigyasharma @mikemccand As suggested, I have ported the code changes for issue 15831 from main to branch_10x. Please review the PR. Ref. https://github.com/apache/lucene/pull/16152 -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
