Skip to content

Comments

branch-4.0: [fix](S3)Downgrade the AWS SDK version to avoid impacting other S3-compatible services. #58566#58608

Merged
yiguolei merged 1 commit intobranch-4.0from
auto-pick-58566-branch-4.0
Dec 2, 2025
Merged

branch-4.0: [fix](S3)Downgrade the AWS SDK version to avoid impacting other S3-compatible services. #58566#58608
yiguolei merged 1 commit intobranch-4.0from
auto-pick-58566-branch-4.0

Conversation

@github-actions
Copy link
Contributor

@github-actions github-actions bot commented Dec 2, 2025

Cherry-picked from #58566

…mpatible services. (#58566)

…

This PR addresses an issue related to AWS SDK for Java v2 S3 client
behavior described in:
aws/aws-sdk-java-v2#5805

Starting from newer versions of the SDK, the S3 client introduces
unexpected behavior that causes our application to fail during normal S3
operations. Due to this problem, we were forced to downgrade aws-s3 from
the latest version to 2.29.x, which restored correct functionality. The
regression affects stability in our production environment and prevents
us from upgrading the SDK.

#57226
@github-actions github-actions bot requested a review from yiguolei as a code owner December 2, 2025 04:58
@hello-stephen
Copy link
Contributor

Thank you for your contribution to Apache Doris.
Don't know what should be done next? See How to process your PR.

Please clearly describe your PR:

  1. What problem was fixed (it's best to include specific error reporting information). How it was fixed.
  2. Which behaviors were modified. What was the previous behavior, what is it now, why was it modified, and what possible impacts might there be.
  3. What features were added. Why was this function added?
  4. Which code was refactored and why was this part of the code refactored?
  5. Which functions were optimized and what is the difference before and after the optimization?

@dataroaring dataroaring closed this Dec 2, 2025
@dataroaring dataroaring reopened this Dec 2, 2025
@hello-stephen
Copy link
Contributor

run buildall

@github-actions
Copy link
Contributor Author

github-actions bot commented Dec 2, 2025

PR approved by at least one committer and no changes requested.

@github-actions github-actions bot added approved Indicates a PR has been approved by one committer. reviewed labels Dec 2, 2025
@github-actions
Copy link
Contributor Author

github-actions bot commented Dec 2, 2025

PR approved by anyone and no changes requested.

@yiguolei yiguolei merged commit 3fed2e1 into branch-4.0 Dec 2, 2025
25 of 27 checks passed
@github-actions github-actions bot deleted the auto-pick-58566-branch-4.0 branch December 2, 2025 09:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

approved Indicates a PR has been approved by one committer. reviewed

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants