Re: Found dead lock threads.

2019-12-30 Thread Ilya Kasnacheev
Hello! Can we see logs from all nodes in cluster? Please also note that deadlock implies that thread dump from just a single thread is not sufficient to understand what's going on :) Regards, -- Ilya Kasnacheev сб, 28 дек. 2019 г. в 07:00, yangjiajun <1371549...@qq.com>: > Hello,ignite commu

Found dead lock threads.

2019-12-27 Thread yangjiajun
Hello,ignite community. I use muiti thred to write data to ignite's same table.The table is in memory.I open streaming mode by using 'SET STREAMING ON ORDERED;' before my write,and use 'SET STREAMING OFF;' to flush data.I found that these threads may all wait on condition and never ends. Here is