[ 
https://issues.apache.org/jira/browse/FLINK-10880?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16689673#comment-16689673
 ] 

ASF GitHub Bot commented on FLINK-10880:
----------------------------------------

tillrohrmann commented on a change in pull request #7129: [FLINK-10880] Exclude 
JobManagerOptions#EXECUTION_FAILOVER_STRATEGY from documentation
URL: https://github.com/apache/flink/pull/7129#discussion_r234281426
 
 

 ##########
 File path: 
flink-core/src/main/java/org/apache/flink/configuration/JobManagerOptions.java
 ##########
 @@ -106,6 +106,7 @@
        /**
         * This option specifies the failover strategy, i.e. how the job 
computation recovers from task failures.
         */
+       @Documentation.ExcludeFromDocumentation
 
 Review comment:
   Good idea. Will change it.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


> Failover strategies should not be applied to Batch Execution
> ------------------------------------------------------------
>
>                 Key: FLINK-10880
>                 URL: https://issues.apache.org/jira/browse/FLINK-10880
>             Project: Flink
>          Issue Type: Bug
>          Components: Distributed Coordination
>    Affects Versions: 1.6.2
>            Reporter: Stephan Ewen
>            Assignee: Till Rohrmann
>            Priority: Blocker
>              Labels: pull-request-available
>             Fix For: 1.6.3, 1.7.0
>
>
> When configuring a failover strategy other than "full", DataSet/Batch 
> execution is currently not correct.
> This is expected, the failover region strategy is an experimental WIP feature 
> for streaming that has not been extended to the DataSet API.
> We need to document this and prevent execution of DataSet features with other 
> failover strategies than "full".



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to