You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pinot.apache.org by sn...@apache.org on 2020/07/31 04:02:19 UTC

[incubator-pinot] branch master updated (0fc0811 -> 2c0b999)

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

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


    from 0fc0811  add user info in url to auth header in HTTP getDownloadFileRequest (#5772)
     add 2c0b999  Add segment lineage based segment selector (#5728)

No new revisions were added by this update.

Summary of changes:
 .../pinot/broker/routing/RoutingManager.java       | 30 ++++---
 .../SegmentLineageBasedSegmentPreSelector.java     | 61 ++++++++++++++
 ...electorFactory.java => SegmentPreSelector.java} | 30 ++++---
 ...Factory.java => SegmentPreSelectorFactory.java} | 18 ++--
 .../segmentselector/SegmentPreSelectorTest.java    | 98 ++++++++++++++++++++++
 5 files changed, 205 insertions(+), 32 deletions(-)
 create mode 100644 pinot-broker/src/main/java/org/apache/pinot/broker/routing/segmentselector/SegmentLineageBasedSegmentPreSelector.java
 copy pinot-broker/src/main/java/org/apache/pinot/broker/routing/segmentselector/{SegmentSelectorFactory.java => SegmentPreSelector.java} (60%)
 copy pinot-broker/src/main/java/org/apache/pinot/broker/routing/segmentselector/{SegmentSelectorFactory.java => SegmentPreSelectorFactory.java} (67%)
 create mode 100644 pinot-broker/src/test/java/org/apache/pinot/broker/routing/segmentselector/SegmentPreSelectorTest.java


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