mikemccand commented on code in PR #15985: URL: https://github.com/apache/lucene/pull/15985#discussion_r3181360198
########## 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: I suspect @vigyasharma meant the code as well -- when we merge, we will cherry-pick to backport, or if that's conflicty, open a separate backport PR. Thanks @vijaykriishna, this is a good catch -- I'm curious how you caught this (the opened issue)? -- 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]
