michaeljmarshall commented on code in PR #16553: URL: https://github.com/apache/lucene/pull/16553#discussion_r3906548186
########## lucene/CHANGES.txt: ########## @@ -219,6 +219,9 @@ Optimizations Bug Fixes --------------------- +* GITHUB#16553: Fix stored-fields corruption when PerField#finish throws: the stored-fields frame Review Comment: Thanks for finding the reference, yes, it's about preventing cascading failure. Your description looks good to me. IIUC, the analysis that failed was fixed here https://github.com/apache/lucene/pull/16577. -- 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]
