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

 ##########
 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:
   At the moment there is no possibility to reference the site root from here. 
I would avoid linking the *master* docs, though. The best alternative I can 
think of is to use a relative path: 
`../dev/task_failure_recovery.html#restart-pipelined-region-failover-strategy`. 
However, this assumes a specific directory structure.
   
   

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

Reply via email to