You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pinot.apache.org by xi...@apache.org on 2020/10/23 03:50:15 UTC

[incubator-pinot] branch add_table_lock_for_segment_upload updated (7a10126 -> 6d910f9)

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

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


    from 7a10126  Address comments
     add 6d910f9  Using random delay policy

No new revisions were added by this update.

Summary of changes:
 .../pinot/common/utils/helix/HelixHelper.java      |  2 +-
 .../helix/core/PinotHelixResourceManager.java      |  2 +-
 ...etryPolicy.java => RandomDelayRetryPolicy.java} | 18 +++++++++---
 .../pinot/spi/utils/retry/RetryPolicies.java       | 12 ++++++++
 .../pinot/spi/utils/retry/RetryPolicyTest.java     | 32 ++++++++++++++++++++++
 5 files changed, 60 insertions(+), 6 deletions(-)
 copy pinot-spi/src/main/java/org/apache/pinot/spi/utils/retry/{NoDelayRetryPolicy.java => RandomDelayRetryPolicy.java} (58%)


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