There occurs a weird issue in our system.
e.g. we've got a cluster consisting of 2 nodes. Geode Locator is running on the master node an there's one remote node which runs a Geode client. When there occurs network problems in the client (packet loss) for some time client fails to connect to the Locator (NoAvailableLocatorException). The weird thing is that even after network comes to it's normal state client still fails to connect to the Locator with the same exception, even after restarting the client. After an investigation we found out that the Locator's port is stuck on SYN_RECV, so when we restart the Locator the issue seems to be gone. Can you provide any clue how can we solve this issue and why are the server ports stuck on SYN_RECV, as we don't want to restart the cluster or find out Locators and servers and restart each of them.