You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Till Rohrmann (JIRA)" <ji...@apache.org> on 2019/05/13 14:27:00 UTC

[jira] [Resolved] (FLINK-12164) JobMasterTest.testJobFailureWhenTaskExecutorHeartbeatTimeout is unstable

     [ https://issues.apache.org/jira/browse/FLINK-12164?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Till Rohrmann resolved FLINK-12164.
-----------------------------------
       Resolution: Fixed
    Fix Version/s: 1.9.0

Increased the timeout to make heartbeat timeouts less likely.

9c2bcae735cd00336af3284e4f631afe061552ba

> JobMasterTest.testJobFailureWhenTaskExecutorHeartbeatTimeout is unstable
> ------------------------------------------------------------------------
>
>                 Key: FLINK-12164
>                 URL: https://issues.apache.org/jira/browse/FLINK-12164
>             Project: Flink
>          Issue Type: Bug
>          Components: Runtime / Coordination
>            Reporter: Aljoscha Krettek
>            Assignee: Chesnay Schepler
>            Priority: Critical
>              Labels: pull-request-available, test-stability
>             Fix For: 1.9.0
>
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> {code}
> 07:28:23.957 [ERROR] Tests run: 24, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 8.968 s <<< FAILURE! - in org.apache.flink.runtime.jobmaster.JobMasterTest
> 07:28:23.957 [ERROR] testJobFailureWhenTaskExecutorHeartbeatTimeout(org.apache.flink.runtime.jobmaster.JobMasterTest)  Time elapsed: 0.177 s  <<< ERROR!
> java.util.concurrent.ExecutionException: java.lang.Exception: Unknown TaskManager 69a7c8c18a36069ff90a1eae8ec41066
> 	at org.apache.flink.runtime.jobmaster.JobMasterTest.registerSlotsAtJobMaster(JobMasterTest.java:1746)
> 	at org.apache.flink.runtime.jobmaster.JobMasterTest.runJobFailureWhenTaskExecutorTerminatesTest(JobMasterTest.java:1670)
> 	at org.apache.flink.runtime.jobmaster.JobMasterTest.testJobFailureWhenTaskExecutorHeartbeatTimeout(JobMasterTest.java:1630)
> Caused by: java.lang.Exception: Unknown TaskManager 69a7c8c18a36069ff90a1eae8ec41066
> {code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)