noob-se7en opened a new pull request, #16407: URL: https://github.com/apache/pinot/pull/16407
**Problem**: We see some instances of server OOM during startup. The reason is due to the spike in rate of consumption when the server tries to catchup. The increase in memory comes from the byte arrays the Kafka consumer uses to hold messages at very high rate. **Solution**: To avoid OOM during startup, Server Rate Limiter should be enabled and initialised before any offline -> consuming transition comes in. -- 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]
