yumengz5 edited a comment on issue #8617: [FLINK-12619][StateBackend]Support 
TERMINATE/SUSPEND Job with Checkpoint
URL: https://github.com/apache/flink/pull/8617#issuecomment-506618006
 
 
   The onCompletionPromis does complete with an exception, if the 
pendingCheckpoint has been abort, but the job **will not** exit (why job will 
exit because of checkpoint timeout) and its tasks will not resume to execute 
because you **don't** notify the syncLatch.   
   For second part, I don't want the tasks to exit. I just want them to unblock 
and resume to execute when the sync checkpoint/savepoint is timeout.

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to