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

    https://github.com/apache/flink/pull/1039#discussion_r37681201
  
    --- Diff: 
flink-contrib/flink-storm-compatibility/flink-storm-compatibility-core/src/main/java/org/apache/flink/stormcompatibility/api/FlinkLocalCluster.java
 ---
    @@ -41,8 +41,7 @@ public void submitTopology(final String topologyName, 
final Map<?, ?> conf, fina
     
        public void submitTopologyWithOpts(final String topologyName, final 
Map<?, ?> conf, final FlinkTopology topology,
                        final SubmitOptions submitOpts) throws Exception {
    -           ClusterUtil
    -                           
.startOnMiniCluster(topology.getStreamGraph().getJobGraph(topologyName), 
topology.getNumberOfTasks());
    +           
ClusterUtil.startOnMiniCluster(topology.getStreamGraph().getJobGraph(topologyName),
 topology.getNumberOfTasks(), -1);
    --- End diff --
    
    Why is this changed? I think by default will also set it to -1


---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to