You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pinot.apache.org by mc...@apache.org on 2020/07/03 00:25:17 UTC

[incubator-pinot] branch master updated (4d37dee -> 8af7d38)

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

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


    from 4d37dee  Added direnv config file to gitignore (#5644)
     add 8af7d38  [Part 4] Deep-store bypass for LLC: Add a peer to peer segment fetcher. (#5336)

No new revisions were added by this update.

Summary of changes:
 .../broker/broker/BrokerAdminApiApplication.java   |   3 +-
 .../apache/pinot/common/utils/CommonConstants.java |   2 +
 .../common/utils/FileUploadDownloadClient.java     |   4 +-
 .../org/apache/pinot/common/utils/SchemaUtils.java |   6 +-
 .../common/utils/config/TableConfigUtils.java      |   7 +-
 .../common/utils/fetcher/BaseSegmentFetcher.java   |  22 ++++
 .../pinot/common/utils/fetcher/SegmentFetcher.java |   7 ++
 .../utils/fetcher/SegmentFetcherFactory.java       |  11 +-
 .../common/utils/webhdfs/WebHdfsV1Client.java      |   3 +-
 .../common/utils/config/TableConfigSerDeTest.java  |  11 +-
 .../utils/fetcher/SegmentFetcherFactoryTest.java   |  12 ++-
 .../apache/pinot/controller/ControllerConf.java    |   7 +-
 .../apache/pinot/controller/ControllerStarter.java |   2 +-
 .../api/ControllerAdminApiApplication.java         |  21 ++--
 .../core/data/manager/BaseTableDataManager.java    |   5 +-
 .../pinot/core/data/manager/TableDataManager.java  |   3 +-
 .../manager/offline/TableDataManagerProvider.java  |   5 +-
 .../realtime/LLRealtimeSegmentDataManager.java     |   2 +-
 .../manager/realtime/RealtimeTableDataManager.java |  83 +++++++++++++--
 .../pinot/core/util/PeerServerSegmentFinder.java   | 104 ++++++++++++++++++
 .../ServerSegmentCompletionProtocolHandler.java    |   4 +-
 .../data/manager/BaseTableDataManagerTest.java     |   4 +-
 .../SegmentGenerationWithNullValueVectorTest.java  |   3 +-
 .../core/util/PeerServerSegmentFinderTest.java     | 117 +++++++++++++++++++++
 .../pinot/query/executor/QueryExecutorTest.java    |   3 +-
 .../org/apache/pinot/minion/MinionStarter.java     |   3 +-
 .../server/starter/helix/AdminApiApplication.java  |   3 +-
 .../starter/helix/HelixInstanceDataManager.java    |   2 +-
 .../apache/pinot/server/api/BaseResourceTest.java  |   3 +-
 .../pinot/tools/perf/PerfBenchmarkDriver.java      |   2 +-
 .../PinotServiceManagerAdminApiApplication.java    |   3 +-
 31 files changed, 402 insertions(+), 65 deletions(-)
 create mode 100644 pinot-core/src/main/java/org/apache/pinot/core/util/PeerServerSegmentFinder.java
 create mode 100644 pinot-core/src/test/java/org/apache/pinot/core/util/PeerServerSegmentFinderTest.java


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