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



##########
File path: docs/content.zh/docs/deployment/overview.md
##########
@@ -152,7 +152,14 @@ When deploying Flink, there are often multiple options 
available for each buildi
     </tbody>
 </table>
 
-
+### Repeatable Resource Cleanup Strategy
+
+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 
based on
+a repeatable retry strategy. You can [configure]({{< ref 
"docs/deployment/config" >}}) this

Review comment:
       Ah, I think I tried to assign a link to an anchor before, but it didnt 
work - but I think its because i used `docs/deployment/config#anchor` rather 
than `config/#anchor`. I'll change this and see if it works correctl|y




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


Reply via email to