You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@druid.apache.org by GitBox <gi...@apache.org> on 2021/04/05 22:46:12 UTC

[GitHub] [druid] sthetland opened a new pull request #11069: Incorrect cache property names in sample doc

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:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org
For additional commands, e-mail: commits-help@druid.apache.org


[GitHub] [druid] a2l007 merged pull request #11069: Incorrect cache property names in sample doc

Posted by GitBox <gi...@apache.org>.
a2l007 merged pull request #11069:
URL: https://github.com/apache/druid/pull/11069


   


-- 
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:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org
For additional commands, e-mail: commits-help@druid.apache.org