Re: setNodeFilter throwing a CacheException

2018-01-29 Thread dkarachentsev
Hi Shravya, To understand what's going on in your cluster I need full logs from all nodes. Please, share all files, if it's possible. Thanks! -Dmitry -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/

Re: setNodeFilter throwing a CacheException

2018-01-27 Thread Shravya Nethula
Hi Dmitry, Please find the logs below: 2018-01-26 07:52:28,563][INFO ][exchange-worker-#42][time] Started exchange init [topVer=AffinityTopologyVersion [topVer=29, minorTopVer=0], crd=true, evt=NODE_JOINED, evtNode=649c5360-7060-40cf-9454-ad6d08be2a7c, customEvt=null, allowMerge=true]

Re: setNodeFilter throwing a CacheException

2018-01-25 Thread dkarachentsev
Hi Sharavya, This exception means that client node is disconnected from cluster and tries to reconnect. You may get reconnect future on it (IgniteClientDisconnectedException.reconnectFuture().get()) and wait when client will be reconnected. So it looks like you're trying to create cache on

setNodeFilter throwing a CacheException

2018-01-25 Thread Shravya Nethula
Hi, We are trying to create tables on one particular ClusterGroup with 3 server nodes: Node1, Node2, Node3. On all these 3 nodes we have set the following configuration in default-config.xml. On the client side code, we are trying to setNodeFilter for the