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

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


    from 7973715  update syntax for golbal cached uri lookups (#10629)
     add 74fbdd3  refactor NodeRole so extensions can participate in disco and 
announcement (#10700)

No new revisions were added by this update.

Summary of changes:
 distribution/docker/druid.sh                       |   1 +
 .../docker/docker-compose.high-availability.yml    |  30 ++++
 integration-tests/docker/druid.sh                  |   3 +-
 integration-tests/pom.xml                          |  15 ++
 .../org/apache/druid/cli/CliCustomNodeRole.java    | 166 +++++++++++++++++++++
 ...ator.java => CustomNodeRoleCommandCreator.java} |   8 +-
 .../druid/testing/ConfigFileConfigProvider.java    |   6 +
 .../apache/druid/testing/DockerConfigProvider.java |  14 ++
 .../druid/testing/IntegrationTestingConfig.java    |   9 ++
 .../org.apache.druid.cli.CliCommandCreator         |   3 +-
 .../tests/indexer/AbstractITBatchIndexTest.java    |   5 +-
 .../tests/leadership/ITHighAvailabilityTest.java   |  87 ++++++++++-
 .../apache/druid/tests/query/ITJdbcQueryTest.java  |   6 +-
 .../query/ITQueryRetryTestOnMissingSegments.java   |  14 +-
 .../druid/tests/query/ITWikipediaQueryTest.java    |   4 +-
 .../ITCoordinatorOverlordProxyAuthTest.java        |   2 +-
 .../java/org/apache/druid/discovery/NodeRole.java  | 133 ++++++++++++++---
 .../java/org/apache/druid/cli/ServerRunnable.java  |   2 +-
 18 files changed, 464 insertions(+), 44 deletions(-)
 create mode 100644 
integration-tests/src/main/java/org/apache/druid/cli/CliCustomNodeRole.java
 copy 
integration-tests/src/main/java/org/apache/druid/cli/{QueryRetryTestCommandCreator.java
 => CustomNodeRoleCommandCreator.java} (78%)


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to