I use the following configuration to avoid this problem.
<property name="communicationSpi">
<bean
class="org.apache.ignite.spi.communication.tcp.TcpCommunicationSpi">
<property name="socketWriteTimeout" value="600000"/>
</bean>
</property>
--
View this message in context:
http://apache-ignite-users.70518.x6.nabble.com/How-to-config-timeout-configuration-tp9206p9215.html
Sent from the Apache Ignite Users mailing list archive at Nabble.com.
