You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by GitBox <gi...@apache.org> on 2018/10/24 15:34:07 UTC

[GitHub] zentol commented on issue #6910: [FLINK-10490][tests] OperatorSnapshotUtil should use SavepointV2Seria…

zentol commented on issue #6910: [FLINK-10490][tests] OperatorSnapshotUtil should use SavepointV2Seria…
URL: https://github.com/apache/flink/pull/6910#issuecomment-432708555
 
 
   The code loading the savepoint is aware of previous versions and starts a migration routine if a v1 savepoint is detected; the savepoint is loaded using the v1 serializer and migrated before it is passed to the task.
   I supposed our migration tests aren't affected since they don't make structural changes to jobs, which IIRC is the major limitation of the old format.
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services