Hello. I have a ignite 2.7 node with persistence enabled.I test concurrent merge into operations on it and find below concurrent operations can cause critical system error: 1.Thread 1 executes "merge INTO city2(id,name,name1) VALUES(1,'1','1'),(2,'1','1'),(3,'1','1')". 2.Thread 2 executes "merge INTO city2(id,name,name1) VALUES(2,'1','1'),(1,'1','1')".
But the following concurrent operations seem no problem: 1.Thread 1 executes "merge INTO city2(id,name,name1) VALUES(1,'1','1'),(2,'1','1'),(3,'1','1')". 2.Thread 2 executes "merge INTO city2(id,name,name1) VALUES(1,'1','1'),(2,'1','1')". Is this a bug? -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/
