You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I had searched in the issues and found no similar issues.
What happened
Caused by: java.util.concurrent.CompletionException: java.lang.IllegalStateException: Failed to rollback to checkpoint/savepoint Cannot map checkpoint/savepoint state for operator e46723fd11b404ec669907e067a4e37f to the new program, because the operator is not available in the new program. If you want to allow to skip this, you can set the --allowNonRestoredState option on the CLI.
What you expected to happen
在命令行通过sql-client.sh从cp sp启动正常成功,求教在dinky中应该如何解决
How to reproduce
执行任意sql语句,基于savepoint 或者 checkpoing 停止、恢复,都是报同样错误。 尝试加了参数 SET 'execution.savepoint.ignore-unclaimed-state'= 'true' 。 结果还是报错
github-actionsbot
changed the title
[Bug] [Dinky 运维中心] 通过 cp OR sp path 启动失败,执行的sql未有任何改动
[Bug] [Dinky Operation and Maintenance Center] The startup through cp OR sp path failed, and the executed sql did not have any changes.
Aug 13, 2024
Search before asking
What happened
Caused by: java.util.concurrent.CompletionException: java.lang.IllegalStateException: Failed to rollback to checkpoint/savepoint Cannot map checkpoint/savepoint state for operator e46723fd11b404ec669907e067a4e37f to the new program, because the operator is not available in the new program. If you want to allow to skip this, you can set the --allowNonRestoredState option on the CLI.
What you expected to happen
在命令行通过sql-client.sh从cp sp启动正常成功,求教在dinky中应该如何解决
How to reproduce
执行任意sql语句,基于savepoint 或者 checkpoing 停止、恢复,都是报同样错误。 尝试加了参数 SET 'execution.savepoint.ignore-unclaimed-state'= 'true' 。 结果还是报错
Anything else
No response
Version
1.0.2
Are you willing to submit PR?
Code of Conduct
The text was updated successfully, but these errors were encountered: