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

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

Github user uce commented on a diff in the pull request:

    https://github.com/apache/flink/pull/705#discussion_r30817476
  
    --- Diff: 
flink-core/src/main/java/org/apache/flink/configuration/ConfigConstants.java ---
    @@ -148,6 +148,16 @@
        public static final String TASK_MANAGER_NETWORK_DEFAULT_IO_MODE = 
"taskmanager.network.defaultIOMode";
     
        /**
    +    * Initial backoff (in ms) for partition requests, which return 
partition not found.
    +    */
    +   public static final String 
TASK_MANAGER_NETWORK_REQUEST_BACKOFF_INITIAL_MS = 
"taskmanager.network.requestBackoffInitial";
    --- End diff --
    
    Actually no. I think it's safe to have it fixed. We only need to adjust the 
values for tests. What is the easiest way to only allow internal configuration? 
The problem is that for integration tests it's hard to set configuration values 
for runtime components otherwise.


> Task Failures and Error Handling
> --------------------------------
>
>                 Key: FLINK-1954
>                 URL: https://issues.apache.org/jira/browse/FLINK-1954
>             Project: Flink
>          Issue Type: Improvement
>          Components: Distributed Runtime
>    Affects Versions: master
>            Reporter: Ufuk Celebi
>            Priority: Blocker
>
> This is an issue to keep track of subtasks for error handling of task 
> failures.
> The "design doc" for this can be found here: 
> https://cwiki.apache.org/confluence/display/FLINK/Task+Failures+and+Error+Handling



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to