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 2019/01/31 20:11:14 UTC

[GitHub] gianm opened a new pull request #6973: Some adjustments to config examples.

gianm opened a new pull request #6973: Some adjustments to config examples.
URL: https://github.com/apache/incubator-druid/pull/6973
 
 
   - Add ExitOnOutOfMemoryError to jvm.config examples. It was added a
   pretty long time ago (8u92) and is helpful since it prevents zombie
   processes from hanging around. (OOMEs tend to bork things)
   - Disable Broker caching and enable it on Historicals in example
   configs. This config tends to scale better since it enables the
   Historicals to merge results rather than sending everything by-segment
   to the Broker. Also switch to "caffeine" cache from "local".
   - Increase concurrency a bit for Broker example config.
   - Enable SQL on the Broker in the example config, a baby step towards
   making SQL more of a thing. (It's still off by default in the code.)
   - Reduce memory use a bit for the quickstart configs.
   - Add example Router configs, in case someone wants to use that. One
   reason might be to get the fancy new console (#6923).

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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


With regards,
Apache Git Services

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