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

Shixiong Zhu commented on SPARK-18971:
--------------------------------------

[~andreu.urruela] Update Spark to 2.2.0 (not yet announce, but the votes passed 
and you can get from maven: 
https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.spark%22) or 
build a special Spark 2.1.1 with the new Netty version by yourself? I don't 
know any other workarounds. This Netty issue exists for a long time. However, 
it's pretty hard to figure out which change makes Spark easy to hit this issue.

> Netty issue may cause the shuffle client hang
> ---------------------------------------------
>
>                 Key: SPARK-18971
>                 URL: https://issues.apache.org/jira/browse/SPARK-18971
>             Project: Spark
>          Issue Type: Bug
>          Components: Spark Core
>            Reporter: Shixiong Zhu
>            Assignee: Shixiong Zhu
>            Priority: Minor
>             Fix For: 2.2.0
>
>
> Check https://github.com/netty/netty/issues/6153 for details
> You should be able to see the following similar stack track in the executor 
> thread dump.
> {code}
> "shuffle-client-7-4" daemon prio=5 tid=97 RUNNABLE
>         at io.netty.util.Recycler$Stack.scavengeSome(Recycler.java:504)
>         at io.netty.util.Recycler$Stack.scavenge(Recycler.java:454)
>         at io.netty.util.Recycler$Stack.pop(Recycler.java:435)
>         at io.netty.util.Recycler.get(Recycler.java:144)
>         at 
> io.netty.buffer.PooledUnsafeDirectByteBuf.newInstance(PooledUnsafeDirectByteBuf.java:39)
>         at 
> io.netty.buffer.PoolArena$DirectArena.newByteBuf(PoolArena.java:727)
>         at io.netty.buffer.PoolArena.allocate(PoolArena.java:140)
>         at 
> io.netty.buffer.PooledByteBufAllocator.newDirectBuffer(PooledByteBufAllocator.java:271)
>         at 
> io.netty.buffer.AbstractByteBufAllocator.directBuffer(AbstractByteBufAllocator.java:177)
>         at 
> io.netty.buffer.AbstractByteBufAllocator.directBuffer(AbstractByteBufAllocator.java:168)
>         at 
> io.netty.buffer.AbstractByteBufAllocator.ioBuffer(AbstractByteBufAllocator.java:129)
>         at 
> io.netty.channel.AdaptiveRecvByteBufAllocator$HandleImpl.allocate(AdaptiveRecvByteBufAllocator.java:104)
>         at 
> io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:117)
>         at 
> io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:652)
>         at 
> io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:575)
>         at 
> io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:489)
>         at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:451)
>         at 
> io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:140)
>         at 
> io.netty.util.concurrent.DefaultThreadFactory$DefaultRunnableDecorator.run(DefaultThreadFactory.java:144)
>         at java.lang.Thread.run(Thread.java:745)
> {code}



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

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

Reply via email to