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

    https://github.com/apache/incubator-flink/pull/220#discussion_r20638301
  
    --- Diff: 
flink-runtime/src/main/java/org/apache/flink/runtime/execution/RuntimeEnvironment.java
 ---
    @@ -177,8 +177,18 @@ public RuntimeEnvironment(Task owner, 
TaskDeploymentDescriptor tdd,
                this.taskConfiguration = tdd.getTaskConfiguration();
                
                this.invokable.setEnvironment(this);
    -           this.invokable.registerInputOutput();
    +           
    +           { 
    +                   //TODO Check if this fix necessary elsewhere..
    --- End diff --
    
    I will apply this fix in a separate patch, this is actually a very 
important correction.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to