You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@druid.apache.org by gi...@apache.org on 2020/08/10 16:21:50 UTC

[druid] branch master updated (1fae0e1 -> 06539bc)

This is an automated email from the ASF dual-hosted git repository.

gian pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/druid.git.


    from 1fae0e1  improve JSON paste (#10256)
     add 06539bc  Set default server.maxsize to the sum of segment cache (#10255)

No new revisions were added by this update.

Summary of changes:
 dev/intellij-setup.md                              |   4 +-
 docs/configuration/index.md                        |   2 +-
 docs/ingestion/faq.md                              |   1 -
 docs/operations/basic-cluster-tuning.md            |  10 +-
 .../cluster/data/historical/runtime.properties     |   1 -
 .../large/historical/runtime.properties            |   1 -
 .../medium/historical/runtime.properties           |   1 -
 .../micro-quickstart/historical/runtime.properties |   1 -
 .../nano-quickstart/historical/runtime.properties  |   1 -
 .../small/historical/runtime.properties            |   1 -
 .../xlarge/historical/runtime.properties           |   1 -
 .../docker/environment-configs/historical          |   1 -
 .../historical-for-query-retry-test                |   1 -
 .../org/apache/druid/client/DruidServerConfig.java |  20 ++++
 .../druid/segment/loading/SegmentLoaderConfig.java |  11 ++
 .../apache/druid/client/DruidServerConfigTest.java | 130 +++++++++++++++++++++
 .../apache/druid/guice/StorageNodeModuleTest.java  |  35 +++---
 17 files changed, 183 insertions(+), 39 deletions(-)
 create mode 100644 server/src/test/java/org/apache/druid/client/DruidServerConfigTest.java


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