Hi Team,
Getting timeout after enabling cache in druid. "*io.druid.query.QueryInterruptedException: Timeout waiting for task.* * at io.druid.query.groupby.epinephelinae.GroupByMergingQueryRunnerV2.waitForFutureCompletion(GroupByMergingQueryRunnerV2.java:372) ~[druid-processing-0.12.0.jar:0.12.0]* * at io.druid.query.groupby.epinephelinae.GroupByMergingQueryRunnerV2.access$900(GroupByMergingQueryRunnerV2.java:76) ~[druid-processing-0.12.0.jar:0.12.0]* * at io.druid.query.groupby.epinephelinae.GroupByMergingQueryRunnerV2$2.make(GroupByMergingQueryRunnerV2.java:300) ~[druid-processing-0.12.0.jar:0.12.0]*" We have enabled cache in both historical and broker node.My configuration is as follows: *Broker configuration:* druid.broker.cache.useCache=true druid.broker.cache.populateCache=true druid.broker.cache.unCacheable=["select"] druid.cache.type=local druid.cache.sizeInBytes=5000000000 druid.cache.initialSize=100000000 *Historical Configuration:* druid.historical.cache.useCache=true druid.historical.cache.populateCache=true druid.historical.cache.unCacheable=["select"] druid.cache.type=local druid.cache.sizeInBytes=2000000000 -- *Thanks & Regards* *Phalguni Mukherjee*