zhuzhurk commented on a change in pull request #9113: [FLINK-13222] [runtime]
Add documentation for failover strategy option
URL: https://github.com/apache/flink/pull/9113#discussion_r306257962
##########
File path:
flink-core/src/main/java/org/apache/flink/configuration/JobManagerOptions.java
##########
@@ -121,11 +125,10 @@
.list(
text("'full': Restarts all tasks to
recover the job."),
text("'region': Restarts all tasks that
could be affected by the task failure. " +
- "The affected vertices consist
of vertices in affected regions " +
- "(pipelined connected
sub-graphs), including " +
- "the region of the failed task,
" +
- "downstream regions of affected
regions, and" +
- "producer regions of required
but unavailable result partitions for this recovery.")
+ "More details can be found %s.",
+ link(
+
"https://ci.apache.org/projects/flink/flink-docs-master/dev/task_failure_recovery.html#restart-pipelined-region-failover-strategy",
Review comment:
Ok. We can use the relative path. No other good idea yet.
----------------------------------------------------------------
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