You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flink.apache.org by "Chesnay Schepler (Jira)" <ji...@apache.org> on 2022/09/21 08:50:00 UTC

[jira] [Created] (FLINK-29378) Misleading logging in Execution for failed state trannsitions

Chesnay Schepler created FLINK-29378:
----------------------------------------

             Summary: Misleading logging in Execution for failed state trannsitions
                 Key: FLINK-29378
                 URL: https://issues.apache.org/jira/browse/FLINK-29378
             Project: Flink
          Issue Type: Bug
          Components: Runtime / Coordination
            Reporter: Chesnay Schepler
            Assignee: Chesnay Schepler
             Fix For: 1.16.0


{code}
String.format(
    "Concurrent unexpected state transition of task %s to %s while deployment was in progress.",
     getVertexWithAttempt(), currentState);
{code}

{{to}} is not the target state.

This whole line needs improvements; log the current, expected and target state. Additionally I'd suggest to log the attempt ID which is much easier to correlate with other messages (like what the TM actually submits).



--
This message was sent by Atlassian Jira
(v8.20.10#820010)