You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@druid.apache.org by cw...@apache.org on 2019/11/22 11:47:15 UTC

[incubator-druid] branch master updated (934547a -> 9955107)

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

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


    from 934547a  RetryingInputEntity to retry on transient errors (#8923)
     add 9955107  RandomLocationSelectorStrategy to Choose an available disk(location) to store a segment. With unit tests. (#8461)

No new revisions were added by this update.

Summary of changes:
 docs/configuration/index.md                        |   2 +-
 ... => RandomStorageLocationSelectorStrategy.java} |  26 ++---
 .../loading/StorageLocationSelectorStrategy.java   |   3 +-
 .../SegmentLoaderLocalCacheManagerTest.java        | 105 +++++++++++++++++++++
 .../StorageLocationSelectorStrategyTest.java       |  29 ++++++
 5 files changed, 146 insertions(+), 19 deletions(-)
 copy server/src/main/java/org/apache/druid/segment/loading/{LeastBytesUsedStorageLocationSelectorStrategy.java => RandomStorageLocationSelectorStrategy.java} (60%)


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