Hi, When I start a remote compute job , call() Or affinityCall(). Remote
server will create 6 threads, and these thread never exit. Just like the
VisualVM shows below:

<http://apache-ignite-users.70518.x6.nabble.com/file/n8934/%E5%B1%8F%E5%B9%95%E5%BF%AB%E7%85%A7_2016-11-12_%E4%B8%8B%E5%8D%884.png>
 

thread name from "utility-#153%null%" to "marshaller-cache-#14i%null%"

After local client got results from server, use ignite.close() to exit the
connection. But the 6 threads is still alive and never ended until Server
node exit.

The problem is that when I create hundreds of jobs , the huge amount of
threads will cause out of memory.



--
View this message in context: 
http://apache-ignite-users.70518.x6.nabble.com/Remote-Server-Thread-Not-exit-when-Job-finished-Cause-out-of-memory-tp8934.html
Sent from the Apache Ignite Users mailing list archive at Nabble.com.

Reply via email to