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 2021/07/15 20:15:04 UTC

[druid] branch master updated (a366753 -> 8729b40)

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 a366753  Consolidate multi-value dimension doc and highlight configurability  (#11428)
     add 8729b40  Add the error message in taskStatus for task failures in overlord (#11419)

No new revisions were added by this update.

Summary of changes:
 .../java/org/apache/druid/indexer/TaskStatus.java  |  15 ++
 .../druid/indexing/overlord/RemoteTaskRunner.java  | 199 +++++++++++------
 .../apache/druid/indexing/overlord/TaskQueue.java  |  10 +-
 .../overlord/hrtr/HttpRemoteTaskRunner.java        |  82 ++++++-
 .../druid/indexing/overlord/hrtr/WorkerHolder.java |  44 ++--
 .../indexing/overlord/RemoteTaskRunnerTest.java    |  40 ++++
 .../druid/indexing/overlord/TaskQueueTest.java     |  46 +++-
 .../overlord/hrtr/HttpRemoteTaskRunnerTest.java    | 246 +++++++++++++++++++++
 .../indexing/overlord/hrtr/WorkerHolderTest.java   |  12 +
 9 files changed, 601 insertions(+), 93 deletions(-)

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