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?