Re: Error restarting job from Savepoint

2021-05-30 Thread Yun Tang
Tang From: Yashwant Ganti Sent: Thursday, May 27, 2021 1:14 To: user@flink.apache.org Subject: Error restarting job from Savepoint Hello, We are facing an error restarting a job from a savepoint. We believe it is because one of the common classes used across

Re: Error restarting job from Savepoint

2021-05-27 Thread 张静
Hi Yashwant Ganti, > Caused by: java.io.InvalidClassException: com..**.***; local > class incompatible: stream classdesc serialVersionUID = -7317586767482317266, > local class serialVersionUID = -8797204481428423223 1. Please try this way: find the com..**.***, add

Error restarting job from Savepoint

2021-05-26 Thread Yashwant Ganti
Hello, We are facing an error restarting a job from a savepoint. We believe it is because one of the common classes used across all of our jobs was changed but there was no *serialVersionUID* assigned to the class. There error we are facing is java.lang.Exception: Exception while creating