roar109 wrote
> If I understand your suggestion correctly is to make single Ignite
> instance per jboss in this case to avoid this sync mechanism?

This should help too. But it sounds like that in your case you can simply
disable shared memory communication. To do this add the following in your
configuration file:

<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/OverlappingFileLockException-in-nodes-startup-same-time-in-Linux-tp1415p1428.html
Sent from the Apache Ignite Users mailing list archive at Nabble.com.

Reply via email to