msokolov commented on code in PR #16553: URL: https://github.com/apache/lucene/pull/16553#discussion_r3905257342
########## 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: OK I found the original issue here https://github.com/elastic/elasticsearch/issues/157557 I'm going to go ahead and pull this in to the RC and add a description of the bug fix: * https://github.com/apache/lucene/pull/16553 fixes a condition that could cause exceptions during analysis (for example in WordDelimiterFilter) to cascade into more serious indexing errors Please let me know if you have a better description -- 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]
