RE: exceptions in Ignite node when a thin client process ends

2019-09-11 Thread Alexandr Shapkin
Hello, There is an open ticket https://issues.apache.org/jira/browse/IGNITE-12032 with more details. In general, It’s ok to ignore this error. You could try to follow Lev’s recommendations with explicit connection closing. From: Matan Levy Sent: Thursday, August 1, 2019 9:33 AM To:

Re: exceptions in Ignite node when a thin client process ends

2019-09-11 Thread Lev555
Hi, @matanlevy This exception shows that your database connection wasn't correctly closed. It probably should be fixed by executing `connection.close()` method before process using thin clients finished. Could you please try this and tell the result? -- Sent from:

Re: exceptions in Ignite node when a thin client process ends

2019-08-01 Thread Evgenii Zhuravlev
Hi, This message is absolutely unharmful, however, I agree that server node shouldn't print this exception since nothing wrong happened there. I've created a ticket in Jira for fixing this behavior: https://issues.apache.org/jira/browse/IGNITE-12032 Evgenii чт, 1 авг. 2019 г. в 09:33, Matan