mwalenia commented on issue #10386: [BEAM-8972] Add Jenkins job with Combine test for portable Java URL: https://github.com/apache/beam/pull/10386#issuecomment-601617591 @mxm I'm guessing this: ``` 08:59:51 Exception in thread "main" java.lang.RuntimeException: java.util.concurrent.ExecutionException: java.lang.RuntimeException: The Runner experienced the following error during execution: 08:59:51 java.util.concurrent.TimeoutException: Heartbeat of TaskManager with id container_e01_1584690308819_0001_01_000002 timed out. 08:59:51 at org.apache.beam.runners.portability.JobServicePipelineResult.waitUntilFinish(JobServicePipelineResult.java:98) 08:59:51 at org.apache.beam.sdk.loadtests.LoadTest.run(LoadTest.java:99) 08:59:51 at org.apache.beam.sdk.loadtests.CombineLoadTest.run(CombineLoadTest.java:66) 08:59:51 at org.apache.beam.sdk.loadtests.CombineLoadTest.main(CombineLoadTest.java:169) 08:59:51 Caused by: java.util.concurrent.ExecutionException: java.lang.RuntimeException: The Runner experienced the following error during execution: 08:59:51 java.util.concurrent.TimeoutException: Heartbeat of TaskManager with id container_e01_1584690308819_0001_01_000002 timed out. 08:59:51 at java.util.concurrent.CompletableFuture.reportGet(CompletableFuture.java:357) 08:59:51 at java.util.concurrent.CompletableFuture.get(CompletableFuture.java:1928) 08:59:51 at org.apache.beam.runners.portability.JobServicePipelineResult.waitUntilFinish(JobServicePipelineResult.java:90) 08:59:51 ... 3 more 08:59:51 Caused by: java.lang.RuntimeException: The Runner experienced the following error during execution: 08:59:51 java.util.concurrent.TimeoutException: Heartbeat of TaskManager with id container_e01_1584690308819_0001_01_000002 timed out. 08:59:51 at org.apache.beam.runners.portability.JobServicePipelineResult.propagateErrors(JobServicePipelineResult.java:165) 08:59:51 at org.apache.beam.runners.portability.JobServicePipelineResult.waitUntilFinish(JobServicePipelineResult.java:110) 08:59:51 at java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1604) 08:59:51 at java.util.concurrent.CompletableFuture$AsyncSupply.exec(CompletableFuture.java:1596) 08:59:51 at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289) 08:59:51 at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056) 08:59:51 at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692) 08:59:51 at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157) 08:59:51 08:59:51 > Task :sdks:java:testing:load-tests:run FAILED ``` is too little to diagnose anything. How can I find more logs from the failure? I can launch my own Flink cluster, but I'm not sure how to gather logs from TaskManagers.
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
