Hi, connectionTimeout is related to different things. The timeout that you searching for is joinTimeout. By default it's unlimited.
https://ignite.apache.org/releases/latest/javadoc/org/apache/ignite/spi/discovery/tcp/TcpDiscoverySpi.html#setJoinTimeout-long- Evgenii пн, 29 окт. 2018 г. в 14:18, [email protected] <[email protected]>: > Hey, > > What happens to a client node in case there are no other nodes running, i > found a default value for connectionTimeout at 5000ms in > TcpCommunicationSpi and think it should timeout but my client node kept on > trying for a connection. > should i be looking at some other property in TcpCommunicationSpi or if > not via TcpCommunicationSpi is there a way we can configure a timeout? > > Regards, > Prem >
