Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HADOOP-17811: ABFS ExponentialRetryPolicy doesn't pick up configuration values #3221

Merged
merged 4 commits into from
Jul 28, 2021

Commits on Jul 21, 2021

  1. HADOOP-17811: Configure ExponentialRetryPolicy

    Allow ExponentialRetryPolicy to be fully configured from the hadoop
    configuration. Properties are already defined for this, so ensure that
    they are passed along when the retry policy is constructed and that
    documentation has been updated.
    brianloss committed Jul 21, 2021
    Configuration menu
    Copy the full SHA
    1b65fd3 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2021

  1. Fix spotbugs/checkstyle issues

    * Add spotbugs exclusion for IS2_INCONSISTENT_SYNC on
      NativeAzureFsInputStream.in to fix errant bug trigger introduced in
      PR apache#3149.
    * Refactor TestExponentialRetryPolicy to use a variable with the value
      offset rather than hard-coded numbers in order to satisfy checkstyle.
    brianloss committed Jul 22, 2021
    Configuration menu
    Copy the full SHA
    2e746c9 View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2021

  1. Configuration menu
    Copy the full SHA
    cc766d3 View commit details
    Browse the repository at this point in the history
  2. HADOOP-17811: Implement PR feedback

    * Update doc formatting as requested to include backticks on class name
    * Fix some spelling errors in testing_azure.md
    * Add assertion failure messages for new test case
    brianloss committed Jul 27, 2021
    Configuration menu
    Copy the full SHA
    6fa0597 View commit details
    Browse the repository at this point in the history