This is an automated email from the ASF dual-hosted git repository. xiangfu pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-pinot.git.
from 73d2839 Merge common APIs for Dictionary (#6176) add 5577e87 Add table level lock for segment upload (#6165) No new revisions were added by this update. Summary of changes: .../pinot/common/utils/helix/HelixHelper.java | 3 +- .../helix/core/PinotHelixResourceManager.java | 45 ++++++++++++++-------- ...etryPolicy.java => RandomDelayRetryPolicy.java} | 20 +++++++--- .../pinot/spi/utils/retry/RetryPolicies.java | 12 ++++++ .../pinot/spi/utils/retry/RetryPolicyTest.java | 32 +++++++++++++++ 5 files changed, 88 insertions(+), 24 deletions(-) copy pinot-spi/src/main/java/org/apache/pinot/spi/utils/retry/{FixedDelayRetryPolicy.java => RandomDelayRetryPolicy.java} (58%) --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For additional commands, e-mail: commits-h...@pinot.apache.org