[
https://issues.apache.org/jira/browse/FLINK-29378?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17608264#comment-17608264
]
Chesnay Schepler commented on FLINK-29378:
------------------------------------------
master: 5766d50dc1401b1269ec83e670c2d21257e20fc5
> 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
> Priority: Minor
> Labels: pull-request-available
> 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)