Re: Unexpexted exception

2016-05-11 Thread Roman Shtykh
Hi, Do you have an MRE on github or elsewhere I can reproduce it? -Roman On Thursday, May 12, 2016 3:23 AM, kajzur wrote: Hi, thank, now it's working, but now I have other problem. All is working but my session isn't saved. I have HttpSession object and in one servler setting an attr

Re: What will happend in case of run out of memory ?

2016-05-11 Thread Denis Magda
Correct, evicted data can be loaded from a cache using cache.get/getAll like methods. However note that if you run a SQL query and there is some evicted data in a persistent storage then it won’t be considered because SQL engine doesn’t trigger the storage for data loading. — Denis > On May 1

Re: Off-Heap Memory - simpler explanation than in docs

2016-05-11 Thread Denis Magda
> Why it is not possible with on heap ? Well-known garbage collectors that are available in Oracle/Open/IBM JDKs works not to nice with heaps of size > 20 GB on high-performant applications like the ones that are built on top of Ignite. The reason is that stop-the-world pauses can become lengt

Re: Clear cache from Visor throws an exception

2016-05-11 Thread zshamrock
Could it be because of the cache store implementation classes I use? That some of them trigger this exception? I will try the latest nightly build you've mentioned, and report you about the results. -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/Clear-cache-fro

Re: Unexpexted exception

2016-05-11 Thread kajzur
Hi, thank, now it's working, but now I have other problem. All is working but my session isn't saved. I have HttpSession object and in one servler setting an attr and in other servler I trying to get this attr and it's not there. I checked in debugger - my session is WebSession from ingniter.

Re: What will happend in case of run out of memory ?

2016-05-11 Thread tomk
Ok, so eviction policy allows configure what data should be dropped out from cache. If it is need to get dropped data, they will be loaded from datastore (for example postgresql). 1. Eviction policy protect against out of memory (data always may be loaded to cache). Am I ok ? -- View this m

Re: Off-Heap Memory - simpler explanation than in docs

2016-05-11 Thread tomk
Thanks for your answer, nevertheless I still don't understand. I know that nodes in ignite are launched in jvm. It seems to me that off heap make it possible to cache large dataset (such large as RAM). Why it is not possible with on heap ? Why off heap is faster than two others layers ? -

Affinity Collocation - more details

2016-05-11 Thread tomk
Hello, I am caching underlying database. These data contains: CountryID, TID. Is it possible to use affinity collocation in following way: 1. Rows with the same CountryID are on the same cache node. 2. Rows with the same CounryID and TID (as second priority) are loaded on the same cache node

Re: Just a basic query generally?

2016-05-11 Thread vdpyatkov
Hello Ravi, Have experience around three-four years using java usually enough. Also experience in using Spring xml will help, but much more important understanding multithreading environment, patterns and approach. I think you cope. -- View this message in context: http://apache-ignite-users

Re: Problem with dependencys

2016-05-11 Thread Alexey
Hi! Thank you for your reply! I installed Maven 3.3.9 to c:\Program Files\Maven, set M2_HOME environment variable and add bin to PATH. I downloaded the latest Ignite (C:\Ignite), add IGNITE_HOME and create a project from 'examples/pom.xml', but I still see the error that dependancy is not Found. I

re: Ignite Still waiting for initial partition map exchange problem

2016-05-11 Thread Zhengqingzheng
Hi Vladimir, The warning message disappeared. However, there are some other abnormal behavior occurred. My first observation is that, the client side keeps running without doing any write through actions to the database; Second, I cannot get into the cmd interface to check cache or node informat

Re: Ignite Still waiting for initial partition map exchange problem

2016-05-11 Thread Vladimir Ozerov
H Kevin, Does it lead to any problems with application? If yes, please describe your observations and provide thread dump of the node. Vladimir. On Wed, May 11, 2016 at 11:16 AM, Zhengqingzheng wrote: > Hi there, > > When I tried to run an writethrough example, I got the following error > mess

Re: Clear cache from Visor throws an exception

2016-05-11 Thread Vasiliy Sisko
Hello @zshamrock I cannot reproduce your issue. Possible that problem is already fixed. Please try to reproduce it on latest nightly build: http://ignite.apache.org/community/contribute.html#nightly-builds. If problem is still reproduced please provide your grid configuration. -- View this mes

Re: Client Connection to Ignite takes time

2016-05-11 Thread arthi
Thanks Denis. I think we should try this. Is there an C++ API we could use to get the ignite client node instance from the grid to run SQL queries? Thanks, Arthi -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/Client-Connection-to-Ignite-takes-time-tp4739p4870

Ignite Still waiting for initial partition map exchange problem

2016-05-11 Thread Zhengqingzheng
Hi there, When I tried to run an writethrough example, I got the following error message from log file: [15:29:48,902][WARNING][main][GridCachePartitionExchangeManager] Still waiting for initial partition map exchange [fut=GridDhtPartitionsExchangeFuture [dummy=false, forcePreload=false, reassi