Re: [DISCUSSION] Renaming Ignite's product category

2020-09-23 Thread Denis Magda
Adam, You defined GigaSpaces as a true in-memory computing platform. What is the true platform for you? - Denis On Fri, Sep 18, 2020 at 7:02 AM Carbone, Adam wrote: > So when I came across Ignite It was described as an In Memory Data Grid > > So one way to look at this is who do you fashion

Ignite hangs getting cache size

2020-09-23 Thread arw180
I'm running a 5 node Ignite cluster, version 2.8.1, with persistence enabled and a small number of partitioned caches, ranging between a few thousand records to one cache with over 1 billion records. No SQL use. When I run a Java client app and connect to the cluster (with clientMode = true), I

Re:OutOfMemoryException with Persistence and Eviction Enabled

2020-09-23 Thread Mitchell Rathbun (BLOOMBERG/ 731 LEX)
Here is the exception: Sep 22, 2020 7:58:22 PM java.util.logging.LogManager$RootLogger log SEVERE: Critical system error detected. Will be handled accordingly to configured handler [hnd=StopNodeOrHaltFailureHandler [tryStop=false, timeout=0, super=AbstractFailureHandler

OutOfMemoryException with Persistence and Eviction Enabled

2020-09-23 Thread Mitchell Rathbun (BLOOMBERG/ 731 LEX)
We currently have a cache that is structured with a key of record type and a value that is a map from field id to field. So to update this cache, which has persistence enabled, we need to atomically load the value map for a key, add to that map, and write the map back to the cache. This can be

Re: Remote Cluster ServiceGrid debug

2020-09-23 Thread aealexsandrov
Hi, There is too little information about your case. Which kind of debug you are going to have? Ignite has several monitoring tools. For example, you can use the web console: https://apacheignite-tools.readme.io/v2.8/docs/ignite-web-console Probably you can use it. BR, Andrei -- Sent

Re: Planning to pick Ignite 13006

2020-09-23 Thread Ilya Kasnacheev
Hello! You can offer your pull requests against master branch. Once 2.10 is forked it will be included. Regards, -- Ilya Kasnacheev ср, 23 сент. 2020 г. в 14:08, Hemambara : > Hi, I am interested to pick > https://issues.apache.org/jira/browse/IGNITE-13006 and work on it. Please > let me

Planning to pick Ignite 13006

2020-09-23 Thread Hemambara
Hi, I am interested to pick https://issues.apache.org/jira/browse/IGNITE-13006 and work on it. Please let me know for any constraints to pick it up. I see fix version on this as 2.10, but I do not see any branch created. Could you please let me know if we are planning to start 2.10 and is it the

Remote Cluster ServiceGrid debug

2020-09-23 Thread marble.zh...@coinflex.com
Hi, I have a cluster running on the cloud server, now met some issues, is it possible that I can connect with client in local to debug the service? If ok, how do that, thanks. Thanks. -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/

Re: read-though tutorial for a big table

2020-09-23 Thread vtchernyi
Hi Alex,I have some good news.>> experience and materials you mentioned in thisthreadMy tutorial is finally published: https://www.gridgain.com/resources/blog/how-fast-load-large-datasets-apache-ignite-using-key-value-apiHope that helpsVladimir12:52, 22 июня 2020 г., Alex Panchenko :Hello