-
Notifications
You must be signed in to change notification settings - Fork 4.5k
[BEAM-8889]add experiment flag use_grpc_for_gcs #11183
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
Conversation
vnorigoog
left a comment
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.
R: chamikaramj, veblush
|
Retest this please |
|
LGTM. Thanks. |
|
Run Java PreCommit |
|
Run Java PreCommit |
3 similar comments
|
Run Java PreCommit |
|
Run Java PreCommit |
|
Run Java PreCommit |
|
It looks like spotbugs is failing in the Java PreCommit with: |
…nto experiment-flag
…nto experiment-flag
|
That is a real problem.
unused variable "gcsOptions"
Thanks, Luke.
could you please issue "Run Java PreCommit" again.
I am trying to understand
1. why local build didn't show this error when spotbugs ran on it.
2. why didn't I see this error on github you saw. I should have. I wonder
if I didn't look in the right place. not happy with myself
…On Tue, Mar 31, 2020 at 4:50 PM Lukasz Cwik ***@***.***> wrote:
It looks like spotbugs is failing in the Java PreCommit with:
Dead store to gcsOptions in org.apache.beam.sdk.extensions.gcp.util.GcsUtil$GcsUtilFactory.create(PipelineOptions, Storage, HttpRequestInitializer, ExecutorService, Integer)
Bug type DLS_DEAD_LOCAL_STORE (click for details)
In class org.apache.beam.sdk.extensions.gcp.util.GcsUtil$GcsUtilFactory
In method org.apache.beam.sdk.extensions.gcp.util.GcsUtil$GcsUtilFactory.create(PipelineOptions, Storage, HttpRequestInitializer, ExecutorService, Integer)
Local variable named gcsOptions
At GcsUtil.java:[line 115]
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#11183 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/ALRAMQU6NKEJDI3ZY46PCHTRKJ6T3ANCNFSM4LQRRJQQ>
.
|
|
retest this please |
|
Did you run Also, I had to run the command locally after checking out your PR since the full error log in Jenkins points to a local file on the Jenkins host which isn't accessible. |
|
On Tue, Mar 31, 2020 at 7:09 PM Lukasz Cwik ***@***.***> wrote:
Did you run check task of the gradle project to cover
spotbugs/checkstyle/unit tests/... since test only covers testing.
I didn't.
that explains the step I am missing.
thanks
… Also, I had to run the command locally after checking out your PR since
the full error log in Jenkins points to a local file on the Jenkins host
which isn't accessible.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#11183 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/ALRAMQQEUEJMWXLAJ5U2JHTRKKO55ANCNFSM4LQRRJQQ>
.
|
|
Run JavaPortabilityApi PreCommit |
2 similar comments
|
Run JavaPortabilityApi PreCommit |
|
Run JavaPortabilityApi PreCommit |
|
New failure seems to be unrelated. |
|
Run JavaPortabilityApi PreCommit |
1 similar comment
|
Run JavaPortabilityApi PreCommit |
Previously, using grpc channel for GCS was controlled by an API change.
Changing that to an experiment, so that there is no need to introduce an API change.
That API change is not in use by anone yet because the underlying change in GCS library to use grpc is not yet public and hence there is no one yet using the new API.
Thank you for your contribution! Follow this checklist to help us incorporate your contribution quickly and easily:
R: @username).[BEAM-XXX] Fixes bug in ApproximateQuantiles, where you replaceBEAM-XXXwith the appropriate JIRA issue, if applicable. This will automatically link the pull request to the issue.CHANGES.mdwith noteworthy changes.See the Contributor Guide for more tips on how to make review process smoother.
Post-Commit Tests Status (on master branch)
Pre-Commit Tests Status (on master branch)
See .test-infra/jenkins/README for trigger phrase, status and link of all Jenkins jobs.