klion26 commented on a change in pull request #9805: [FLINK-11635][docs-zh] 
translate dev/stream/state/checkpointing into Chinese
URL: https://github.com/apache/flink/pull/9805#discussion_r334222583
 
 

 ##########
 File path: docs/dev/stream/state/checkpointing.zh.md
 ##########
 @@ -25,146 +25,138 @@ under the License.
 * ToC
 {:toc}
 
-Every function and operator in Flink can be **stateful** (see [working with 
state](state.html) for details).
-Stateful functions store data across the processing of individual 
elements/events, making state a critical building block for
-any type of more elaborate operation.
+Flink 中的每个方法或算子都能够是**有状态的**(阅读 [working with state](state.html) 查看详细)。
+状态化的方法在处理单个 元素/事件 的时候存储数据,让状态成为使各个类型的算子更加精细的重要部分。
+为了让状态容错,Flink 需要为状态添加**Checkpoint(检查点)**。Checkpoint 使得 Flink 
能够恢复状态和在流中的位置,从而向应用提供和无故障执行时一样的语义。
 
 Review comment:
   ```suggestion
   为了让状态容错,Flink 需要为状态添加 **Checkpoint(检查点)**。Checkpoint 使得 Flink 
能够恢复状态和在流中的位置,从而向应用提供和无故障执行时一样的语义。
   ```

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to