Issue with Cluster Node Connectivity and Data Retrieval in Elasticsearch Cluster
I am currently experiencing issues with my Elasticsearch cluster, which consists of 3 master nodes, 6 data nodes, and 2 client nodes. I've noticed that only one client pod and one master pod are running as expected, while the rest seem to be facing connectivity issues. I also want to retrieve old data stored in the cluster.
{"type": "server", "timestamp": "2023-10-27T08:11:35,736Z", "level": "WARN", "component": "o.e.c.c.Coordinator", "cluster.name": "jaeger-es", "node.name": "jaeger-es-master-2", "message": "failed to validate incoming join request from node [{jaeger-es-data-0}{u4PG-FUSRDiHkc5VxCgSfQ}{rwiGfHmuRg-0adz2t7DRfA}{10.42.10.32}{10.42.10.32:9300}{cdhistw}{xpack.installed=true, transform.node=true}]", "cluster.uuid": "irQoA6X5S2W_-RzSC--SqQ", "node.id": "c-KOM5BaRrKLtzyweQ0vXg" ,
"stacktrace": ["org.elasticsearch.transport.RemoteTransportException: [jaeger-es-data-0][10.42.10.32:9300][internal:cluster/coordination/join/validate]",
"Caused by: org.elasticsearch.cluster.coordination.CoordinationStateRejectedException: join validation on cluster state with a different cluster uuid irQoA6X5S2W_-RzSC--SqQ than local cluster uuid ijwlAUY5SxKJ92yNxIf5Jw, rejecting",
"at org.elasticsearch.cluster.coordination.JoinHelper.lambda$new$5(JoinHelper.java:164) ~[elasticsearch-7.10.0.jar:7.10.0]",
"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.10.0.jar:7.10.0]",
"at org.elasticsearch.xpack.security.transport.SecurityServerTransportInterceptor$ProfileSecuredRequestHandler.messageReceived(SecurityServerTransportInterceptor.java:315) ~[?:?]",
"at org.elasticsearch.transport.RequestHandlerRegistry.processMessageReceived(RequestHandlerRegistry.java:72) ~[elasticsearch-7.10.0.jar:7.10.0]",
"at org.elasticsearch.transport.InboundHandler$RequestHandler.doRun(InboundHandler.java:305) ~[elasticsearch-7.10.0.jar:7.10.0]",
"at org.elasticsearch.common.util.concurrent.ThreadContext$ContextPreservingAbstractRunnable.doRun(ThreadContext.java:737) ~[elasticsearch-7.10.0.jar:7.10.0]",
"at org.elasticsearch.common.util.concurrent.AbstractRunnable.run(AbstractRunnable.java:37) ~[elasticsearch-7.10.0.jar:7.10.0]",
"at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130) [?:?]",
"at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:630) [?:?]",
"at java.lang.Thread.run(Thread.java:832) [?:?]"] }