[ 
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-unsubscr...@spark.apache.org
For additional commands, e-mail: issues-h...@spark.apache.org

Reply via email to