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 5324785  integration tests fix: update base image for hadoop 
containers to centos 7 (#10638)
     add 96a387d  Fixes and tests related to the Indexer process. (#10631)

No new revisions were added by this update.

Summary of changes:
 .travis.yml                                        | 113 ++++++++++++++------
 docs/design/indexer.md                             |   6 +-
 .../common/task/AbstractBatchIndexTask.java        |  57 ++++++++--
 .../druid/indexing/common/task/CompactionTask.java |   2 +-
 .../druid/indexing/common/task/IndexTask.java      |   2 +-
 .../apache/druid/indexing/common/task/Task.java    |   7 +-
 .../druid/indexing/common/task/TaskLockHelper.java |   2 +-
 integration-tests/README.md                        |  61 +++++++----
 integration-tests/build_run_cluster.sh             |   2 +
 integration-tests/docker/Dockerfile                |   7 +-
 integration-tests/docker/docker-compose.base.yml   |  31 ++++--
 ...-compose.yml => docker-compose.cli-indexer.yml} |   8 +-
 .../docker/docker-compose.query-retry-test.yml     |   2 +-
 integration-tests/docker/druid.sh                  |   1 +
 .../docker/environment-configs/broker              |   2 +-
 .../docker/environment-configs/common              |   2 +-
 .../docker/environment-configs/coordinator         |   2 +-
 .../environment-configs/{historical => indexer}    |  19 ++--
 .../docker/environment-configs/overlord            |   2 +-
 .../docker/environment-configs/router              |   2 +-
 .../environment-configs/router-custom-check-tls    |   2 +-
 .../environment-configs/router-no-client-auth-tls  |   2 +-
 .../environment-configs/router-permissive-tls      |   2 +-
 integration-tests/docker/tls/set-docker-host-ip.sh |   6 ++
 integration-tests/pom.xml                          |   2 +
 integration-tests/script/copy_hadoop_resources.sh  |   4 +-
 integration-tests/script/copy_resources.sh         |   2 +
 .../script/docker_build_containers.sh              |   2 +
 integration-tests/script/docker_run_cluster.sh     |  47 ++++++---
 .../clients/OverlordResourceTestClient.java        |   6 +-
 .../testing/utils/DruidClusterAdminClient.java     |  10 +-
 .../apache/druid/testing/utils/ITRetryUtil.java    |   4 +-
 .../java/org/apache/druid/tests/TestNGGroup.java   |   2 +
 .../tests/indexer/AbstractStreamIndexingTest.java  |   2 +-
 .../indexer/sys_segment_batch_index_queries.json   |   2 +-
 .../resources/queries/sys_segment_queries.json     |   2 +-
 .../results/auth_test_sys_schema_servers.json      |   4 +-
 integration-tests/stop_cluster.sh                  |  18 +++-
 .../appenderator/SinkQuerySegmentWalker.java       |   7 ++
 .../UnifiedIndexerAppenderatorsManager.java        |  39 ++++---
 .../coordination/DataSegmentServerAnnouncer.java   |   6 +-
 .../coordination/SegmentLoadDropHandler.java       |  28 ++++-
 .../druid/server/coordination/ServerType.java      |  60 +++++++++--
 .../druid/server/coordination/ZkCoordinator.java   |   5 +-
 .../UnifiedIndexerAppenderatorsManagerTest.java    | 116 +++++++++++++++++++++
 45 files changed, 552 insertions(+), 158 deletions(-)
 copy integration-tests/docker/{docker-compose.yml => 
docker-compose.cli-indexer.yml} (95%)
 copy integration-tests/docker/environment-configs/{historical => indexer} (72%)
 create mode 100644 
server/src/test/java/org/apache/druid/segment/realtime/appenderator/UnifiedIndexerAppenderatorsManagerTest.java


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

Reply via email to