Re: Cannot start ignite nodes with shared memory - Ignite version 2.10.0

2021-06-21 Thread Ilya Kazakov
Also, as I know, shmem is not recommended to use. Shmem will not be used in Ignite 3. пн, 21 июн. 2021 г. в 15:30, Ilya Kazakov : > Hello, as I can see no one from the community wants to take this ticket. > Try to ask on dev-list: d...@ignite.apache.org > > ср, 2 июн. 2021 г. в 05:11, sarahsamji

Re: Cannot start ignite nodes with shared memory - Ignite version 2.10.0

2021-06-21 Thread Ilya Kazakov
Hello, as I can see no one from the community wants to take this ticket. Try to ask on dev-list: d...@ignite.apache.org ср, 2 июн. 2021 г. в 05:11, sarahsamji : > Hi, is there a fix expected for this issue in the next release? > > > > -- > Sent from:

Re: Cannot start ignite nodes with shared memory - Ignite version 2.10.0

2021-06-01 Thread sarahsamji
Hi, is there a fix expected for this issue in the next release? -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/

Re: Cannot start ignite nodes with shared memory - Ignite version 2.10.0

2021-04-26 Thread sarahsamji
Thankyou Ilya. -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/

Re: Cannot start ignite nodes with shared memory - Ignite version 2.10.0

2021-04-22 Thread Ilya Kazakov
Hello. It looks like a bug. I have reported it: https://issues.apache.org/jira/browse/IGNITE-14634 Ilya пт, 16 апр. 2021 г. в 05:09, sarahsamji : > Sample > > import org.apache.ignite.Ignite; > import org.apache.ignite.Ignition; > import org.apache.ignite.configuration.*; > import

Re: Cannot start ignite nodes with shared memory - Ignite version 2.10.0

2021-04-15 Thread sarahsamji
Sample import org.apache.ignite.Ignite; import org.apache.ignite.Ignition; import org.apache.ignite.configuration.*; import org.apache.ignite.events.EventType; import org.apache.ignite.failure.StopNodeOrHaltFailureHandler; import org.apache.ignite.internal.util.IgniteUtils; import

Re: Cannot start ignite nodes with shared memory - Ignite version 2.10.0

2021-04-15 Thread sarahsamji
public class SampleTest { static String localhost; private static Random random; final static int discPort = 36101; final static int commPort = 37601; final static int sharedMemPort = 37235; final static int clusterSize = 2; private static final int messageQueueLimit

Re: Cannot start ignite nodes with shared memory - Ignite version 2.10.0

2021-04-14 Thread Ilya Kazakov
Hello. It will be great if you can share some simple reproducer. ср, 14 апр. 2021 г. в 03:39, sarahsamji : > Hi, > > * > Tested with:* > - Ignite version - 2.10.0 > - Multinode cluster on single/different JVM - localhost > - First node successfully starts, shared memory endpoint also starts but