[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 reassigned ISPN-7514:
-----------------------------------------
Assignee: Sebastian Łaskawiec
> 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
>
> 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)
9 years, 1 month
[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 updated ISPN-7514:
--------------------------------------
Priority: Critical (was: Major)
> 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)
9 years, 1 month
[JBoss JIRA] (ISPN-7514) REST interface throws 'Connection reset by peer' on getting value
by Sebastian Łaskawiec (JIRA)
Sebastian Łaskawiec created ISPN-7514:
-----------------------------------------
Summary: 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
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)
9 years, 1 month
[JBoss JIRA] (ISPN-6986) BoundedEquivalentConcurrentHashMapV8[LIRS|LRU]Test.testLotsOfWritesRemovesAndReads random failures
by William Burns (JIRA)
[ https://issues.jboss.org/browse/ISPN-6986?page=com.atlassian.jira.plugin.... ]
William Burns resolved ISPN-6986.
---------------------------------
Resolution: Out of Date
This test has been removed in ISPN 9.0.
> BoundedEquivalentConcurrentHashMapV8[LIRS|LRU]Test.testLotsOfWritesRemovesAndReads random failures
> --------------------------------------------------------------------------------------------------
>
> Key: ISPN-6986
> URL: https://issues.jboss.org/browse/ISPN-6986
> Project: Infinispan
> Issue Type: Bug
> Components: Core, Test Suite - Core
> Affects Versions: 8.2.4.Final
> Reporter: Ivan Straka
> Assignee: William Burns
>
> *BoundedEquivalentConcurrentHashMapV8LRUTest*
> [details|http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/eap-7x-infini...]
> {code:java}
> Stacktrace
> java.util.concurrent.TimeoutException
> at org.infinispan.commons.util.concurrent.jdk8backported.BoundedEquivalentConcurrentHashMapV8BaseTest.testLotsOfWritesRemovesAndReads(BoundedEquivalentConcurrentHashMapV8BaseTest.java:548)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:95)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:55)
> at java.lang.reflect.Method.invoke(Method.java:508)
> at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:84)
> at org.testng.internal.Invoker.invokeMethod(Invoker.java:714)
> at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:901)
> at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1231)
> at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:127)
> at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:111)
> at org.testng.TestRunner.privateRun(TestRunner.java:767)
> at org.testng.TestRunner.run(TestRunner.java:617)
> at org.testng.SuiteRunner.runTest(SuiteRunner.java:348)
> at org.testng.SuiteRunner.access$000(SuiteRunner.java:38)
> at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:382)
> at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
> at java.util.concurrent.FutureTask.run(FutureTask.java:277)
> at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1153)
> at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
> at java.lang.Thread.run(Thread.java:785)
> Standard Output
> [UnitTestTestNGListener] Test testLotsOfWritesRemovesAndReads(org.infinispan.commons.util.concurrent.jdk8backported.BoundedEquivalentConcurrentHashMapV8LRUTest) failed.
> 11:20:39,489 ERROR (testng-BoundedEquivalentConcurrentHashMapV8LRUTest) [UnitTestTestNGListener] Test testLotsOfWritesRemovesAndReads(org.infinispan.commons.util.concurrent.jdk8backported.BoundedEquivalentConcurrentHashMapV8LRUTest) failed.
> java.util.concurrent.TimeoutException
> at org.infinispan.commons.util.concurrent.jdk8backported.BoundedEquivalentConcurrentHashMapV8BaseTest.testLotsOfWritesRemovesAndReads(BoundedEquivalentConcurrentHashMapV8BaseTest.java:548)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:95)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:55)
> at java.lang.reflect.Method.invoke(Method.java:508)
> at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:84)
> at org.testng.internal.Invoker.invokeMethod(Invoker.java:714)
> at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:901)
> at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1231)[UnitTestTestNGListener] Test suite progress: tests succeeded: 2210, failed: 7, skipped: 0.
> {code}
> *BoundedEquivalentConcurrentHashMapV8LIRSTest*
> [details|http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/eap-7x-infini...]
> {code:java}
> Stacktrace
> java.util.concurrent.TimeoutException
> at org.infinispan.commons.util.concurrent.jdk8backported.BoundedEquivalentConcurrentHashMapV8BaseTest.testLotsOfWritesRemovesAndReads(BoundedEquivalentConcurrentHashMapV8BaseTest.java:548)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:95)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:55)
> at java.lang.reflect.Method.invoke(Method.java:508)
> at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:84)
> at org.testng.internal.Invoker.invokeMethod(Invoker.java:714)
> at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:901)
> at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1231)
> at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:127)
> at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:111)
> at org.testng.TestRunner.privateRun(TestRunner.java:767)
> at org.testng.TestRunner.run(TestRunner.java:617)
> at org.testng.SuiteRunner.runTest(SuiteRunner.java:348)
> at org.testng.SuiteRunner.access$000(SuiteRunner.java:38)
> at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:382)
> at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
> at java.util.concurrent.FutureTask.run(FutureTask.java:277)
> at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1153)
> at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
> at java.lang.Thread.run(Thread.java:785)
> Standard Output
> [UnitTestTestNGListener] Test testLotsOfWritesRemovesAndReads(org.infinispan.commons.util.concurrent.jdk8backported.BoundedEquivalentConcurrentHashMapV8LIRSTest) failed.
> 11:26:56,539 ERROR (testng-BoundedEquivalentConcurrentHashMapV8LIRSTest) [UnitTestTestNGListener] Test testLotsOfWritesRemovesAndReads(org.infinispan.commons.util.concurrent.jdk8backported.BoundedEquivalentConcurrentHashMapV8LIRSTest) failed.
> java.util.concurrent.TimeoutException
> at org.infinispan.commons.util.concurrent.jdk8backported.BoundedEquivalentConcurrentHashMapV8BaseTest.testLotsOfWritesRemovesAndReads(BoundedEquivalentConcurrentHashMapV8BaseTest.java:548)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:95)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:55)
> at java.lang.reflect.Method.invoke(Method.java:508)
> at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:84)
> at org.testng.internal.Invoker.invokeMethod(Invoker.java:714)
> at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:901)
> at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1231)[UnitTestTestNGListener] Test suite progress: tests succeeded: 5060, failed: 12, skipped: 0.
> {code}
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
9 years, 1 month