gianm commented on a change in pull request #9247: Add JoinableFactory interface and use it in the query stack. URL: https://github.com/apache/druid/pull/9247#discussion_r370725787
########## File path: integration-tests/docker/broker.conf ########## @@ -11,6 +11,7 @@ command=java -Ddruid.host=%(ENV_HOST_IP)s -Ddruid.zk.service.host=druid-zookeeper-kafka -Ddruid.processing.buffer.sizeBytes=25000000 + -Ddruid.query.groupBy.maxOnDiskStorage=300000000 Review comment: Because the new integration tests I added needed more aggregation space than the 25MB of memory allocated by the previous line. I didn't want to allocate more memory (and therefore raise the memory requirements of integration tests) so instead I am configuring it to use disk for the spillover. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
