Skip to content

Commit

Permalink
xroot: disable xroot plugin initialization
Browse files Browse the repository at this point in the history
  • Loading branch information
kofemann committed Oct 24, 2022
1 parent 9d5763d commit ebe5ae3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/main/java/org/dcache/nearline/cta/xrootd/DataMover.java
Original file line number Diff line number Diff line change
Expand Up @@ -164,9 +164,12 @@ protected void initChannel(Channel ch) throws Exception {
pipeline.addLast("logger", new LoggingHandler(XrootChannelInitializer.class));
}

// REVISIT: for now, CTA driver doesn't support any plugins.
/*
for (ChannelHandlerFactory factory : channelHandlerFactories) {
pipeline.addLast("plugin:" + factory.getName(), factory.createHandler());
}
*/


/*
Expand Down

0 comments on commit ebe5ae3

Please sign in to comment.