RE: Skip Restore Incompatibility of Key Serializer for Savepoint

2025-03-25 Thread Ariana Allison
bor Somogyi mailto:gabor.g.somo...@gmail.com>> 发送时间: 2025年2月10日 16:48 收件人: 李 琳 mailto:leili...@outlook.com>> 抄送: user@flink.apache.org<mailto:user@flink.apache.org> mailto:user@flink.apache.org>> 主题: Re: Skip Restore Incompatibility of Key Serializer for Savepoint Seems

Re: Skip Restore Incompatibility of Key Serializer for Savepoint

2025-03-16 Thread Gabor Somogyi
发送时间:* 2025年2月10日 16:48 > *收件人:* 李 琳 > *抄送:* user@flink.apache.org > *主题:* Re: Skip Restore Incompatibility of Key Serializer for Savepoint > > Seems like I was not clear in my previous suggestions. > `execution.savepoint.ignore-unclaimed-state=true` would help only if > F

Re: Skip Restore Incompatibility of Key Serializer for Savepoint

2025-02-10 Thread Gabor Somogyi
> *发件人:* Gabor Somogyi > *发送时间:* Saturday, February 8, 2025 4:58:48 PM > *收件人:* 李 琳 > *抄送:* user@flink.apache.org > *主题:* Re: Skip Restore Incompatibility of Key Serializer for Savepoint > > Hi leilinee, > > Since Flink SQL is not supporting

Re: Skip Restore Incompatibility of Key Serializer for Savepoint

2025-02-09 Thread 李 琳
.org 主题: Re: Skip Restore Incompatibility of Key Serializer for Savepoint Hi leilinee, Since Flink SQL is not supporting operator uid configuration there are only hard ways. State operator uid change + `execution.savepoint.ignore-unclaimed-state=true` would be the easy way. Depending on you cons

Re: Skip Restore Incompatibility of Key Serializer for Savepoint

2025-02-08 Thread Gabor Somogyi
Hi leilinee, Since Flink SQL is not supporting operator uid configuration there are only hard ways. State operator uid change + `execution.savepoint.ignore-unclaimed-state=true` would be the easy way. Depending on you constraints either you use the state processor API and remove the operator whic