You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by GitBox <gi...@apache.org> on 2022/11/08 01:16:38 UTC

[GitHub] [flink] liuzhuang2017 opened a new pull request, #21255: [hotfix][docs] Update the missing parts of this fault_tolerance Chinese documentation.

liuzhuang2017 opened a new pull request, #21255:
URL: https://github.com/apache/flink/pull/21255

   
   ## What is the purpose of the change
   
   - Update the missing parts of this fault_tolerance Chinese documentation.
   
   
   ## Brief change log
   
   - Update the missing parts of this fault_tolerance Chinese documentation.
   
   ## Verifying this change
   
   - No need to test.
   
   ## Does this pull request potentially affect one of the following parts:
   
     - Dependencies (does it add or upgrade a dependency): (yes / no)
     - The public API, i.e., is any changed class annotated with `@Public(Evolving)`: (yes / no)
     - The serializers: (yes / no / don't know)
     - The runtime per-record code paths (performance sensitive): (yes / no / don't know)
     - Anything that affects deployment or recovery: JobManager (and its components), Checkpointing, Kubernetes/Yarn, ZooKeeper: (yes / no / don't know)
     - The S3 file system connector: (yes / no / don't know)
   
   ## Documentation
   
     - Does this pull request introduce a new feature? (yes / no)
     - If yes, how is the feature documented? (not applicable / docs / JavaDocs / not documented)
   


-- 
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: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [flink] liuzhuang2017 commented on pull request #21255: [hotfix][docs] Update the missing parts of this fault_tolerance Chinese documentation.

Posted by GitBox <gi...@apache.org>.
liuzhuang2017 commented on PR #21255:
URL: https://github.com/apache/flink/pull/21255#issuecomment-1314638280

   @MartijnVisser ,Thank you very much for your review, I have revised her as you suggested.


-- 
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: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [flink] MartijnVisser merged pull request #21255: [hotfix][docs] Update the missing parts of this fault_tolerance Chinese documentation.

Posted by GitBox <gi...@apache.org>.
MartijnVisser merged PR #21255:
URL: https://github.com/apache/flink/pull/21255


-- 
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: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [flink] flinkbot commented on pull request #21255: [hotfix][docs] Update the missing parts of this fault_tolerance Chinese documentation.

Posted by GitBox <gi...@apache.org>.
flinkbot commented on PR #21255:
URL: https://github.com/apache/flink/pull/21255#issuecomment-1306475668

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "c690977c1258074b090f8912c2d188c6997cfaec",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "c690977c1258074b090f8912c2d188c6997cfaec",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * c690977c1258074b090f8912c2d188c6997cfaec UNKNOWN
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run azure` re-run the last Azure build
   </details>


-- 
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: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [flink] liuzhuang2017 commented on pull request #21255: [hotfix][docs] Update the missing parts of this fault_tolerance Chinese documentation.

Posted by GitBox <gi...@apache.org>.
liuzhuang2017 commented on PR #21255:
URL: https://github.com/apache/flink/pull/21255#issuecomment-1309571893

   @wuchong , Sorry to bother you again, can you help me review this pr? Thank you.


-- 
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: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [flink] MartijnVisser commented on a diff in pull request #21255: [hotfix][docs] Update the missing parts of this fault_tolerance Chinese documentation.

Posted by GitBox <gi...@apache.org>.
MartijnVisser commented on code in PR #21255:
URL: https://github.com/apache/flink/pull/21255#discussion_r1021588242


##########
docs/content.zh/docs/learn-flink/fault_tolerance.md:
##########
@@ -92,6 +92,54 @@ Flink 管理的状态存储在 _state backend_ 中。Flink 有两种 state backe
 
 {{< top >}}
 
+## Checkpoint Storage

Review Comment:
   I prefer to have a Jira (if that doesn't already exist) to translate this content to Chinese over just copying the English text to the Chinese document. 



-- 
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: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [flink] liuzhuang2017 commented on pull request #21255: [hotfix][docs] Update the missing parts of this fault_tolerance Chinese documentation.

Posted by GitBox <gi...@apache.org>.
liuzhuang2017 commented on PR #21255:
URL: https://github.com/apache/flink/pull/21255#issuecomment-1306512674

   @flinkbot run azure


-- 
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: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [flink] liuzhuang2017 commented on pull request #21255: [hotfix][docs] Update the missing parts of this fault_tolerance Chinese documentation.

Posted by GitBox <gi...@apache.org>.
liuzhuang2017 commented on PR #21255:
URL: https://github.com/apache/flink/pull/21255#issuecomment-1306925222

   @MartijnVisser ,Sorry to bother you again, can you help me review this pr? Thank you.


-- 
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: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [flink] liuzhuang2017 commented on pull request #21255: [hotfix][docs] Update the missing parts of this fault_tolerance Chinese documentation.

Posted by GitBox <gi...@apache.org>.
liuzhuang2017 commented on PR #21255:
URL: https://github.com/apache/flink/pull/21255#issuecomment-1306550847

   @flinkbot run azure
   


-- 
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: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org