Apache Ignite:在连接到该节点时从远程节点接收到传入连接,拒绝

时间:2019-07-21 02:35:32

标签: java ignite

具有一台服务器和多个客户端的Ignite配置。由于某些原因,其中一个客户端开始频繁且无限地重新连接到服务器:

[08:10:22,396][INFO][grid-nio-worker-tcp-comm-2-#50][TcpCommunicationSpi] Accepted incoming communication connection [locAddr=/192.168.16.6:47100, rmtAddr=/192.168.1.82:51194]
[08:10:22,396][INFO][grid-nio-worker-tcp-comm-2-#50][TcpCommunicationSpi] Received incoming connection from remote node while connecting to this node, rejecting [locNode=e5ddba00-0876-4733-8fd8-9a92e129ff43, locNodeOrder=1, rmtNode=9d068a9e-e6bd-4411-b969-8d12d9e0726f, rmtNodeOrder=30]
[08:10:22,599][INFO][grid-nio-worker-tcp-comm-3-#51][TcpCommunicationSpi] Accepted incoming communication connection [locAddr=/192.168.16.6:47100, rmtAddr=/192.168.1.82:51195]
[08:10:22,599][INFO][grid-nio-worker-tcp-comm-3-#51][TcpCommunicationSpi] Received incoming connection from remote node while connecting to this node, rejecting [locNode=e5ddba00-0876-4733-8fd8-9a92e129ff43, locNodeOrder=1, rmtNode=9d068a9e-e6bd-4411-b969-8d12d9e0726f, rmtNodeOrder=30]

看起来该节点尝试每200毫秒建立一次连接,占用所有工作线程。

这会挂起服务器,直到有问题的节点被手动杀死为止。如何阻止节点进入此状态?

1 个答案:

答案 0 :(得分:0)

似乎无法从192.168.16.6访问192.168.1.82。检查您的网络/防火墙设置。