You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@druid.apache.org by kf...@apache.org on 2022/10/17 09:53:33 UTC

[druid] branch master updated (3bbb76f17b -> b88e1c21ea)

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

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


    from 3bbb76f17b Docs: Add query/cpu/time to real-time metrics. (#13229)
     add b88e1c21ea Fix Overlord leader election when task lock re-acquisition fails (#13172)

No new revisions were added by this update.

Summary of changes:
 .../druid/indexing/overlord/TaskLockbox.java       |  43 +++++++--
 ...erWorkQueue.java => TaskLockboxSyncResult.java} |  23 +++--
 .../apache/druid/indexing/overlord/TaskMaster.java |   1 -
 .../apache/druid/indexing/overlord/TaskQueue.java  |  15 ++++
 .../druid/indexing/overlord/TaskLockboxTest.java   |  63 +++++++++++++
 .../druid/indexing/overlord/http/OverlordTest.java | 100 ++++++++++++++-------
 6 files changed, 196 insertions(+), 49 deletions(-)
 copy indexing-service/src/main/java/org/apache/druid/indexing/overlord/{RemoteTaskRunnerWorkQueue.java => TaskLockboxSyncResult.java} (62%)


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