You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@giraph.apache.org by di...@apache.org on 2019/11/19 05:58:54 UTC

[giraph] branch trunk updated: closes #116

This is an automated email from the ASF dual-hosted git repository.

dionysios pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/giraph.git


The following commit(s) were added to refs/heads/trunk by this push:
     new 8c6c587  closes #116
8c6c587 is described below

commit 8c6c58799a7e24f9e3c3472b2ce89dde4ae43d2c
Author: Dionysios Logothetis <dl...@gmail.com>
AuthorDate: Mon Nov 18 21:58:44 2019 -0800

    closes #116
---
 giraph-core/src/main/java/org/apache/giraph/comm/netty/NettyClient.java | 1 -
 1 file changed, 1 deletion(-)

diff --git a/giraph-core/src/main/java/org/apache/giraph/comm/netty/NettyClient.java b/giraph-core/src/main/java/org/apache/giraph/comm/netty/NettyClient.java
index 3c0363c..c8ccea2 100644
--- a/giraph-core/src/main/java/org/apache/giraph/comm/netty/NettyClient.java
+++ b/giraph-core/src/main/java/org/apache/giraph/comm/netty/NettyClient.java
@@ -340,7 +340,6 @@ public class NettyClient {
 /*if_not[HADOOP_NON_SECURE]*/
             if (conf.authenticate()) {
               LOG.info("Using Netty with authentication.");
-
               PipelineUtils.addLastWithExecutorCheck("flushConsolidation",
                 new FlushConsolidationHandler(FlushConsolidationHandler
                   .DEFAULT_EXPLICIT_FLUSH_AFTER_FLUSHES, true),