You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pinot.apache.org by jl...@apache.org on 2023/05/25 00:08:56 UTC

[pinot] branch master updated (c4ee122df5 -> f3a07dfdd2)

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

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


    from c4ee122df5 Allow env var substibution for Pinot configs (#10785)
     add f3a07dfdd2 Redefine the semantics of SEGMENT_STREAMED_DOWNLOAD_UNTAR_FAILURES metric to count individual segment fetch failures. (#10777)

No new revisions were added by this update.

Summary of changes:
 .../apache/pinot/common/metrics/ServerMeter.java   |  3 +-
 .../common/utils/fetcher/BaseSegmentFetcher.java   |  4 +-
 .../common/utils/fetcher/HttpSegmentFetcher.java   | 89 +++++++++++++---------
 .../pinot/common/utils/fetcher/SegmentFetcher.java |  3 +-
 .../utils/fetcher/SegmentFetcherFactory.java       | 12 ++-
 .../utils/fetcher/SegmentFetcherFactoryTest.java   |  4 +-
 .../core/data/manager/BaseTableDataManager.java    | 22 ++++--
 .../spi/utils/retry/AttemptsExceededException.java | 11 +++
 .../pinot/spi/utils/retry/BaseRetryPolicy.java     | 10 +--
 .../utils/retry/RetriableOperationException.java   | 11 +++
 .../apache/pinot/spi/utils/retry/RetryPolicy.java  |  3 +-
 .../pinot/spi/utils/retry/RetryPolicyTest.java     | 13 ++++
 12 files changed, 127 insertions(+), 58 deletions(-)


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