Chesnay Schepler created FLINK-9873:
---------------------------------------
Summary: Log actual state when aborting checkpoint due to task not running
Key: FLINK-9873
URL:
https://issues.apache.org/jira/browse/FLINK-9873 Project: Flink
Issue Type: Improvement
Components: State Backends, Checkpointing
Affects Versions: 1.5.1, 1.6.0
Reporter: Chesnay Schepler
Assignee: Chesnay Schepler
Fix For: 1.5.2, 1.6.0
Currently, if a checkpoint is triggered while a task s not in a RUNNING state the following message is logged:
{code:java}
Checkpoint triggering task {} of job {} is not being executed at the moment.{code}
We can improve this message to include the actual task state to help diagnose problems.
This message is also a bit ambiguous, as "being executed" could mean many things, from not "RUNNING", to not being "DEPLOYED", or to not existing at all.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)