Uh oh!
There was an error while loading. Please reload this page.
[SPARK-31655][BUILD][3.0] Upgrade snappy-java to 1.1.7.5 - #28509
[SPARK-31655][BUILD][3.0] Upgrade snappy-java to 1.1.7.5#28509AngersZhuuuu wants to merge 1 commit into
Conversation
SparkQA
commented
May 12, 2020
Test build #122532 has finished for PR 28509 at commit
|
dongjoon-hyun
commented
May 12, 2020
BTW, currently, Jenkins jobs seems to be broken due to some outside issues. |
AngersZhuuuu
commented
May 12, 2020
No wonder this strange mistake |
AngersZhuuuu
commented
May 12, 2020
retest this please |
SparkQA
commented
May 12, 2020
Test build #122542 has finished for PR 28509 at commit
|
srowen
commented
May 12, 2020
This needs to go into master first, right? |
AngersZhuuuu
commented
May 12, 2020
Has been merged into master Backport to 2.4 & 3.0 now. Seems jenkins have some problem |
srowen
commented
May 12, 2020
Does test-dependencies.sh pass locally? I don't see any clear output here. |
AngersZhuuuu
commented
May 12, 2020
Yeah, in local can pass it. |
dongjoon-hyun
commented
May 12, 2020
Retest this please. |
SparkQA
commented
May 12, 2020
Test build #122556 has finished for PR 28509 at commit
|
Do you know what happened? seems in master mvn is different from branch-3.0 and branch-2.4 In master's succes build In branch 3.0 failed build in Branch-2.4 failed build |
AngersZhuuuu
commented
May 13, 2020
In auto check, |
There is a network outage in the Jenkins farm. |
AngersZhuuuu
commented
May 14, 2020
retest this please |
SparkQA
commented
May 14, 2020
Test build #122602 has finished for PR 28509 at commit
|
dongjoon-hyun
commented
May 14, 2020
FYI, the dependency failure will be fixed by the following. |
dongjoon-hyun
commented
May 15, 2020
Retest this please. |
SparkQA
commented
May 15, 2020
Test build #122652 has finished for PR 28509 at commit
|
maropu
commented
May 15, 2020
retest this please |
SparkQA
commented
May 15, 2020
Test build #122655 has finished for PR 28509 at commit
|
AngersZhuuuu
commented
May 16, 2020
retest this please |
SparkQA
commented
May 16, 2020
Test build #122725 has finished for PR 28509 at commit
|
AngersZhuuuu
commented
May 16, 2020
@dongjoon-hyun Seems something still wrong, missing something on branch-3.0? |
dongjoon-hyun
commented
May 16, 2020
Yes. |
dongjoon-hyun
commented
May 16, 2020
BTW, the previous failed UT, |
dongjoon-hyun
commented
May 16, 2020
Retest this please |
srowen
commented
May 16, 2020
Hm, I wonder if |
dongjoon-hyun
commented
May 16, 2020
Thank you for the tip. Yes. It's possible, but in a shared cluster, is it okay to purge it by one Maven job while the other Maven jobs are working? Maybe, we can enforce it at the specific single machine by recognizing the machine name because the machine seems to fail already always in any way. |
srowen
commented
May 16, 2020
Hm, not sure. I think it's thread-safe. At least, if it doesn't work at all now, can't be much worse. This would not be merged, just a one-time thing. |
dongjoon-hyun
commented
May 16, 2020
Got it. I'll try to make a PR to purge it. |
SparkQA
commented
May 16, 2020
Test build #122728 has finished for PR 28509 at commit
|
### What changes were proposed in this pull request? snappy-java have release v1.1.7.5, upgrade to latest version. Fixed in v1.1.7.4 - Caching internal buffers for SnappyFramed streams #234 - Fixed the native lib for ppc64le to work with glibc 2.17 (Previously it depended on 2.22) Fixed in v1.1.7.5 - Fixes java.lang.NoClassDefFoundError: org/xerial/snappy/pool/DefaultPoolFactory in 1.1.7.4 xerial/snappy-java@1.1.7.3...1.1.7.5 v 1.1.7.5 release note: xerial/snappy-java@edc4ec2 ### Why are the changes needed? Fix bug ### Does this PR introduce _any_ user-facing change? No ### How was this patch tested? No need Closes#28509 from AngersZhuuuu/SPARK-31655-3.0. Authored-by: angerszhu <angers.zhu@gmail.com> Signed-off-by: Dongjoon Hyun <dongjoon@apache.org>
What changes were proposed in this pull request?
snappy-java have release v1.1.7.5, upgrade to latest version.
Fixed in v1.1.7.4
Fixed in v1.1.7.5
xerial/snappy-java@1.1.7.3...1.1.7.5
v 1.1.7.5 release note:
xerial/snappy-java@edc4ec2
Why are the changes needed?
Fix bug
Does this PR introduce any user-facing change?
No
How was this patch tested?
No need