Re: Problems with restoring from savepoint

2019-03-06 Thread Павел Поцелуев
and let me know how this works out for you with the release candidate!Cheers,Gordon On Wed, Mar 6, 2019 at 5:06 PM Pavel Potseluev <potsel...@yandex-team.ru> wrote:Hi! We use flink-1.7.1 and have some problems with restoring from savepoint. We use custom kryo serializer which relies on protobu

Re: Problems with restoring from savepoint

2019-03-06 Thread Tzu-Li (Gordon) Tai
use flink-1.7.1 and have some problems with restoring from savepoint. > We use custom kryo serializer which relies on protobuf representation of > our model classes. It had been working fine but when we made some change in > our model class it broke because of changed serialVersionUID. We can

Problems with restoring from savepoint

2019-03-06 Thread Pavel Potseluev
Hi! We use flink-1.7.1 and have some problems with restoring from savepoint. We use custom kryo serializer which relies on protobuf representation of our model classes. It had been working fine but when we made some change in our model class it broke because of changed serialVersionUID. We can see