Kyle Weaver created BEAM-7176:
---------------------------------
Summary: Spark validatesPortableRunner test OOM
Key: BEAM-7176
URL: https://issues.apache.org/jira/browse/BEAM-7176
Project: Beam
Issue Type: Bug
Components: runner-spark
Reporter: Kyle Weaver
Assignee: Kyle Weaver
First ~50 tests run okay, and then this happens:
{{org.apache.beam.sdk.transforms.CombineTest$WindowingTests >
testGlobalCombineWithDefaultsAndTriggers FAILED}}
{{ java.lang.AssertionError at
[CombineTest.java:1209|http://combinetest.java:1209/]}}
{{org.apache.beam.sdk.transforms.CombineTest$WindowingTests >
testCombineGloballyLambda FAILED}}
{{ java.lang.RuntimeException at
[CombineTest.java:1391|http://combinetest.java:1391/]}}
{{ Caused by: java.lang.RuntimeException at
[CombineTest.java:1391|http://combinetest.java:1391/]}}
{{ Caused by: java.util.concurrent.ExecutionException at
[CombineTest.java:1391|http://combinetest.java:1391/]}}
{{ Caused by: java.lang.OutOfMemoryError}}
{{}}
....
Most subsequent tests OOM after that.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)