RE: Ignite cache.getAll takes a long time

2018-12-03 Thread Stanislav Lukyanov
Ji Sent: 3 декабря 2018 г. 13:10 To: user@ignite.apache.org Subject: RE: Ignite cache.getAll takes a long time Stan - Thank for your reply! Yes, the getAll and putAll(async) executed in parallel(amount of operations executed at the same time). But I think it may be caused by the write-behind

RE: Ignite cache.getAll takes a long time

2018-12-03 Thread Justin Ji
Stan - Thank for your reply! Yes, the getAll and putAll(async) executed in parallel(amount of operations executed at the same time). But I think it may be caused by the write-behind, when I disabled the write-behind the timeout disappeared, and I enabled the write-behind the timeout appeared.

RE: Ignite cache.getAll takes a long time

2018-11-29 Thread Stanislav Lukyanov
between them. Finally, try to find correlation between the key sets you get high latency for. Perhaps there is something special about these keys. Stan From: Justin Ji Sent: 29 ноября 2018 г. 5:24 To: user@ignite.apache.org Subject: Re: Ignite cache.getAll takes a long time I use the default

Re: Ignite cache.getAll takes a long time

2018-11-28 Thread Justin Ji
I use the default thread pool settings, can it improve the performance after I increase the system thread pool? Another question, should I add the configuration in server nodes? Looking forward to your reply -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/