zhuzhurk commented on code in PR #24855:
URL: https://github.com/apache/flink/pull/24855#discussion_r1618689544
##########
docs/content.zh/docs/ops/batch/recovery_from_job_master_failure.md:
##########
@@ -77,13 +77,17 @@ job master failover 后能够尽可能的恢复出错前的进度,避免重新
### 让 Source 支持 job master failover 后进度恢复
-目前,仅 new source (FLIP-27) 支持批处理作业的进度恢复。为了实现这一功能,new source 的 SplitEnumerator
需要实现 SupportsBatchSnapshot 接口:
+目前,仅 new source (FLIP-27) 支持批处理作业的进度恢复。为了实现这一功能,new source 的
+{{< gh_link
file="/flink-core/src/main/java/org/apache/flink/api/connector/source/SplitEnumerator.java"
name="SplitEnumerator" >}}
+需要能够支持在批处理场景下做状态快照,并且实现
Review Comment:
做状态快照 -> 做状态快照(此时 checkpointId = -1)
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]