RE: Performance degradation in embed mode

2018-08-16 Thread Kvon, Dmitriy
Hello!

It’s incredible!
Thank you for help!

Dmitriy


From: Ilya Kasnacheev [mailto:ilya.kasnach...@gmail.com]
Sent: Tuesday, August 14, 2018 6:02 PM
To: user@ignite.apache.org
Subject: Re: Performance degradation in embed mode

Hello!

It looks like you have debug enabled when running inside Apache Tomcat.

Turning DEBUG on will make Ignite spend a lot of time and RAM building debug 
messages. Please make sure to turn DEBUG off, at least for org.apache.ignite 
packages.

Regards,


--
Ilya Kasnacheev

2018-08-14 11:45 GMT+03:00 Dmitriy 
mailto:dmitriy.k...@nexign-systems.com>>:
Hello Ilya,

Thank you for the replay.
So, I did ran the test after context initialization, but  the problem is
persists.

dump during test execution


dump after running the test


wbr,

Dmitriy




--
Sent from: http://apache-ignite-users.70518.x6.nabble.com/



ZooKeeper Based Discovery

2018-01-16 Thread Kvon, Dmitriy
Hi,

1.  What should be in the ZooKeeper node?
2.  Will DiscoverySpi watches the ZooKeeper node for changes?


Thanks,

Dmitriy



Ignite cluster configure (2.3.0)

2017-12-21 Thread Kvon, Dmitriy
Hi All!

1.  I have two types of nodes: "A" and "B".
  On the nodes "A" I deploy the cache "1", on the nodes "B" - cache "2".
  It is necessary that the "B" nodes are servers for cache "2" and clients 
for servers "A" at the same time.
  What is the best practice?

2.  Can I have persistent and nonpersistent caches on one node?


Thanks

Dmitriy