Problems with persistence and partitioned cache in 2.4.0

2018-04-25 Thread Jose Otavio Rizzatti
Hello everyone, I have a cache server for compilation artifacts ( https://github.com/uber/buck-http-cache - the current OSS version) which I'm currently upgrading to 2.4.0. It's got 4 different caches setup, all partitioned and with 1 backup copy. While using 1.7.0, the data is distributed among

Re: Problems with persistence and partitioned cache in 2.4.0

2018-04-25 Thread Jose Otavio Rizzatti
Hey, Setting the base topology on the server's startup did the trick. Thanks, Slava! B R, *Jose Otavio Rizzatti* Senior Software Engineer - Mobile Developer Platform +31 6 22257080 | joseo...@uber.com | uber.com On Wed, Apr 25, 2018 at 4:11 PM, slava.koptilin wrote: > Hello Jose

Off-heap eviction configuration

2018-06-15 Thread Jose Otavio Rizzatti
Hi everyone, I'm having issues getting the off-heap eviction to work. The nodes in my cluster are failing due to OutOfMemory errors. I'm currently trying to get it to work like this: IgniteConfuration igniteConfiguration = new IgniteConfiguration(); DataStorageConfiguration dataStorageCo

Re: Off-heap eviction configuration

2018-06-15 Thread Jose Otavio Rizzatti
Forgot to mention that I'm using Ignite 2.3. And the same behavior persists if I try using the MemoryConfiguration APIs. On Fri, Jun 15, 2018 at 12:09 PM Jose Otavio Rizzatti wrote: > Hi everyone, > > I'm having issues getting the off-heap eviction to work. The nodes

Re: Off-heap eviction configuration

2018-06-15 Thread Jose Otavio Rizzatti
Hi Dmitry, I tried that already but it didn't help either. *Jose Otavio Rizzatti* Senior Software Engineer - Mobile Developer Platform +31 6 22257080 | joseo...@uber.com | uber.com On Fri, Jun 15, 2018 at 1:48 PM dkarachentsev wrote: > Hi, > > I see you used your data region