当前位置:网站首页>Flink 状态与容错 ( state 和 Fault Tolerance)
Flink 状态与容错 ( state 和 Fault Tolerance)
2022-08-05 05:14:00 【bigdata1024】
Flink 状态与容错
状态性的函数和操作通过处理单个(元素/事件)存储数据,使任何类型的state构建更复杂的操作。
例如:
- 当应用程序针对特定事件模式进行搜索的时候,state将会存储到目前为止的一些列事件。
- 当每 分钟/小时/天 聚合事件的时候,state会持有所有等待聚合的数据。
- 当在一连串的数据流上训练机器学习模型时,state持有当前版本的模型参数。
- 当历史数据需要管理的时候,state允许高效的访问过去的数据
flink可以使用checkpoints对statue进行容错管理,并且允许对流应用程序执行savepoint。
了解到应用程序的state可以重新调节,意味着flink负责重新分配并行实例的状态。
Flink的queryable state允许你在flink运行时从外部接收state数据。
在工作的时候使用state,建议阅读Flink's state backends。flink提供了不同的state backends 来指定如何存储和把state数据存储在哪。State可以存在于java堆中。依赖于你的state backends,flink还可以管理应用程序的状态,意味着flink可以通过内存管理(必要时可以溢出到磁盘)来运行应用保存非常大的state。state backends 可以在不改变应用程序的逻辑的情况下进行配置。
后面会有对应的专题文章解释下面的内容
- working with state:在flink应用中展示了如何使用state,并解释了不同类型的状态
- checkpointing:描述了如何启动和配置容错的检查点
- queryable state:解释如何在运行时访问flink以外的state
- custom serialization for managed state:讨论了state的自定义序列化逻辑和它的升级
边栏推荐
- Qt produces 18 frames of Cupid to express his love, is it your Cupid!!!
- Requests库部署与常用函数讲解
- 1.3 mysql批量插入数据
- Convert the paper official seal in the form of a photo into an electronic official seal (no need to download ps)
- 数据库实验五 备份与恢复
- day7-列表作业(1)
- Requests the library deployment and common function
- day11-函数作业
- HQL语句执行过程
- 小白一枚各位大牛轻虐虐
猜你喜欢
OFDM Lecture 16 5 -Discrete Convolution, ISI and ICI on DMT/OFDM Systems
Lecture 2 Linear Model Linear Model
【过一下7】全连接神经网络视频第一节的笔记
Basic properties of binary tree + oj problem analysis
第5讲 使用pytorch实现线性回归
CAP+BASE
The software design experiment four bridge model experiment
Reverse theory knowledge 4
【过一下4】09-10_经典网络解析
Detailed Explanation of Redis Sentinel Mode Configuration File
随机推荐
Community Sharing|Tencent Overseas Games builds game security operation capabilities based on JumpServer
多线程查询结果,添加List集合
【解码工具】Bitcoin的一些在线工具
Dashboard Display | DataEase Look at China: Data Presents China's Capital Market
Reverse theory knowledge 4
Map、WeakMap
redis persistence
Matplotlib(一)—— 基础
redis复制机制
学习总结day5
UVA10827
[WeChat applet] WXML template syntax - conditional rendering
OFDM 十六讲 5 -Discrete Convolution, ISI and ICI on DMT/OFDM Systems
[Student Graduation Project] Design and Implementation of the Website Based on the Web Student Information Management System (13 pages)
机器学习(二) —— 机器学习基础
redis事务
RL强化学习总结(一)
【技能】长期更新
ES6 Set、WeakSet
"Recursion" recursion concept and typical examples