jihoonson commented on issue #11544: URL: https://github.com/apache/druid/issues/11544#issuecomment-894597259
Hi @AlexanderSaydakov, thank you for taking a look. It does fail in the Druid master branch. You can easily reproduce it by running `DoublesSketchAggregatorTest.buildingSketchesAtQueryTime()` after setting `DoublesSketchAggregatorFactory.MAX_STREAM_LENGTH` to something very low, like 10. > Could someone point to the code that allocates this memory for BufferAggregator please? Those buffers are allocated in [`DruidProcessingModule`](https://github.com/apache/druid/blob/master/server/src/main/java/org/apache/druid/guice/DruidProcessingModule.java#L115-L136). -- 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]
