Uh oh!
There was an error while loading. Please reload this page.
[SPARK-36583][BUILD] Upgrade Apache commons-pool2 from 2.6.2 to 2.11.1 - #33831
Closed
LuciferYang wants to merge 1 commit into
Closed
[SPARK-36583][BUILD] Upgrade Apache commons-pool2 from 2.6.2 to 2.11.1#33831LuciferYang wants to merge 1 commit into
LuciferYang wants to merge 1 commit into
Conversation
SparkQA
commented
Aug 25, 2021
Kubernetes integration test starting |
SparkQA
commented
Aug 25, 2021
Kubernetes integration test status failure |
SparkQA
commented
Aug 25, 2021
Test build #142760 has finished for PR 33831 at commit
|
HyukjinKwon
commented
Aug 26, 2021
Member
Can you retrigger https://github.com/LuciferYang/spark/runs/3420201779 please? |
HyukjinKwon
commented
Aug 27, 2021
Member
cc @HeartSaVioR FYI |
srowen
approved these changes
Aug 28, 2021
viirya
approved these changes
Aug 28, 2021
viirya
commented
Aug 28, 2021
Member
HyukjinKwon
approved these changes
Aug 29, 2021
HyukjinKwon
commented
Aug 29, 2021
Member
Merged to master. |
dongjoon-hyun
commented
Aug 29, 2021
Member
+1, late LGTM. |
HeartSaVioR
commented
Aug 29, 2021
Contributor
Late +1, thanks! |
LuciferYang
commented
Aug 30, 2021
ContributorAuthor
Thanks all ~ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What changes were proposed in this pull request?
This pr upgrade Apache
commons-pool2from2.6.2to2.11.1,2.11.1is a Java 8 build version and2.6.2is still a Java 7 build version.Why are the changes needed?
Bring some bug fix like
DefaultPooledObject.getIdleTime() drops nanoseconds on Java 9 and greaterOther changes: RELEASE-NOTES
Does this PR introduce any user-facing change?
No
How was this patch tested?
Pass the Jenkins or GitHub Action