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 2020/03/10 20:22:28 UTC

[druid] branch master updated (7e0e767 -> 7401bb3)

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 7e0e767  Ability to Delete task logs and segments from S3 (#9459)
     add 7401bb3  Improve OvershadowableManager performance (#9441)

No new revisions were added by this update.

Summary of changes:
 .../VersionedIntervalTimelineBenchmark.java        |   2 +-
 .../druid/timeline/VersionedIntervalTimeline.java  |  38 ++-
 .../timeline/partition/AtomicUpdateGroup.java      |  10 +
 .../partition/ImmutablePartitionHolder.java        |   4 +-
 .../timeline/partition/OvershadowableManager.java  | 348 ++++++++++++---------
 .../druid/timeline/partition/PartitionHolder.java  |  36 ++-
 .../VersionedIntervalTimelineSpecificDataTest.java |   9 +-
 .../timeline/VersionedIntervalTimelineTest.java    |  82 ++++-
 .../VersionedIntervalTimelineTestBase.java         |  26 +-
 ...ardSpecTest.java => AtomicUpdateGroupTest.java} |  55 ++--
 .../partition/OvershadowableManagerTest.java       |  61 +++-
 .../task/batch/parallel/SinglePhaseSubTask.java    |  11 +-
 .../druid/indexing/input/DruidInputSource.java     |  21 +-
 .../parallel/SinglePhaseParallelIndexingTest.java  |   5 +-
 .../tests/indexer/AbstractITBatchIndexTest.java    |  13 +-
 .../apache/druid/client/DataSourcesSnapshot.java   |   1 -
 .../IndexerSQLMetadataStorageCoordinator.java      |  26 +-
 .../duty/NewestSegmentFirstIterator.java           |  42 +--
 .../coordinator/duty/CompactSegmentsTest.java      |  17 +-
 19 files changed, 526 insertions(+), 281 deletions(-)
 copy core/src/test/java/org/apache/druid/timeline/partition/{SingleDimensionPartialShardSpecTest.java => AtomicUpdateGroupTest.java} (52%)


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