eBay / parallec

Fast Parallel Async HTTP/SSH/TCP/UDP/Ping Client Java Library. Aggregate 100,000 APIs & send anywhere in 20 lines of code. Ping/HTTP Calls 8000 servers in 12 seconds. (Akka) www.parallec.io
Apache License 2.0
805 stars 173 forks source link

NPE in ChunkedWriteHandler #75

Closed shaoxt closed 6 years ago

shaoxt commented 6 years ago

java.lang.NullPointerException :java.lang.NullPointerException at org.jboss.netty.handler.stream.ChunkedWriteHandler.discard(ChunkedWriteHandler.java:185) at org.jboss.netty.handler.stream.ChunkedWriteHandler.handleUpstream(ChunkedWriteHandler.java:144) at org.jboss.netty.handler.codec.replay.ReplayingDecoder.cleanup(ReplayingDecoder.java:554) at org.jboss.netty.handler.codec.replay.ReplayingDecoder.channelClosed(ReplayingDecoder.java:455) at org.jboss.netty.handler.codec.http.HttpClientCodec.handleUpstream(HttpClientCodec.java:77) at org.jboss.netty.handler.codec.frame.FrameDecoder.cleanup(FrameDecoder.java:344) at org.jboss.netty.handler.codec.frame.FrameDecoder.channelClosed(FrameDecoder.java:232) at org.jboss.netty.channel.Channels.fireChannelClosed(Channels.java:404) at org.jboss.netty.channel..

shaoxt commented 6 years ago

It might related the old version of netty introduced by async-http-client. Excluding it.

jeffpeiyt commented 6 years ago

@shaoxt When does it happen? Have not observed that before.

jeffpeiyt commented 6 years ago

Close it as there is no more activity on it