dawidwys commented on a change in pull request #10194: [FLINK-14758] Add 
Executor-related interfaces and executor discovery.
URL: https://github.com/apache/flink/pull/10194#discussion_r346334627
 
 

 ##########
 File path: 
flink-streaming-java/src/main/java/org/apache/flink/streaming/api/environment/StreamExecutionEnvironment.java
 ##########
 @@ -144,11 +150,31 @@
 
        protected final List<Tuple2<String, 
DistributedCache.DistributedCacheEntry>> cacheFile = new ArrayList<>();
 
+       private final ExecutorServiceLoader executorServiceLoader;
+
+       private final Configuration configuration;
 
 Review comment:
   How does this configuration relate to 
`LocalExecutionEnvironment#configuration` ?
   
   Cannot we unify the two?

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