KarmaGYZ commented on pull request #13892:
URL: https://github.com/apache/flink/pull/13892#issuecomment-721475758


   @tillrohrmann As the `ExecutionAttemptID` will be serialized, `AbstractID` 
might be a bit expensive. I suggest one of the following:
   - a random `short` (or even `byte`) is probably good enough.
   - replace the `JobID` with a random `AbstractID`. It might do a little bit 
of damage to the debugging in the session mode though.


----------------------------------------------------------------
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:
[email protected]


Reply via email to