Anton Kalashnikov created IGNITE-11650:
------------------------------------------
Summary: Commutication worker doesn't kick client node after expired idleConnTimeout
Key: IGNITE-11650
URL:
https://issues.apache.org/jira/browse/IGNITE-11650 Project: Ignite
Issue Type: Bug
Reporter: Anton Kalashnikov
Assignee: Anton Kalashnikov
Reproduced by TcpCommunicationSpiFreezingClientTest.testFreezingClient
{noformat}
java.lang.AssertionError: Client node must be kicked from topology
at org.junit.Assert.fail(Assert.java:88)
at org.apache.ignite.testframework.junits.JUnitAssertAware.fail(JUnitAssertAware.java:49)
at org.apache.ignite.spi.communication.tcp.TcpCommunicationSpiFreezingClientTest.testFreezingClient(TcpCommunicationSpiFreezingClientTest.java:122)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:47)
at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:44)
at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
at org.apache.ignite.testframework.junits.GridAbstractTest$6.run(GridAbstractTest.java:2102)
{noformat}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)