Re: Failed to process selector key

2023-11-14 Thread Humphrey Lopez
Yes kubernetes is using liveness probes but not the communication port. 47100 (or the 47500 dicovery). We are using TcpDiscoveryKubernetesIpFinder for the nodes. livenessProbe: failureThreshold: 5 httpGet: port: 8081 path: /actuator/liv

Re: Failed to process selector key

2023-11-14 Thread Jeremy McMillan
Is Kubernetes running liveness probes that connect to GridGain ports? That could be your culprit. On Tue, Nov 14, 2023 at 4:57 AM Humphrey Lopez wrote: > We have several server nodes and thick client nodes, we have Ignite > embedded in spring boot. The IP address of the remote node is indeed of

Re: Failed to process selector key

2023-11-14 Thread Humphrey Lopez
We have several server nodes and thick client nodes, we have Ignite embedded in spring boot. The IP address of the remote node is indeed of our client. And as we have deployed everything in one namespace in kubernetes I don't think something else is sending data to the server node from that IP. How