Skip to content
This repository has been archived by the owner on Oct 30, 2023. It is now read-only.

Commit

Permalink
closes #116
Browse files Browse the repository at this point in the history
  • Loading branch information
dlogothetis committed Nov 19, 2019
1 parent acc1f71 commit 8c6c587
Showing 1 changed file with 0 additions and 1 deletion.
Expand Up @@ -340,7 +340,6 @@ protected void initChannel(SocketChannel ch) throws Exception {
/*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),
Expand Down

0 comments on commit 8c6c587

Please sign in to comment.