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/01/12 20:51:20 UTC

[druid] branch master updated (3984457 -> ca32652)

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 3984457  Add missing unit tests for segment loading in historicals (#10737)
     add ca32652  Fix potential deadlock in batch ingestion (#10736)

No new revisions were added by this update.

Summary of changes:
 .../common/task/AbstractBatchIndexTask.java        |  12 +-
 .../druid/indexing/common/task/TaskLockHelper.java |  11 -
 .../druid/indexing/overlord/TaskLockbox.java       |  29 ++-
 .../apache/druid/indexing/overlord/TaskQueue.java  | 134 +++++-----
 .../indexing/common/task/IngestionTestBase.java    |  16 ++
 .../druid/indexing/overlord/TaskQueueTest.java     | 278 +++++++++++++++++++++
 6 files changed, 397 insertions(+), 83 deletions(-)
 create mode 100644 indexing-service/src/test/java/org/apache/druid/indexing/overlord/TaskQueueTest.java


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