You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Amelchev Nikita (Jira)" <ji...@apache.org> on 2022/04/14 13:10:00 UTC

[jira] [Commented] (IGNITE-11650) Commutication worker doesn't kick client node after expired idleConnTimeout

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

Amelchev Nikita commented on IGNITE-11650:
------------------------------------------

CI multiple run:
https://ci.ignite.apache.org/buildConfiguration/IgniteTests24Java8_Spi?branch=pull%2F9975%2Fhead&mode=builds
https://ci2.ignite.apache.org/buildConfiguration/IgniteTests24Java8_Spi?focusLine=0&branch=pull%2F9975%2Fhead&mode=builds

> 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: Amelchev Nikita
>            Priority: Major
>             Fix For: 2.14
>
>          Time Spent: 0.5h
>  Remaining Estimate: 0h
>
> 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
(v8.20.1#820001)