You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Nikolay Izhikov (Jira)" <ji...@apache.org> on 2020/04/16 15:50:00 UTC

[jira] [Updated] (IGNITE-11302) idleConnectionTimeout TcpComm different on server and client (client default > server custom) lead to wait until client timeout on server side

     [ https://issues.apache.org/jira/browse/IGNITE-11302?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Nikolay Izhikov updated IGNITE-11302:
-------------------------------------
    Fix Version/s:     (was: 2.8.1)

> idleConnectionTimeout TcpComm different on server and client (client default > server custom) lead to wait until client timeout on server side
> ----------------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: IGNITE-11302
>                 URL: https://issues.apache.org/jira/browse/IGNITE-11302
>             Project: Ignite
>          Issue Type: Bug
>    Affects Versions: 2.5
>            Reporter: ARomantsov
>            Assignee: Dmitriy Sorokin
>            Priority: Critical
>             Fix For: 2.9
>
>
> Server config:
>         <property name="communicationSpi">
>             <bean class="org.apache.ignite.spi.communication.tcp.TcpCommunicationSpi">
>                 <property name="idleConnectionTimeout" value="1000"/>
>             </bean>
>         </property>
> Client config
>         <property name="communicationSpi">
>             <bean class="org.apache.ignite.spi.communication.tcp.TcpCommunicationSpi">
>             </bean>
>         </property>
> Server wait until default idleConnectionTimeout (10 m) for client fail.
> If both config with idleConnectionTimeout=1 s - ignite worked according to config



--
This message was sent by Atlassian Jira
(v8.3.4#803005)