Release date of Apache Ignite 2.11

2021-07-26 Thread satyajit.mandal
Hi Team, When is the probable release date of Ignite 2.11. We are facing issues with Enabling Partition Awareness = true for .NET thin client because of known issue which is getting fixed as part of 2.11. https://issues.apache.org/jira/browse/IGNITE-14826 Can

RE: Release date of Apache Ignite 2.11

2021-07-26 Thread satyajit.mandal
Hi Team, Does anyone know about this error System.AggregateException: Failed to establish Ignite thin client connection, examine inner exceptions for details. ---> System.Net.Sockets.SocketException: Only one usage of each socket address (protocol/network address/port) is normally permi

System.Net.Sockets.SocketException: Only one usage of each socket address

2021-07-27 Thread satyajit.mandal
Hi Team, Does anyone know about this error and possible fix? System.AggregateException: Failed to establish Ignite thin client connection, examine inner exceptions for details. ---> System.Net.Sockets.SocketException: Only one usage of each socket address (protocol/network address/port

RE: System.Net.Sockets.SocketException: Only one usage of each socket address

2021-07-30 Thread satyajit.mandal
Hi Pavel, There are multiple threads running and trying to access the endpoint . As such in the logs it is giving interim exception. I tried to increase the port range but still its giving exception when messages are flowing in. System.AggregateException:

Calling Ignite Rest endpoint using secret key

2021-09-03 Thread satyajit.mandal
Hi Team, Can someone provide example how we can invoke Ignite Rest Endpoint using encoded secret key in header. There is not much example . Any sample will help which is working. https://ignite.apache.org/docs/latest/restapi

RE: Calling Ignite Rest endpoint using secret key

2021-09-07 Thread satyajit.mandal
Hi Team, Can someone please suggest here. There is no example how to call a rest url with secret key as per below documentation. setSecretKey(String) Defines secret key used for client authentication. When provided, client request must contain HTTP header X-Signature with the

RE: Calling Ignite Rest endpoint using secret key

2021-09-07 Thread satyajit.mandal
Hi Stephen, Thank you very much for your assistance. Thanks Satyajit Restricted - External From: Stephen Darlington Sent: Tuesday, September 7, 2021 7:48 PM To: user Subject: Re: Calling Ignite Rest endpoint using secret key CAUTION: This email originated from outside our organisat

RE: Ignite not generating backup partition

2021-09-28 Thread satyajit.mandal
Hi Team, I have a cache configuration setup as below with backups =1 . But when I check the cache statistics using visor I don't see any backup partition getting generated. Can someone explain under what situations this can happen. We are using thin client.

RE: Ignite not generating backup partition

2021-09-28 Thread satyajit.mandal
Hi Andrei, I am using In memory clusters and my cluster is having 3 nodes. Here is the o/p when I run the command . Are you saying we need to add the other nodes here? [cid:image001.png@01D7B494.3A681C60] Thanks Satyajit From: andrei Sent: 28 September 2021

RE: Ignite not generating backup partition

2021-09-28 Thread satyajit.mandal
Hi Andrei, Could it be possible that multiple processes running in each individual host can result in backup partitions not getting generated? Thanks Satyajit From: Mandal, Satyajit: IT (PUN) Sent: 28 September 2021 18:15 To: user@ignite.apache.org; aealexsand...@gmail.com S

Query :Setting On Heap eviction policy

2022-01-04 Thread satyajit.mandal
Hi Stephen/Team, Can we setup onheap eviction even when onHeap cache is not enabled. We have default off heap memory enabled but we observe that heap usage is on a higher side .So can we enable Onheap eviction to avoid out of memory exception? Regards Satya

RE: Query :Setting On Heap eviction policy

2022-01-05 Thread satyajit.mandal
Hi Team, Can someone advise here. Regards Satyajit From: Mandal, Satyajit: IT (PUN) Sent: Wednesday, January 5, 2022 9:43 AM To: user@ignite.apache.org; stephen.darling...@gridgain.com Subject: Query :Setting On Heap eviction policy Hi Stephen/Team, Can we setup onheap eviction even

long JVM pauses

2022-01-11 Thread satyajit.mandal
Hi Team, We do see long JVM pauses and after that nodes in our cluster stops. This happens in every two weeks usually. What are the possible solutions to avoid long JVM pause. Can someone advise generic settings which is recommended in such cases? [23:20:37,82

RE: long JVM pauses

2022-01-11 Thread satyajit.mandal
Hi Mikael, We are using below settings and we have default off heap memory enabled. Heap size is 10 GB per node and we are running 4 nodes as part of cluster. Data size is ~25MB but it continuously updates and inserts records in every 5 mins and 15 mi