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

[BEAM-6720] Cherry Pick PR 7911 - Add binary compatibility adapters for ProcessFunction #7917

Merged
merged 1 commit into from Feb 21, 2019

Conversation

aaltay
Copy link
Member

@aaltay aaltay commented Feb 21, 2019

[BEAM-6720] Add binary compatibility adapters for ProcessFunction/InferableFunction overloads

Please add a meaningful description for your change here


Thank you for your contribution! Follow this checklist to help us incorporate your contribution quickly and easily:

  • Choose reviewer(s) and mention them in a comment (R: @username).
  • Format the pull request title like [BEAM-XXX] Fixes bug in ApproximateQuantiles, where you replace BEAM-XXX with the appropriate JIRA issue, if applicable. This will automatically link the pull request to the issue.
  • If this contribution is large, please file an Apache Individual Contributor License Agreement.

Post-Commit Tests Status (on master branch)

Lang SDK Apex Dataflow Flink Gearpump Samza Spark
Go Build Status --- --- --- --- --- ---
Java Build Status Build Status Build Status Build Status
Build Status
Build Status
Build Status Build Status Build Status
Python Build Status --- Build Status
Build Status
Build Status --- --- ---

See .test-infra/jenkins/README for trigger phrase, status and link of all Jenkins jobs.

@aaltay
Copy link
Member Author

aaltay commented Feb 21, 2019

Run Java_Examples_Dataflow PreCommit

@aaltay
Copy link
Member Author

aaltay commented Feb 21, 2019

Test is failing with an infra error: "Caused by: java.lang.OutOfMemoryError: unable to create new native thread"

@aaltay
Copy link
Member Author

aaltay commented Feb 21, 2019

Run Java_Examples_Dataflow PreCommit

1 similar comment
@aaltay
Copy link
Member Author

aaltay commented Feb 21, 2019

Run Java_Examples_Dataflow PreCommit

@aaltay
Copy link
Member Author

aaltay commented Feb 21, 2019

cc: @alanmyrvold
"Java_Examples_Dataflow" suite is persistently failing with an OOM:

10:12:12 > Task :beam-runners-google-cloud-dataflow-java-examples:preCommitLegacyWorker FAILED
10:12:12 Could not stop org.gradle.internal.actor.internal.DefaultActorFactory$NonBlockingActor@44a006c3.
10:12:12 org.gradle.internal.dispatch.DispatchException: Could not dispatch message [MethodInvocation method: processTestClass(DefaultTestClassRunInfo(org.apache.beam.examples.WordCountIT))].
10:12:12 at org.gradle.internal.dispatch.ExceptionTrackingFailureHandler.dispatchFailed(ExceptionTrackingFailureHandler.java:34)
10:12:12 at org.gradle.internal.dispatch.FailureHandlingDispatch.dispatch(FailureHandlingDispatch.java:31)
10:12:12 at org.gradle.internal.dispatch.AsyncDispatch.dispatchMessages(AsyncDispatch.java:87)
10:12:12 at org.gradle.internal.dispatch.AsyncDispatch.access$000(AsyncDispatch.java:36)
10:12:12 at org.gradle.internal.dispatch.AsyncDispatch$1.run(AsyncDispatch.java:71)
10:12:12 at org.gradle.internal.concurrent.InterruptibleRunnable.run(InterruptibleRunnable.java:42)
10:12:12 at org.gradle.internal.operations.CurrentBuildOperationPreservingRunnable.run(CurrentBuildOperationPreservingRunnable.java:42)
10:12:12 at org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.onExecute(ExecutorPolicy.java:63)
10:12:12 at org.gradle.internal.concurrent.ManagedExecutorImpl$1.run(ManagedExecutorImpl.java:46)
10:12:12 at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
10:12:12 at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
10:12:12 at org.gradle.internal.concurrent.ThreadFactoryImpl$ManagedThreadRunnable.run(ThreadFactoryImpl.java:55)
10:12:12 at java.lang.Thread.run(Thread.java:748)
10:12:12 Caused by: org.gradle.process.internal.ExecException: A problem occurred waiting for process 'Gradle Test Executor 2' to complete.
10:12:12 at org.gradle.process.internal.DefaultExecHandle.execExceptionFor(DefaultExecHandle.java:232)
10:12:12 at org.gradle.process.internal.DefaultExecHandle.setEndStateInfo(DefaultExecHandle.java:209)
10:12:12 at org.gradle.process.internal.DefaultExecHandle.failed(DefaultExecHandle.java:356)
10:12:12 at org.gradle.process.internal.ExecHandleRunner.run(ExecHandleRunner.java:86)
10:12:12 ... 7 more
10:12:12 Caused by: java.lang.OutOfMemoryError: unable to create new native thread
10:12:12 at java.lang.Thread.start0(Native Method)
10:12:12 at java.lang.Thread.start(Thread.java:717)
10:12:12 at java.util.concurrent.ThreadPoolExecutor.addWorker(ThreadPoolExecutor.java:957)
10:12:12 at java.util.concurrent.ThreadPoolExecutor.execute(ThreadPoolExecutor.java:1378)
10:12:12 at org.gradle.internal.concurrent.ManagedExecutorImpl.execute(ManagedExecutorImpl.java:38)
10:12:12 at org.gradle.process.internal.streams.ForwardStdinStreamsHandler.start(ForwardStdinStreamsHandler.java:56)
10:12:12 at org.gradle.process.internal.DefaultExecHandle$CompositeStreamsHandler.start(DefaultExecHandle.java:423)
10:12:12 at org.gradle.process.internal.ExecHandleRunner.run(ExecHandleRunner.java:75)
10:12:12 ... 7 more

@alanmyrvold
Copy link
Member

https://builds.apache.org/job/beam_PreCommit_Java_Examples_Dataflow_Phrase/ seems to be consistently failing on beam1.

@alanmyrvold
Copy link
Member

@aaltay
Copy link
Member Author

aaltay commented Feb 21, 2019

Thank you @alanmyrvold

@kennknowles for the purposes of this PR, I think we can ignore the results of the example tests. Same test passed in the original PR.

@aaltay aaltay merged commit c34ed7e into apache:release-2.11.0 Feb 21, 2019
@aaltay aaltay deleted the origin/release-2.11.0 branch December 20, 2022 16:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants