Skip to content

Update the default retry strategy to standard from legacy #6294

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

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

joviegas
Copy link
Contributor

@joviegas joviegas commented Jul 23, 2025

Motivation and Context

This change updates the default retry strategy from LEGACY to STANDARD mode as part of modernizing AWS SDK defaults. This aligns with the AWS blog post "Modernizing the default retry strategy" which recommends moving to the STANDARD retry mode for improved reliability and performance.

Modifications

  • Core Change: Updated SDK_DEFAULT_RETRY_MODE from LEGACY to STANDARD in RetryMode.java

Testing

Updated tests to reflect the default change from LEGACY to STANDARD retry mode:

Screenshots (if appropriate)

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)

License

  • I confirm that this pull request can be released under the Apache 2 license

@joviegas joviegas requested a review from a team as a code owner July 23, 2025 21:36
@joviegas joviegas force-pushed the joviegas/standard_rerty_default branch from 752df9c to 444d09e Compare July 23, 2025 21:37
@joviegas joviegas added the no-api-surface-area-change Indicate there is no API surface area change and thus API surface area review is not required label Jul 23, 2025
Copy link

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
no-api-surface-area-change Indicate there is no API surface area change and thus API surface area review is not required
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants