galenwarren commented on pull request #15599:
URL: https://github.com/apache/flink/pull/15599#issuecomment-1018897986


   @sap1ens I thought of another way to potentially address this issue, which 
could be done entirely in your fork. But please check me on this.
   
   Instead of changing the master Flink code to write version 1 for the 
serializer version, you could change your local fork to write version -1 for 
the serializer versions (and also change the Precondition check, above). Any 
savepoints you'd take after that point would have recoverables serialized with 
version -1, and then when you switched to use the upcoming Flink code, you 
could tell the two serialized formats apart with a bit of extra code (which 
you'll have to add to your fork in any case).
   
   
   
   
   


-- 
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.

To unsubscribe, e-mail: issues-unsubscr...@flink.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to