Re: Client node throws exception when server node killed

2015-09-22 Thread Artem Shutak
Filed an issue: https://issues.apache.org/jira/browse/IGNITE-1524. Attached logs. Let me know if I can help. -- Artem -- On Tue, Sep 22, 2015 at 10:23 AM, Semyon Boikov wrote: > Artem, > > This looks like a bug, client should not disconnect from cluster if there > are alive server nodes, I'll

[jira] [Created] (IGNITE-1524) Client node throws exception when server node killed

2015-09-22 Thread Artem Shutak (JIRA)
Artem Shutak created IGNITE-1524: Summary: Client node throws exception when server node killed Key: IGNITE-1524 URL: https://issues.apache.org/jira/browse/IGNITE-1524 Project: Ignite Issue

Re: Client node throws exception when server node killed

2015-09-22 Thread Semyon Boikov
Artem, This looks like a bug, client should not disconnect from cluster if there are alive server nodes, I'll try to reproduce this error. On Mon, Sep 21, 2015 at 8:31 PM, Artem Shutak wrote: > Igniters, > > In process of working on [1] I've found that Ignite client node throws > CacheException

Client node throws exception when server node killed

2015-09-21 Thread Artem Shutak
Igniters, In process of working on [1] I've found that Ignite client node throws CacheException which caused by IgniteClientDisconnectedException (stack trace below) sometimes when I kill one server node at cluster. It looks like not expected behavior for me. Is it know issue? My configuration: