You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Matthias Pohl (Jira)" <ji...@apache.org> on 2022/03/22 07:49:00 UTC

[jira] [Commented] (FLINK-26798) JobMaster.testJobFailureWhenTaskExecutorHeartbeatTimeout failed due to missing Execution

    [ https://issues.apache.org/jira/browse/FLINK-26798?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17510292#comment-17510292 ] 

Matthias Pohl commented on FLINK-26798:
---------------------------------------

This issue was identified while running CI for FLINK-26741 which addresses changes in the shutdown of the {{CheckpointIDCounter}} which runs in when stopping the {{JobMaster}} and, therefore, is quite unlikely to have caused this issue.

> JobMaster.testJobFailureWhenTaskExecutorHeartbeatTimeout failed due to missing Execution
> ----------------------------------------------------------------------------------------
>
>                 Key: FLINK-26798
>                 URL: https://issues.apache.org/jira/browse/FLINK-26798
>             Project: Flink
>          Issue Type: Bug
>          Components: Runtime / Coordination
>    Affects Versions: 1.15.0, 1.16.0
>            Reporter: Matthias Pohl
>            Priority: Major
>              Labels: test-stability
>
> [This build|https://dev.azure.com/mapohl/flink/_build/results?buildId=897&view=logs&j=cc649950-03e9-5fae-8326-2f1ad744b536&t=a9a20597-291c-5240-9913-a731d46d6dd1&l=8399] failed due to an {{ExecutionGraphException}} indicating that an expected {{Execution}} wasn't around:
> {code}
> [...]
> Caused by: org.apache.flink.util.FlinkException: Execution 48dbc880c8225256b8bc112ea36e9082 is unexpectedly no longer running on task executor bbad15fcb93d4b2b4f80fe2c35e03e6d.
>         at org.apache.flink.runtime.jobmaster.JobMaster$1.onMissingDeploymentsOf(JobMaster.java:250) ~[classes/:?]
>         ... 35 more
> {code}



--
This message was sent by Atlassian Jira
(v8.20.1#820001)