After my agent process has been up for a while, it starts producing these
logs repeatedly:
java.net.NoRouteToHostException: No route to host
at java.base/sun.nio.ch.SocketChannelImpl.checkConnect(Native Method)
at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelIm
at org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocke
at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1141)
The ZooKeeper cluster itself is up and responding normally, and the network
is available, and the zookeeper host resolves, though a transient lookup
failure cannot be ruled out, as ManifoldCF and Zookeeper are running inside
Kubernetes. A restart of the agent promptly fixes the issue.
Regards,
Raman