gianm commented on PR #13259: URL: https://github.com/apache/druid/pull/13259#issuecomment-1290022887
I tested this patch by running `DruidAvaticaProtobufHandlerTest#testConcurrentQueries` in a loop. Prior to this fix, it would fail with OOME after 9–10 iterations. After this fix, it ran for 100 iterations before I canceled it. I checked a heap dump and did not see any statement objects beyond the ones that were currently executing. -- 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]
