You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Stephan Ewen (JIRA)" <ji...@apache.org> on 2017/08/14 16:18:00 UTC

[jira] [Comment Edited] (FLINK-6692) The flink-dist jar contains unshaded netty jar

    [ https://issues.apache.org/jira/browse/FLINK-6692?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16125770#comment-16125770 ] 

Stephan Ewen edited comment on FLINK-6692 at 8/14/17 4:17 PM:
--------------------------------------------------------------

I think we cannot avoid the {{org.jboss.netty}} dependency as long as we use Akka underneath the hood.

I think we can close this, now that we have all {{io.netty.xxx}} out of the way.

[~wheat9] what do you think?


was (Author: stephanewen):
I think we cannot avoid the {{org.jboss.netty}} dependency as long as we use Akka underneath the hood.

I think we can close this, now that we have all {{io.netty.xxx} out of the way.

[~wheat9] what do you think?

> The flink-dist jar contains unshaded netty jar
> ----------------------------------------------
>
>                 Key: FLINK-6692
>                 URL: https://issues.apache.org/jira/browse/FLINK-6692
>             Project: Flink
>          Issue Type: Bug
>          Components: Build System
>            Reporter: Haohui Mai
>            Assignee: Haohui Mai
>             Fix For: 1.4.0
>
>
> The {{flink-dist}} jar contains unshaded netty 3 and netty 4 classes:
> {noformat}
> io/netty/handler/codec/http/router/
> io/netty/handler/codec/http/router/BadClientSilencer.class
> io/netty/handler/codec/http/router/MethodRouted.class
> io/netty/handler/codec/http/router/Handler.class
> io/netty/handler/codec/http/router/Router.class
> io/netty/handler/codec/http/router/DualMethodRouter.class
> io/netty/handler/codec/http/router/Routed.class
> io/netty/handler/codec/http/router/AbstractHandler.class
> io/netty/handler/codec/http/router/KeepAliveWrite.class
> io/netty/handler/codec/http/router/DualAbstractHandler.class
> io/netty/handler/codec/http/router/MethodRouter.class
> {noformat}
> {noformat}
> org/jboss/netty/util/internal/jzlib/InfBlocks.class
> org/jboss/netty/util/internal/jzlib/InfCodes.class
> org/jboss/netty/util/internal/jzlib/InfTree.class
> org/jboss/netty/util/internal/jzlib/Inflate$1.class
> org/jboss/netty/util/internal/jzlib/Inflate.class
> org/jboss/netty/util/internal/jzlib/JZlib$WrapperType.class
> org/jboss/netty/util/internal/jzlib/JZlib.class
> org/jboss/netty/util/internal/jzlib/StaticTree.class
> org/jboss/netty/util/internal/jzlib/Tree.class
> org/jboss/netty/util/internal/jzlib/ZStream$1.class
> org/jboss/netty/util/internal/jzlib/ZStream.class
> {noformat}
> Is it an expected behavior?



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)