Abacn commented on issue #32949:
URL: https://github.com/apache/beam/issues/32949#issuecomment-3402928077
It is flink 1.19 tests failing altogether
```
1 out of 3 runs failed: extractFromValuesWhenValueTimestampedLaterSucceeds
(org.apache.beam.sdk.transforms.ReifyTimestampsTest)
runners/flink/1.19/build/test-results/validatesRunnerBatch/TEST-org.apache.beam.sdk.transforms.ReifyTimestampsTest.xml
[took 1s]
org.apache.beam.sdk.Pipeline$PipelineExecutionException:
java.lang.IllegalThreadStateException
at
org.apache.beam.runners.flink.TestFlinkRunner.run(TestFlinkRunner.java:75)
at org.apache.beam.sdk.Pipeline.run(Pipeline.java:325)
at org.apache.beam.sdk.testing.TestPipeline.run(TestPipeline.java:442)
...
Caused by: java.lang.IllegalThreadStateException
at java.lang.ThreadGroup.addUnstarted(ThreadGroup.java:867)
at java.lang.Thread.init(Thread.java:407)
at java.lang.Thread.init(Thread.java:351)
at java.lang.Thread.<init>(Thread.java:601)
at org.apache.flink.runtime.taskmanager.Task.<init>(Task.java:437)
at
org.apache.flink.runtime.taskexecutor.TaskExecutor.submitTask(TaskExecutor.java:821)
at sun.reflect.GeneratedMethodAccessor49.invoke(Unknown Source)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
```
likely due to a race for in-memory flink jobs. Remove the milestone for now
since Java8 is deprecated
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]