jtuglu-netflix opened a new issue, #17651: URL: https://github.com/apache/druid/issues/17651
Please provide a detailed title (e.g. "Broker crashes when using TopN query with Bound filter" instead of just "Broker crashes"). ### Affected Version 31.0.1 ### Description Currently, if a query's result set size is large enough, the result set serializer can OOM [here](https://github.com/apache/druid/blob/master/server/src/main/java/org/apache/druid/query/ResultLevelCachingQueryRunner.java#L294) when allocating large buffers. Not only will this affect one-off queries, but this causes a crash-loop on Broker nodes if they are attempting to make/cache large SegmentMetadata queries on boot. -- 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]
