sthetland opened a new pull request #11069: URL: https://github.com/apache/druid/pull/11069
The section about enabling query caching on Historicals refers to `broker` properties rather than `historical`. That is: ``` druid.broker.cache.useCache=true druid.broker.cache.populateCache=true ``` should be: ``` druid.historical.cache.useCache=true druid.historical.cache.populateCache=true ``` -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
