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/03/01 10:09:32 UTC

[GitHub] [flink] autophagy commented on a change in pull request #18910: [FLINK-26296] Add missing documentation for JobResultStore and repeatable resource cleanup strategy

autophagy commented on a change in pull request #18910:
URL: https://github.com/apache/flink/pull/18910#discussion_r816626058



##########
File path: docs/content.zh/docs/deployment/overview.md
##########
@@ -152,7 +152,12 @@ When deploying Flink, there are often multiple options available for each buildi
     </tbody>
 </table>
 
+### Repeatable Resource Cleanup
 
+Once a job has reached a globally terminal state of either finished, failed or cancelled, the
+external component resources associated with the job are then cleaned up. In the event of a
+failure when cleaning up a resource, Flink will attempt to retry the cleanup. You can
+[configure]({{< ref "docs/deployment/config#retryable-cleanup" >}}) retry strategy used.

Review comment:
       Aya, I missed the "the" before "retry strategy". Sorry.




-- 
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