You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Sean Owen (JIRA)" <ji...@apache.org> on 2014/11/08 10:52:34 UTC

[jira] [Resolved] (SPARK-819) netty: ChannelInboundByteHandlerAdapter no longer exist in 4.0.3.Final

     [ https://issues.apache.org/jira/browse/SPARK-819?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Sean Owen resolved SPARK-819.
-----------------------------
    Resolution: Fixed

This must have been fixed along the way, as the class ChannelInboundByteHandlerAdapter  is not used in the code now, nor is that version of Netty.

> netty: ChannelInboundByteHandlerAdapter no longer exist in 4.0.3.Final
> ----------------------------------------------------------------------
>
>                 Key: SPARK-819
>                 URL: https://issues.apache.org/jira/browse/SPARK-819
>             Project: Spark
>          Issue Type: Bug
>          Components: Shuffle
>    Affects Versions: 0.8.0
>            Reporter: Thomas Graves
>
> It appears the netty shuffle code uses netty version 4.0.0.Beta2, which by the tag was in beta. They now have 4.0.2.Final which doesn't include the api ChannelInboundByteHandlerAdapter which is used by the FileClientHandler. We should move to use a stable api.  It looks like it was replaced with ChannelInboundHandlerAdapter.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@spark.apache.org
For additional commands, e-mail: issues-help@spark.apache.org