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

[SPARK-51133][BUILD] Upgrade Apache commons-pool2 to 2.12.1 #49856

Closed
wants to merge 1 commit into from

Conversation

wayneguow
Copy link
Contributor

What changes were proposed in this pull request?

This PR aims to upgrade Apache commons-pool2 from 2.12.0 to 2.12.1.

Why are the changes needed?

There are some bug fixes in version 2.12.1:

  • The maximum wait time for GenericObjectPool.borrowObject(*) may exceed expectations due to a spurious thread wakeup. Fixes POOL-418.
  • GenericObjectPool.borrowObject(Duration) doesn't obey its borrowMaxWait Duration argument when the argument is different from GenericObjectPool.getMaxWaitDuration().

Full changes: https://commons.apache.org/proper/commons-pool/changes.html#a2.12.1

Does this PR introduce any user-facing change?

No.

How was this patch tested?

Pass GA.

Was this patch authored or co-authored using generative AI tooling?

No.

@github-actions github-actions bot added the BUILD label Feb 8, 2025
@LuciferYang
Copy link
Contributor

Merged into master. Thanks @wayneguow

@wayneguow wayneguow deleted the commons-pool2 branch February 11, 2025 04:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants