[
https://issues.apache.org/jira/browse/BEAM-8972?focusedWorklogId=406965&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-406965
]
ASF GitHub Bot logged work on BEAM-8972:
----------------------------------------
Author: ASF GitHub Bot
Created on: 20/Mar/20 09:58
Start Date: 20/Mar/20 09:58
Worklog Time Spent: 10m
Work Description: 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]
Issue Time Tracking
-------------------
Worklog Id: (was: 406965)
Time Spent: 32.5h (was: 32h 20m)
> Add a Jenkins job running Combine load test on Java with Flink in Portability
> mode
> ----------------------------------------------------------------------------------
>
> Key: BEAM-8972
> URL: https://issues.apache.org/jira/browse/BEAM-8972
> Project: Beam
> Issue Type: Improvement
> Components: testing
> Reporter: Michał Walenia
> Assignee: Michał Walenia
> Priority: Minor
> Time Spent: 32.5h
> Remaining Estimate: 0h
>
--
This message was sent by Atlassian Jira
(v8.3.4#803005)