Re: Not able to perform cache queries

2015-11-26 Thread gauri.jagtap
Hi, I am getting empty result set, but I can see cache is loaded with all data. Checked the cache size using "cache.size(CachePeekMode.PRIMARY)" and I am getting expected cache size. But when I am performing "select * " operation using "cache.query(...)" I am getting empty resultset. Thank you

Re: Not able to perform cache queries

2015-11-26 Thread Denis Magda
Hi, What do you mean saying that you're not able to perform SQL queries? Do you get an error, empty or partial result set? Please be more specific. In any case I want to draw your attention that if there is still some data in a cache storage that has to be loaded then it won't be loaded automatic

Re: when i excute compute.broadcast(),why run on only one node?

2015-11-26 Thread Denis Magda
Hi, Please make sure that all your three nodes already joined the same cluster at the time you're sending the broadcast closure. Check that on the sender side there is a line like this in the logs: Topology snapshot [ver=3, servers=3, clients=0, CPUs=8, heap=3.5GB] And please properly subscribe

From one cache to another

2015-11-26 Thread alpha centauri
Hello, I'm a new Apache Ignite User. I'm trying to prototype a simple use case : 1. create two caches 2. read strings from a file and put them in the first cache 3. compute strings into complex objects put the complex objects into second cache My code looks like this : // Part 1 final IgniteC

Re: Accessing Cache from REST Services

2015-11-26 Thread Artem Shutak
Hi Sumeet, Excellent! I've glanced new README file. Looks better, but I'd still want to see an example (or a link) of Ignite configuration with enabled REST API. Could you add Ignite xml configuration which you have used for AIEX testing? If it's hard for you by any reason, let me know and I will

Re: off heap memory

2015-11-26 Thread Dmitriy Setrakyan
On Thu, Nov 26, 2015 at 12:52 PM, wrote: > Memcache and Hazelcast Enterprise 3.6.X use slab allocation for effective > memory utilization. > Is there any such plan for Ignite in future release? > We are currently revising Ignite memory model and will add an option to use the slab allocator early

RE: off heap memory

2015-11-26 Thread ambha.ungrapalli
Memcache and Hazelcast Enterprise 3.6.X use slab allocation for effective memory utilization. Is there any such plan for Ignite in future release? -Original Message- From: Denis Magda [mailto:dma...@gridgain.com] Sent: 26 November 2015 12:12 To: user@ignite.apache.org Subject: Re: off h

Re: Searching for something based on an Array values

2015-11-26 Thread Yakov Zhdanov
Kevin, how long is the array? How often does it get changed? --Yakov 2015-11-25 1:02 GMT+03:00 Kevin Daly : > We have an object that contain an array of long[] values > > What I am trying to do is to find all of the objects that contain a value > in > that array.. Kind of trying to simulate edg