Network timeout exceptions on single node cluster

I'm trying to deploy a single node cluster on a VM. I'm getting a lot of

INFO  [elasticsearch.client.transport elasticsearch[The Angel][generic][T#1]] [The Angel] failed to get node info for [#transport#-1][huha-demo][inet[huha-demo/192.168.33.44:9300]], disconnecting...
org.elasticsearch.transport.ReceiveTimeoutTransportException: [][inet[huha-demo/192.168.33.44:9300]][cluster:monitor/nodes/info] request_id [26] timed out after [6169ms]
        at org.elasticsearch.transport.TransportService$TimeoutHandler.run(TransportService.java:366)
        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
        at java.lang.Thread.run(Thread.java:745)

Server and client are the same version (1.4.4). Any ideas on why this is happening and how to fix it?

Why are you deploying such an achient version?

Unfortunately I'm tied to using an API that works with that version.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.