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

2019-09-11 Thread Alexandr Shapkin
@ignite.apache.org Subject: exceptions in Ignite node when a thin client process ends Hi,  In my application I am using ODBC + Java thin clients to get data from the  cache(stores in Ignite nodes).  whenever a process using this thin clients is finished, I am getting in the  node logs this exception

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

exceptions in Ignite node when a thin client process ends

2019-08-01 Thread Matan Levy
Hi, In my application I am using ODBC + Java thin clients to get data from the cache(stores in Ignite nodes). whenever a process using this thin clients is finished, I am getting in the node logs this exception :