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/04/26 11:41:00 UTC

[jira] [Updated] (FLINK-25096) Make errors happened during JobMaster initialization accessible through the exception history

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

Matthias Pohl updated FLINK-25096:
----------------------------------
    Summary: Make errors happened during JobMaster initialization accessible through the exception history  (was: Issue in exceptions API(/jobs/:jobid/exceptions) in flink 1.13.2)

> Make errors happened during JobMaster initialization accessible through the exception history
> ---------------------------------------------------------------------------------------------
>
>                 Key: FLINK-25096
>                 URL: https://issues.apache.org/jira/browse/FLINK-25096
>             Project: Flink
>          Issue Type: Bug
>          Components: Runtime / Coordination
>    Affects Versions: 1.14.0, 1.13.3
>            Reporter: Mahima
>            Assignee: Matthias Pohl
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: 1.15.0, 1.13.6, 1.14.3
>
>         Attachments: Failed to rollback to checkpoint.txt, FileNotFoundException.txt
>
>
> Currently we are using flink version 1.13.2 and as per the flink documentation we should get all exceptions through exceptions api in exceptionHistory tag. While running few scenarios we observed that the below two exceptions are not coming in exceptionHistory tag but are coming in root-exception tag.
> Exception 1 - caused by: java.util.concurrent.CompletionException: java.lang.RuntimeException: java.io.FileNotFoundException: Cannot find checkpoint or savepoint file/directory 'C:\Users\abc\Documents\checkpoints\a737088e21206281db87f6492bcba074' on file system 'file'.
> Exception 2 - Caused by: java.lang.IllegalStateException: Failed to rollback to checkpoint/savepoint file:/mnt/c/Users/abc/Documents/checkpoints/a737088e21206281db87f6492bcba074/chk-144.
> Please find the attachment for the logs of above exceptions.



--
This message was sent by Atlassian Jira
(v8.20.7#820007)