You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@druid.apache.org by ji...@apache.org on 2020/02/05 23:33:57 UTC

[druid] branch master updated (98cefc6 -> 2e1dbe5)

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

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


    from 98cefc6  Not use ConcurrentHashMap in CoordinatorRuleManager.rules (#9302)
     add 2e1dbe5  Create new dynamic config to pause coordinator helpers when needed (#9224)

No new revisions were added by this update.

Summary of changes:
 docs/configuration/index.md                        |  7 ++-
 .../clients/CoordinatorResourceTestClient.java     | 36 +++++++++++
 .../tests/indexer/AbstractITBatchIndexTest.java    | 71 +++++++++++++---------
 .../ITBestEffortRollupParallelIndexTest.java       |  6 +-
 .../apache/druid/tests/indexer/ITIndexerTest.java  |  4 +-
 .../indexer/ITPerfectRollupParallelIndexTest.java  |  4 +-
 ...rTest.java => ITTestCoordinatorPausedTest.java} | 42 ++++++++-----
 .../coordinator/CoordinatorDynamicConfig.java      | 36 +++++++++--
 .../druid/server/coordinator/DruidCoordinator.java | 16 ++++-
 .../druid/server/coordinator/RunRulesTest.java     |  1 +
 .../server/http/CoordinatorDynamicConfigTest.java  | 32 ++++++----
 11 files changed, 187 insertions(+), 68 deletions(-)
 copy integration-tests/src/test/java/org/apache/druid/tests/indexer/{ITIndexerTest.java => ITTestCoordinatorPausedTest.java} (52%)


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