Sxnan commented on a change in pull request #11129: [FLINK-16127][docs]Translate "Fault Tolerance Guarantees" page of connectors into Chinese URL: https://github.com/apache/flink/pull/11129#discussion_r390122347
########## File path: docs/dev/connectors/guarantees.zh.md ########## @@ -23,14 +23,11 @@ specific language governing permissions and limitations under the License. --> -Flink's fault tolerance mechanism recovers programs in the presence of failures and -continues to execute them. Such failures include machine hardware failures, network failures, -transient program failures, etc. +当程序出现错误的时候,Flink 的容错机制能恢复并继续运行程序。这种错误包括、机器硬件故障、网络故障、瞬态程序故障、等等。 -Flink can guarantee exactly-once state updates to user-defined state only when the source participates in the -snapshotting mechanism. The following table lists the state update guarantees of Flink coupled with the bundled connectors. +只有当 source 参与了快照机制的时候,Flink 才能保证对自定义状态的精确一次更新。下表列举了 Flink 对自带连接器的状态更新的保证。 Review comment: Thanks! It's fixed in 188a7e1. ---------------------------------------------------------------- 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: us...@infra.apache.org With regards, Apache Git Services