galenwarren commented on pull request #15599: URL: https://github.com/apache/flink/pull/15599#issuecomment-1017768600
@xintongsong Please let me know what you think. The change I'd propose to help @sap1ens (or anyone else who used the pre-released code) would be to change 0 to 1 in the following lines in `GSCommitRecoverableSerializer` and `GSResumeRecoverableSerializer`: >private static final int SERIALIZER_VERSION = 0; > Preconditions.checkArgument(version >= 0); I'd be happy to create a PR if we want to do this. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
