how to do i hibernate configuration for Apache ignite database

2018-10-26 Thread Malashree
how to do i hibernate configuration for Apache ignite database using maven application -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/

Re: CPU Count Drop On ECS

2018-10-26 Thread Dave Harvey
Reverting the AWS AMI did not revert the ECS agent version. On Fri, Oct 26, 2018 at 6:11 PM Dave Harvey wrote: > I was running a 8x i3.8xlarge cluster on AWS ECS, and it would normally > display > > ^-- H/N/C [hosts=8, nodes=8, CPUs=256] > > > Then I recreated it and got this, and problems like

CPU Count Drop On ECS

2018-10-26 Thread Dave Harvey
I was running a 8x i3.8xlarge cluster on AWS ECS, and it would normally display ^-- H/N/C [hosts=8, nodes=8, CPUs=256] Then I recreated it and got this, and problems like I can no longer start visor. ^-- H/N/C [hosts=8, nodes=8, CPUs=8] Our ECS task specifies CPU=0 -> 1 share. I'm reverting

Re: Question about baseline topology.

2018-10-26 Thread aealexsandrov
Hi, Do you set backups in your cache configuration? By default in case if you have 2 data nodes without backups then you can face data loss when some of your nodes will go down. In this case, you may see not all data. But when this node will start (with persistence) and join to topology then data

Question about baseline topology.

2018-10-26 Thread yangjiajun
Hi,I'm puzzled after testing baseline topology. Here is my experiment: 1.Start a node A with persistence enabled and use it as a database. 2.Add data to a table with replicated template. 3.Start node B to join A. 4.Add B to baseline. 5.Count data from node B by jdbc.The result is correct. 6.Shut d

Re: cotinuousquery -> Requesting mapping from grid failed for [ platformId=1, typeId=1173251103]

2018-10-26 Thread jcalahor
i made the config changes, and now the filter was is not found, the filter was working earlier. C:\apache_ignite\platforms\dotnet\bin>Apache.Ignite.exe -Assembly=C:\apache_igni te\_net\ignite_shared\ignite_shared\bin\Debug\ignite_shared.dll Oct 26, 2018 10:02:49 AM org.springframework.beans.factor

Re: Inserting data into Ignite thread is hung

2018-10-26 Thread Ilya Kasnacheev
Hello! Nothing obviously wrong (or happening at all) in your thread dumps. Unfortunately I don't think the community will help you with 1.8 much, since it's a very old release as far we are concerned. Regards, -- Ilya Kasnacheev пт, 26 окт. 2018 г. в 9:39, praveeng : > Hi, > > We are getting

Re: Cache Metrics

2018-10-26 Thread akurbanov
Hello, This doesn't sound well, could you give a bit more detail on this case? How many entries did you load (what are the counts), which Ignite version do you use, and if possible a minimalistic reproducing snippet for this issue. Also, .getSize() is deprecated now, are you able to use .getCache

Cache Metrics

2018-10-26 Thread Akash Shinde
Hi, I have captured below two ignite cache metrics. 1) igniteCache.metrics().getSize() 2)igniteCache .metrics().getOffHeapEntriesCount() I started three nodes with distrusted load. When I started filling the cache I observed OffHeapEntries counts are approximately double of cache size. Why off

Re: Client node get stuck when reconnecting to cluster

2018-10-26 Thread oshevchenko
Anton, Thanks a lot for your reply. It helped me to identify the issue -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/

Re: Client node get stuck when reconnecting to cluster

2018-10-26 Thread oshevchenko
Anton, Thanks a lot for you reply. It helped me to identified problem -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/

Re: npe: Failed to reinitialize local partition

2018-10-26 Thread Ilya Kasnacheev
Hello! Sorry, I was looking at file in a wrong location. Now I can see your test. I have ran it on master and the result is: - wait for client reconnect persisted backups ->1 inmemory backups ->2 If this is the correct result, I think you should expect the correct behaviour in 2