[JBoss JIRA] (ISPN-7514) REST interface throws 'Connection reset by peer' on getting value
by Sebastian Łaskawiec (JIRA)
[ https://issues.jboss.org/browse/ISPN-7514?page=com.atlassian.jira.plugin.... ]
Sebastian Łaskawiec closed ISPN-7514.
-------------------------------------
Resolution: Deferred
Killed in favor of https://issues.jboss.org/browse/ISPN-7734
> REST interface throws 'Connection reset by peer' on getting value
> -----------------------------------------------------------------
>
> Key: ISPN-7514
> URL: https://issues.jboss.org/browse/ISPN-7514
> Project: Infinispan
> Issue Type: Bug
> Components: Integration
> Affects Versions: 9.0.0.CR1
> Reporter: Sebastian Łaskawiec
> Assignee: Sebastian Łaskawiec
> Priority: Critical
>
> REST endpoint throws a lot of INFO messages when accessing a value:
> {noformat}
> 07:45:42,718 INFO [org.jboss.resteasy.plugins.server.netty.i18n] (nioEventLoopGroup-10-8) RESTEASY018512: Exception caught by handler: java.io.IOException: Connection reset by peer
> at sun.nio.ch.FileDispatcherImpl.read0(Native Method)
> at sun.nio.ch.SocketDispatcher.read(SocketDispatcher.java:39)
> at sun.nio.ch.IOUtil.readIntoNativeBuffer(IOUtil.java:223)
> at sun.nio.ch.IOUtil.read(IOUtil.java:192)
> at sun.nio.ch.SocketChannelImpl.read(SocketChannelImpl.java:380)
> at io.netty.buffer.PooledUnsafeDirectByteBuf.setBytes(PooledUnsafeDirectByteBuf.java:288)
> at io.netty.buffer.AbstractByteBuf.writeBytes(AbstractByteBuf.java:1100)
> at io.netty.channel.socket.nio.NioSocketChannel.doReadBytes(NioSocketChannel.java:367)
> at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:118)
> at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:610)
> at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:551)
> at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:465)
> at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:437)
> at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:873)
> at io.netty.util.concurrent.DefaultThreadFactory$DefaultRunnableDecorator.run(DefaultThreadFactory.java:144)
> at java.lang.Thread.run(Thread.java:745)
> {noformat}
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
7 years, 7 months