Re: Unexpexted exception

2016-05-10 Thread Roman Shtykh
It is possible to see the full log? As the error message says, grid is not started. -Roman On Wednesday, May 11, 2016 12:14 AM, kajzur wrote: Hi! Thanks for response, but is still the same error :( -- View this message in context:

Re: Cluster size for Terrabytes of data

2016-05-10 Thread Denis Magda
Hi Arthi, Ignite doesn’t expose any limit on cache or cluster size. However if you’re going to store terabytes of data in a cache then you should use off-heap storage [1] for that to avoid long garbage collection pauses. To my knowledge there are deployments that work with cluster with

Re: Problem with dependencys

2016-05-10 Thread Denis Magda
Hi, Is Ignite Maven repository available from your workplace? Are you sure that ignite-spring-1.5.0.final.jar was retrieved using Maven? Try to download the latest release and create a project from “apache_release”/examples/pom.xml and after that run ExampleNodeStartup. — Denis > On May 10,

Re: Unexpexted exception

2016-05-10 Thread kajzur
Hi! Thanks for response, but is still the same error :( -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/Unexpexted-exception-tp4847p4863.html Sent from the Apache Ignite Users mailing list archive at Nabble.com.

Re: Clear cache from Visor throws an exception

2016-05-10 Thread zshamrock
1.5.0.final -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/Clear-cache-from-Visor-throws-an-exception-tp4848p4862.html Sent from the Apache Ignite Users mailing list archive at Nabble.com.

Re: Clear cache from Visor throws an exception

2016-05-10 Thread Alexey Kuznetsov
Will do it tomorrow. On Tue, May 10, 2016 at 6:55 PM, Denis Magda wrote: > Hi, > > What Ignite and visor versions are you using? > > *Alexey Kuznetzov*, as a maintainer of Visor could you please take a look > at the issue? > > — > Denis > > On May 9, 2016, at 10:25 PM,

Re: Client Connection to Ignite takes time

2016-05-10 Thread arthi
Hi Denis, We use Ignite data grid as a data store for supporting our reporting needs. The end users trigger reporting requests to our C++ based engine. The engine then issues SQL queries on the ignite grid to derive results and responds back to the end user. We need to support 500+ concurrent

Cluster size for Terrabytes of data

2016-05-10 Thread arthi
Hi Team, Is there a cluster size & data size range that Ignite is known to work the best? Can we host 40-50TB of data in Ignite data grid? Can the topology be built on 50-100 nodes? Do you have any stats around the supported data sizes and cluster size? Thanks, Arthi -- View this message in

Re: jpoint presentation

2016-05-10 Thread Yakov Zhdanov
Well, everyone can get it from here - https://www.dropbox.com/s/ifx767oqzj8j0y3/2016-jpoint%20-%20slides%202.pdf?dl=0 Warning - a lot of Russian inside :) --Yakov 2016-05-10 12:59 GMT+06:00 Roman Shtykh : > Yakov, > > I would like to see it too. > > -Roman > > > > On

Re: jpoint presentation

2016-05-10 Thread Yakov Zhdanov
Nick, I am not sure if apache lists allow attachments. So, I will send you personal email. Thanks! -- Yakov Zhdanov, Director R *GridGain Systems* www.gridgain.com 2016-05-05 13:52 GMT+06:00 Nick Pavlov : > Hi Yakov, > > Could you share your presentation from jpoint? >

Eviction Events with offheap values

2016-05-10 Thread abraham
Hi, I am re-posting an earlier message to which I did not get any replies because I was not subscribed to the mailing list: I am trying to get the values from the eviction events. This works fine with the ONHEAP_TIERED version but not with OFFHEAP_VALUES and OFFHEAP_TIERED - in that cases the