I am trying to create an elasticsearch cluster with several nodes, I have 3 master nodes, but every time they try to join it gives this error.
[2020-01-15T15:37:21,421][WARN ][o.e.c.c.Coordinator ] [emc-master-03] failed to validate incoming join request from node [{emc-cliente-01}{iqUQMm0fQJCJTpPxZH8N4g}{iTqfES1CRM6BKSSOQb30LQ}{10.28.11.1}{10.28.11.1:9300}{il}{ml.machine_memory=2684354560, ml.max_open_jobs=20, xpack.installed=true}]
org.elasticsearch.transport.ReceiveTimeoutTransportException: [emc-cliente-01][10.28.11.1:9300][internal:cluster/coordination/join/validate] request_id [21] timed out after [60034ms]
at org.elasticsearch.transport.TransportService$TimeoutHandler.run(TransportService.java:1022) [elasticsearch-7.5.1.jar:7.5.1]
at org.elasticsearch.common.util.concurrent.ThreadContext$ContextPreservingRunnable.run(ThreadContext.java:703) [elasticsearch-7.5.1.jar:7.5.1]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) [?:?]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) [?:?]
at java.lang.Thread.run(Thread.java:830) [?:?]
HELP!!!!