Flink禁用特定状态的保存点

发布于 2025-02-11 20:15:10 字数 113 浏览 1 评论 0原文

我在一个弗林克工作中管理2个不同的状态。但是我不需要为其中一个带来保存点。其他,我必须采用保存点。

我不想为不需要的保存点拿出保存点,因为它将增加保存点持续时间和尺寸。

有什么办法吗?

I manage 2 different states in one flink job. But i dont need to take savepoint for one of them. For other, i have to take savepoint.

I dont want to take savepoint for the one which is not necessary because it is going to increase savepoint duration and size.

Is there any way to do that?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

不气馁 2025-02-18 20:15:10

所有正在管理的状态都将包含在所有保存点和检查点中。两种类型的状态快照都使用相同的基本机制,并包括所有状态。

Any state that Flink is managing will be included in all savepoints and checkpoints. Both types of state snapshots use the same underlying mechanism, and include all state.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文