Hi Ignite team, We are using Ignite 2.10.0 with .Net 5 WebAPI and we have a 16-nodes(2 servers) Ignite cluster The client nodes have the following property as below IgniteConfiguration.AutoGenerateIgniteInstanceName = true; IgniteConfiguration.ConsistentId = Guid.NewGuid().ToString().ToUpper();
Some of the client nodes are failing as "Node_Failed" during application pool recycle every day, but it was different behaviour with .Net 4.6.2 WebAPI as "Node Left Topology" I check the logs with the following findings: Some nodes are marking as "Node Left Topology" and some nodes are marking as "Node_Failed" We would like to figure out the root cause of the "Node_Failed" during application pool recycle. Regards, Charlin