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

Underwood updated FLINK-27570:
------------------------------
    Description: 
I configured the wrong checkpoint path when starting the job, and set:
{code:java}
conf.set (executioncheckpointingoptions. Tolerable_failure_number, 0);
env setRestartStrategy(RestartStrategies.noRestart());
{code}
The job is expected to stop due to a checkpoint error, but the job is still 
running.

 

 

Here is my job configuration and environment:

!image-2022-05-11-16-13-20-709.png!

!image-2022-05-11-16-12-11-818.png!

!image-2022-05-11-16-12-22-157.png!

  was:
I configured the wrong checkpoint path when starting the job, and set:

 
{code:java}
conf.set (executioncheckpointingoptions. Tolerable_failure_number, 0);
env setRestartStrategy(RestartStrategies.noRestart());
{code}
 

The job is expected to stop due to a checkpoint error, but the job is still 
running.

Here is my job configuration and environment:

!image-2022-05-11-16-13-20-709.png!

!image-2022-05-11-16-12-11-818.png!

!image-2022-05-11-16-12-22-157.png!


> A checkpoint path error does not cause the job to stop
> ------------------------------------------------------
>
>                 Key: FLINK-27570
>                 URL: https://issues.apache.org/jira/browse/FLINK-27570
>             Project: Flink
>          Issue Type: Bug
>          Components: API / Core
>    Affects Versions: 1.14.4
>         Environment: !image-2022-05-11-16-11-11-351.png!
> !image-2022-05-11-16-11-15-009.png!
> !image-2022-05-11-16-11-29-502.png!
>            Reporter: Underwood
>            Priority: Major
>         Attachments: image-2022-05-11-16-12-11-818.png, 
> image-2022-05-11-16-12-22-157.png, image-2022-05-11-16-13-20-709.png
>
>
> I configured the wrong checkpoint path when starting the job, and set:
> {code:java}
> conf.set (executioncheckpointingoptions. Tolerable_failure_number, 0);
> env setRestartStrategy(RestartStrategies.noRestart());
> {code}
> The job is expected to stop due to a checkpoint error, but the job is still 
> running.
>  
>  
> Here is my job configuration and environment:
> !image-2022-05-11-16-13-20-709.png!
> !image-2022-05-11-16-12-11-818.png!
> !image-2022-05-11-16-12-22-157.png!



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

Reply via email to