Hello. Thanks for reply.I think these "Failed to process selector key" errors cause by the manual halt of my test application.I don't think network is a problem.Since my test cases show that some operations cause trouble while some others work fine.
ilya.kasnacheev wrote > Hello! > > I can see multiple "Failed to process selector key" errors in your log. > Are > you sure that your nodes can communicate via network freely and without > delay? > > Regards, > -- > Ilya Kasnacheev > > > ср, 16 янв. 2019 г. в 10:21, yangjiajun < > 1371549332@ >>: > >> Hello. >> >> Please see the logs. >> >> ignite-8bdefd7a.zip >> < >> http://apache-ignite-users.70518.x6.nabble.com/file/t2059/ignite-8bdefd7a.zip> >> >> >> >> ilya.kasnacheev wrote >> > Hello! >> > >> > Can you provide logs? >> > >> > Regards, >> > -- >> > Ilya Kasnacheev >> > >> > >> > вс, 13 янв. 2019 г. в 18:05, yangjiajun < >> >> > 1371549332@ >> >> >>: >> > >> >> 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/ >> >> >> >> >> >> >> >> -- >> Sent from: http://apache-ignite-users.70518.x6.nabble.com/ >> -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/
