kfaraz opened a new pull request, #15590: URL: https://github.com/apache/druid/pull/15590
### Description When `batchAllocationWaitTime` is set to `0`, the segment allocation queue is polled continuously even when it is empty. This would take up cpu cycles unnecessarily. ### Changes - Poll segment allocation queue only when non-empty - When a new request is received, schedule a poll -- 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]
