You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@druid.apache.org by hi...@apache.org on 2019/12/03 17:47:16 UTC

[incubator-druid] branch master updated (b4efaa6 -> 187cf0d)

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

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


    from b4efaa6  unexclude necessary jackson mapper-asl jars (#8977)
     add 187cf0d  [Improvement] historical fast restart by lazy load columns metadata(20X faster) (#6988)

No new revisions were added by this update.

Summary of changes:
 docs/configuration/index.md                        |   1 +
 .../indexing/common/task/CompactionTaskTest.java   |  17 ++-
 .../AbstractMultiPhaseParallelIndexingTest.java    |   2 +-
 .../java/org/apache/druid/segment/IndexIO.java     | 131 ++++++++++++++-------
 .../apache/druid/segment/SimpleQueryableIndex.java |  55 +++++----
 .../MMappedQueryableSegmentizerFactory.java        |   4 +-
 .../druid/segment/loading/SegmentizerFactory.java  |   2 +-
 .../druid/segment/loading/SegmentLoader.java       |   2 +-
 .../druid/segment/loading/SegmentLoaderConfig.java |   8 ++
 .../loading/SegmentLoaderLocalCacheManager.java    |   4 +-
 .../org/apache/druid/server/SegmentManager.java    |  10 +-
 .../coordination/SegmentLoadDropHandler.java       |   8 +-
 .../segment/loading/CacheTestSegmentLoader.java    |   2 +-
 .../apache/druid/server/SegmentManagerTest.java    |  28 ++---
 .../server/SegmentManagerThreadSafetyTest.java     |   6 +-
 .../server/coordination/ServerManagerTest.java     |   5 +-
 16 files changed, 179 insertions(+), 106 deletions(-)


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