xiangfu0 opened a new pull request, #16408: URL: https://github.com/apache/pinot/pull/16408
This PR adds proactive memory checking to prevent OOM issues in query runtime operators by adding trace tracking for join and window operators. ## Key Changes - Add memory checking trace tracking to join operators - Add memory checking trace tracking to window operators - Integrate with existing thread accountant framework for proactive query termination ## Benefits - Prevents system-wide OOM issues by proactively terminating queries that exceed memory limits - Improves system stability and resource management - Leverages existing thread accounting infrastructure ## Testing - Existing tests continue to pass - Memory checking integrates with current resource monitoring framework -- 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]
