-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
[fix][broker] upgrade jclouds 2.5.0 -> 2.6.0 #22220
Conversation
@pgier Please add the following content to your PR description and select a checkbox:
|
Hmm, I guess this PR was premature, 2.6.0 has only released an RC but not the final release yet. I'll leave this open for when they do release 2.6.0. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Here's the vote thread: https://lists.apache.org/thread/47zpc6sqjhmwwsrvtl1kz5mmjjxk12hm
It looks like once Andrew votes it will pass and the release will happen.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
@dao-jun it seems that there are failures after upgrading to 2.6.0 and closing and reopening to get the latest master changes won't make a difference. |
It seems that there is some work to do, I am seeing these errors on CI:
|
@pgier do you have a chance to check the test failures and fix them? thanks |
5dfd0b0
to
a31e415
Compare
a31e415
to
8bdb24c
Compare
Looks like jclouds upgrade requires a gson upgrade. |
Please help resolve these failures, |
Since I upgraded guice to 7.0.0, seems still cannot fix these failures |
@dao-jun It should be possible to set the versions specificly to pulsar/pulsar-io/alluxio/pom.xml Lines 86 to 108 in 37d88b8
|
@pgier @dave2wave This has been merged to master branch now. do you have a chance to run some tests with the changes to see if it really fixes the issues with >2GB on GCP? |
@pgier @dave2wave This has been merged to master branch. do you have a chance to run some tests with the changes to see if it really fixes the issues with >2GB on GCP? |
@lhotari Thanks for fixing this. We should be able to test it, but maybe not for a couple more weeks. |
Co-authored-by: 道君 <[email protected]> Co-authored-by: Lari Hotari <[email protected]> (cherry picked from commit 73dc213)
Co-authored-by: 道君 <[email protected]> Co-authored-by: Lari Hotari <[email protected]> (cherry picked from commit 73dc213)
Co-authored-by: 道君 <[email protected]> Co-authored-by: Lari Hotari <[email protected]> (cherry picked from commit 73dc213)
@pgier do you have any test results to share about JClouds 2.6.0 ? I'm thinking of cherry-picking to maintenance branches after there's more confirmation that JClouds 2.6.0 works well with Pulsar. /cc @dave2wave @eolivelli @nicoloboschi |
@lhotari With the above fix I tried testing GCS offloader with ledgers of size >= 2.5gb. I'm still facing the same error
I have also written a simple code using Jclouds 2.6.0 to upload a large file of size 3gb to GCS bucket, it has uploaded successfully. |
@nikhil-ctds Do you have a chance to rerun the test with |
@nikhil-ctds I created #22554 that changes the default value of |
@lhotari I have tested with |
Co-authored-by: 道君 <[email protected]> Co-authored-by: Lari Hotari <[email protected]> (cherry picked from commit 73dc213)
Co-authored-by: 道君 <[email protected]> Co-authored-by: Lari Hotari <[email protected]> (cherry picked from commit 73dc213)
Co-authored-by: 道君 <[email protected]> Co-authored-by: Lari Hotari <[email protected]> (cherry picked from commit 73dc213)
Co-authored-by: 道君 <[email protected]> Co-authored-by: Lari Hotari <[email protected]> (cherry picked from commit 73dc213) (cherry picked from commit fc136e8)
Upgrade jclouds to fix offload issue on GCP clusters.
Fixes #15159
Does this pull request potentially affect one of the following parts:
If the box was checked, please highlight the changes
Documentation
doc
doc-required
doc-not-needed
doc-complete
Matching PR in forked repository
PR in forked repository: pgier#11