serhiy-bzhezytskyy commented on PR #4632: URL: https://github.com/apache/solr/pull/4632#issuecomment-4965333497
Thanks for the review. The move to the base class was the turning point — it surfaced the Jetty coalescing bug I'd never have caught with a JDK-only test. I went further into the transports than I expected, even tried a listener-style variant that didn't earn its place. The ids-only handler from your memory-efficiency point is lighter and happens to be exactly what my own prod indexing needs. Happy to pick up the preferred / eventually-mandatory follow-up for 11 when it's time. -- 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]
