failed to validate incoming join request from node [{elk-1}{WSimmT65Rj26vOT4Jqsy2Q}{IXD5y6UxQSyQZ8XGpCFCIQ}{192.168.1.59}{192.168.1.59:9300}{dilm}{ml.machine_memory=8203743232, ml.max_open_jobs=20, xpack.installed=true}]
org.elasticsearch.transport.RemoteTransportException: [elk-1][192.168.1.59:9300][internal:cluster/coordination/join/validate]Caused by: org.elasticsearch.cluster.coordination.CoordinationStateRejectedException: join validation on cluster state with a different cluster uuid fmC6Hhd7TFOlYyCs8shEZw than locuuid qGkJy0s6Th-pFVTlW7yKFg, rejecting
at org.elasticsearch.cluster.coordination.JoinHelper.lambda$new$4(JoinHelper.java:148) ~[elasticsearch-7.5.1.jar:7.5.1]
at org.elasticsearch.xpack.security.transport.SecurityServerTransportInterceptor$ProfileSecuredRequestHandler$1.doRun(SecurityServerTransportInterceptor.java:257) ~[?:?]
at org.elasticsearch.common.util.concurrent.AbstractRunnable.run(AbstractRunnable.java:37) ~[elasticsearch-7.5.1.jar:7.5.1]
at org.elasticsearch.xpack.security.transport.SecurityServerTransportInterceptor$ProfileSecuredRequestHandler.messageReceived(SecurityServerTransportInterceptor.java:315) ~
at org.elasticsearch.transport.RequestHandlerRegistry.processMessageReceived(RequestHandlerRegistry.java:63) ~[elasticsearch-7.5.1.jar:7.5.1]
at org.elasticsearch.transport.InboundHandler$RequestHandler.doRun(InboundHandler.java:264) ~[elasticsearch-7.5.1.jar:7.5.1]
at org.elasticsearch.common.util.concurrent.ThreadContext$ContextPreservingAbstractRunnable.doRun(ThreadContext.java:773) ~[elasticsearch-7.5.1.jar:7.5.1]
at org.elasticsearch.common.util.concurrent.AbstractRunnable.run(AbstractRunnable.java:37) ~[elasticsearch-7.5.1.jar:7.5.1]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) [?:1.8.0_181]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) [?:1.8.0_181]
at java.lang.Thread.run(Thread.java:834) [?:1.8.0_181]
[2020-01-08T15:23:07,800][INFO ][o.e.c.m.MetaDataIndexTemplateService] [elk-2] adding template [.management-beats] for index patterns [.management-beats]
[2020-01-08T15:29:48,094][INFO ][o.e.c.m.MetaDataCreateIndexService] [elk-2] [.kibana_task_manager_3] creating index, cause [api], templates , shards [1]/[1], mappings [_doc]
[2020-01-08T15:29:48,607][INFO ][o.e.c.r.a.AllocationService] [elk-2] Cluster health status changed from [YELLOW] to [GREEN] (reason: [shards started [[.kibana_task_manager_3][0]]
This is the log of the other node which is working fine and showing the cluster health as green.
And check the image once please.
{
"name" : "elk-1",
"cluster_name" : "JSR",
"cluster_uuid" : "na",
"version" : {
"number" : "7.5.1",
"build_flavor" : "default",
"build_type" : "tar",
"build_hash" : "3ae9ac9a93c95bd0cdc054951cf95d88e1e18d96",
"build_date" : "2019-12-16T22:57:37.835892Z",
"build_snapshot" : false,
"lucene_version" : "8.3.0",
"minimum_wire_compatibility_version" : "6.8.0",
"minimum_index_compatibility_version" : "6.0.0-beta1"
},
"tagline" : "You Know, for Search"
}
And this is the response i got from the node which is not able to join the cluster and surprisingly it is not showing any UUID .
Could you please help me with this .