Re: Cannot Run Spatial Query Example

2019-11-17 Thread Humphrey
Do you have a link to the file or the example? -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/

Re: How to perform distributed compute in similar way to Spark vector UDF

2019-11-17 Thread camer314
Reading a little more in the Java docs about AffinityKey, I am thinking that, much like vector UDF batch sizing, one way I could easily achieve my result is to batch my rows into affinity keys. That is, for every 100,000 rows the affinity key changes for example. So cache keys [0...9] have

How to perform distributed compute in similar way to Spark vector UDF

2019-11-17 Thread camer314
I asked this question on StackOverflow However I probably put too much weight on Spark. My question really is, how can I load in a large CSV file to

Re: Question about memory when uploading CSV using .NET DataStreamer

2019-11-17 Thread camer314
Ok yes i see. Seems like with my code changes I made to provide the example that the memory consumption is way more inline with expectations, so I guess it was a code error on my part. However, it seems strange that my client node, which has no cache, still wants to hang onto over 1Gb of heap

Re: recoveryBallotBoxes in MvccProcessorImpl memory leak?

2019-11-17 Thread mvkarp
Only other thing I can think of if it's through onDiscovery() is that curCrd.local() somehow is returning true. However I am unable to find exactly how local() is determined since there appears to be a big chain. I know that the node uuid on the leaking server is on a different physical node as

Baseline topology - Data inconsistency

2019-11-17 Thread userx
Hi team, I went through https://apacheignite.readme.io/docs/baseline-topology , one thing remained a question for me is what happens to the consistency of data in the following case 1) Say 5 nodes are started as part of the cluster with BackUps = 1. M1, M2, M3, M4 and M5 with persistence