zentol commented on a change in pull request #8416: [FLINK-12331] Introduce 
partition/gate setup to decouple task registration with NetworkEnvironment
URL: https://github.com/apache/flink/pull/8416#discussion_r284659459
 
 

 ##########
 File path: 
flink-runtime/src/main/java/org/apache/flink/runtime/io/network/NetworkEnvironment.java
 ##########
 @@ -92,31 +92,44 @@
 
        private boolean isShutdown;
 
-       public NetworkEnvironment(
-                       NetworkEnvironmentConfiguration config,
-                       TaskEventPublisher taskEventPublisher,
-                       MetricGroup metricGroup,
-                       IOManager ioManager) {
-               this.config = checkNotNull(config);
-
-               this.networkBufferPool = new 
NetworkBufferPool(config.numNetworkBuffers(), config.networkBufferSize());
-
-               NettyConfig nettyConfig = config.nettyConfig();
-               if (nettyConfig != null) {
-                       this.connectionManager = new 
NettyConnectionManager(nettyConfig, config.isCreditBased());
-               } else {
-                       this.connectionManager = new LocalConnectionManager();
-               }
+       private NetworkEnvironment(
+               NetworkEnvironmentConfiguration config,
 
 Review comment:
   please stick to the existing indentation

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to