Re: ignite multi thread stop bug

2018-09-12 Thread ezhuravlev
Hi, 

it's a really bad idea to do cache operations in Discovery thread. If you
want to add something to the cache, you can start a new thread and do this
operation inside the new thread.

Evgenii



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


ignite multi thread stop bug

2018-08-28 Thread wangsan wang
In my test case:see the attachment.I can reproduce the bug

   1.

   testStartServer

   2.

   testMultiClient

   3.

   close testMultiClient

   4.

   then testStartServer will Failed to wait for partition map exchang



I need update cache in DiscoveryEvent. how to fix this?


IgniteMultiThreadTest.java
Description: Binary data