Hi,
Shared memory is known to be not very stable under load, and it will not be
default anymore in 2.0 (and will probably be deprecated). I would recommend
to disable it, just add the following into configuration:
<property name="communicationSpi">
<bean
class="org.apache.ignite.spi.communication.tcp.TcpCommunicationSpi">
<property name="sharedMemoryPort" value="-1"/>
</bean>
</property>
-Val
--
View this message in context:
http://apache-ignite-users.70518.x6.nabble.com/class-org-apache-ignite-IgniteCheckedException-Shared-memory-segment-has-been-closed-tp9996p10003.html
Sent from the Apache Ignite Users mailing list archive at Nabble.com.