Re: Remote Session with Ignite & Cassandra persistence

2018-08-02 Thread Вячеслав Коптилин
Hello, Hello, First of all, I would recommend switching to TcpDiscoveryVmIpFinder [1] instead of TcpDiscoveryMulticastIpFinder, and disable IPv6 stack via specifying JVM property -Djava.net.preferIPv4Stack=true. [1] https://apacheignite.readme.io/docs/tcpip-discovery#section-static-ip-finder Th

Remote Session with Ignite & Cassandra persistence

2018-08-02 Thread okiesong
Hi, how can we use Ignite to start multiple ignite sessions on a remote server? I tried using TcpDiscoverySpi and TcpCommunicationSpi to resolve this problem, but this was not working. I basically used a similar setting as below from ignite website. And I have already added jar under ignite/lib fol