[ 
https://issues.apache.org/jira/browse/FLINK-17295?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17225944#comment-17225944
 ] 

Stephan Ewen commented on FLINK-17295:
--------------------------------------

Is the size of the ExecutionAttemptID really an issue here? How many times is 
that one replicated in the deployment descriptors that this makes a real 
difference?

We could add a full-blown UUID to the ExecutionAttemptID, which is not printed 
in logs or anything, just used on equality comparisons. That should get us on 
the same safe side as we were before.

> Refactor the ExecutionAttemptID to consist of ExecutionVertexID and 
> attemptNumber
> ---------------------------------------------------------------------------------
>
>                 Key: FLINK-17295
>                 URL: https://issues.apache.org/jira/browse/FLINK-17295
>             Project: Flink
>          Issue Type: Sub-task
>          Components: Runtime / Coordination
>            Reporter: Yangze Guo
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: 1.12.0
>
>
> Make the ExecutionAttemptID being composed of (ExecutionVertexID, 
> attemptNumber).



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to