cpoerschke commented on code in PR #2214: URL: https://github.com/apache/solr/pull/2214#discussion_r1463320201
########## solr/CHANGES.txt: ########## @@ -164,6 +164,9 @@ Bug Fixes * SOLR-17090: The v2 "delete alias" API no longer errantly returns a 405 status code (Jason Gerlowski) +* SOLR-17120: Fix NullPointerException in UpdateLog.applyOlderUpdates that can occur if there are multiple partial + updates of the same document in separate requests using commitWithin. (Calvin Smith, Christine Poerschke) + Review Comment: Tentatively adding for 9.5.0 here but we can move it to 9.6.0 if it's too late for the 9.5.0 release. -- 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]
