Re: org.apache.ignite.spi.discovery.tcp.TcpDiscoverySpi - Failed to reconnect to cluster (will retry): class o.a.i.IgniteCheckedException: Failed to deserialize object with given class loader: org.spr

2020-04-15 Thread Rajan Ahlawat
I tried IPv4 on client side, but of no success. On server side we can't change and restart. On Thu, Apr 16, 2020 at 12:21 AM Evgenii Zhuravlev wrote: > > I see that you use both ipv4 and ipv6 for some nodes, there is a known issue > with this. I would recommend to restrict Ignite to IPv4 via

Re: org.apache.ignite.spi.discovery.tcp.TcpDiscoverySpi - Failed to reconnect to cluster (will retry): class o.a.i.IgniteCheckedException: Failed to deserialize object with given class loader: org.spr

2020-04-15 Thread Evgenii Zhuravlev
I see that you use both ipv4 and ipv6 for some nodes, there is a known issue with this. I would recommend to restrict Ignite to IPv4 via the -Djava.net.preferIPv4Stack=true JVM parameter for all nodes in cluster, including clients. I've seen communication issues with this before. Evgenii ср, 15

Re: org.apache.ignite.spi.discovery.tcp.TcpDiscoverySpi - Failed to reconnect to cluster (will retry): class o.a.i.IgniteCheckedException: Failed to deserialize object with given class loader: org.spr

2020-04-15 Thread Rajan Ahlawat
Client logs and stack_trace is shared. Client just keep trying to connect and server keep throwing socket timeout. Stack trace I gave is what I get when I try to connect to this problematic ignite server and caught this stack trace. About this default settings, on our environment we do have only

Re: org.apache.ignite.spi.discovery.tcp.TcpDiscoverySpi - Failed to reconnect to cluster (will retry): class o.a.i.IgniteCheckedException: Failed to deserialize object with given class loader: org.spr

2020-04-15 Thread Evgenii Zhuravlev
Hi, Please provide logs not only from the server node, bu from the client node too. You mentioned that only one client has this problems, so, please provide full log from this node. Also, you said that you set not default timeouts for clients, while there are still default values for server node

Re: org.apache.ignite.spi.discovery.tcp.TcpDiscoverySpi - Failed to reconnect to cluster (will retry): class o.a.i.IgniteCheckedException: Failed to deserialize object with given class loader: org.spr

2020-04-15 Thread Rajan Ahlawat
Shared file with email-id: e.zhuravlev...@gmail.com We have single instance of ignite, File contains all log of date Mar 30, 2019. Line 6429 is the first incident of occurrence. On Tue, Apr 14, 2020 at 8:27 PM Evgenii Zhuravlev wrote: > > Can you provide full log files from all nodes? it's

Re: org.apache.ignite.spi.discovery.tcp.TcpDiscoverySpi - Failed to reconnect to cluster (will retry): class o.a.i.IgniteCheckedException: Failed to deserialize object with given class loader: org.spr

2020-04-14 Thread Evgenii Zhuravlev
Can you provide full log files from all nodes? it's impossible to find the root cause from this. Evgenii вт, 14 апр. 2020 г. в 07:49, Rajan Ahlawat : > server starts with following configuration: > > ignite_application-1-2020-03-17.log:14:[2020-03-17T08:23:33,664][INFO >

Re: org.apache.ignite.spi.discovery.tcp.TcpDiscoverySpi - Failed to reconnect to cluster (will retry): class o.a.i.IgniteCheckedException: Failed to deserialize object with given class loader: org.spr

2020-04-14 Thread Rajan Ahlawat
server starts with following configuration: ignite_application-1-2020-03-17.log:14:[2020-03-17T08:23:33,664][INFO ][main][IgniteKernal%igniteStart] IgniteConfiguration [igniteInstanceName=igniteStart, pubPoolSize=32, svcPoolSize=32, callbackPoolSize=32, stripedPoolSize=32, sysPoolSize=30,

Re: org.apache.ignite.spi.discovery.tcp.TcpDiscoverySpi - Failed to reconnect to cluster (will retry): class o.a.i.IgniteCheckedException: Failed to deserialize object with given class loader: org.spr

2020-04-13 Thread Evgenii Zhuravlev
Hi, Can you share full logs from all nodes? I mean log files, not the console output. Evgenii вс, 12 апр. 2020 г. в 20:30, Rajan Ahlawat : > ? > > On Thu, Apr 9, 2020 at 3:11 AM Rajan Ahlawat > wrote: > > > > -- Forwarded message - > > From: Rajan Ahlawat > > Date: Thu, Apr

Re: org.apache.ignite.spi.discovery.tcp.TcpDiscoverySpi - Failed to reconnect to cluster (will retry): class o.a.i.IgniteCheckedException: Failed to deserialize object with given class loader: org.spr

2020-04-12 Thread Rajan Ahlawat
? On Thu, Apr 9, 2020 at 3:11 AM Rajan Ahlawat wrote: > > -- Forwarded message - > From: Rajan Ahlawat > Date: Thu, Apr 9, 2020 at 3:09 AM > Subject: org.apache.ignite.spi.discovery.tcp.TcpDiscoverySpi - Failed > to reconnect to cluster (will retry): class >