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 2019/11/20 03:29:36 UTC

[incubator-druid] branch master updated (d091347 -> baefc65)

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/incubator-druid.git.


    from d091347  sampler returns nulls in CSV (#8871)
     add baefc65  Retrying with a backward compatible task type on unknown task type error in parallel indexing (#8905)

No new revisions were added by this update.

Summary of changes:
 .../apache/druid/indexing/common/task/Task.java    | 32 ++++----
 .../batch/parallel/LegacySinglePhaseSubTask.java   | 68 ++++++++++++++++
 .../task/batch/parallel/ParallelIndexIOConfig.java |  2 +-
 .../task/batch/parallel/SinglePhaseSubTask.java    |  1 +
 .../batch/parallel/SinglePhaseSubTaskSpec.java     | 17 ++++
 .../common/task/batch/parallel/SubTaskSpec.java    | 17 ++++
 .../common/task/batch/parallel/TaskMonitor.java    | 44 +++++++++--
 .../apache/druid/indexing/common/TestUtils.java    |  3 +
 .../common/task/NoopIndexTaskClientFactory.java}   | 14 +++-
 .../batch/parallel/SinglePhaseSubTaskSpecTest.java | 91 ++++++++++++++++++++++
 .../task/batch/parallel/TaskMonitorTest.java       | 81 +++++++++++++++++--
 11 files changed, 338 insertions(+), 32 deletions(-)
 create mode 100644 indexing-service/src/main/java/org/apache/druid/indexing/common/task/batch/parallel/LegacySinglePhaseSubTask.java
 copy indexing-service/src/{main/java/org/apache/druid/indexing/common/task/IndexTaskClientFactory.java => test/java/org/apache/druid/indexing/common/task/NoopIndexTaskClientFactory.java} (76%)
 create mode 100644 indexing-service/src/test/java/org/apache/druid/indexing/common/task/batch/parallel/SinglePhaseSubTaskSpecTest.java


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