aanchal204 commented on a change in pull request #114: Upgrade Netty to 4.1.36
URL: https://github.com/apache/giraph/pull/114#discussion_r347698571
 
 

 ##########
 File path: 
giraph-core/src/main/java/org/apache/giraph/comm/netty/NettyClient.java
 ##########
 @@ -335,6 +333,10 @@ protected void initChannel(SocketChannel ch) throws 
Exception {
             if (conf.authenticate()) {
               LOG.info("Using Netty with authentication.");
 
+              PipelineUtils.addLastWithExecutorCheck("flushConsolidation",
+                new FlushConsolidationHandler(FlushConsolidationHandler
+                  .DEFAULT_EXPLICIT_FLUSH_AFTER_FLUSHES, true),
+                handlerToUseExecutionGroup, executionGroup, ch);
 
 Review comment:
   Why was this needed to be added?

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