gianm commented on issue #11414: URL: https://github.com/apache/druid/issues/11414#issuecomment-1311505442
Some recent work in this area of SeekableStreamSupervisor: - Eliminate some unnecessary metadata calls: https://github.com/apache/druid/pull/13328 - Don't ever queue more than one RunNotice at a time: https://github.com/apache/druid/pull/13334 - Contact tasks asynchronously, eliminate `chatThreads`, reduce load on `workerThreads`: https://github.com/apache/druid/pull/13354 We are targeting Druid 25 for all of these. If anyone has a chance to try these patches out in advance of the release, please let us know! -- 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]
