Getting

I am deploying Elasticsearch onto kubernetes cluster using Elastic’s Helm repository . After chaning the fullnameoveride field in values.yaml I am getting MasterNot Discovered error.
However, when I kept fullnameoverride="" empty , deployment works fine. I do need to change the fullname as otherwise it is taking a long a text as it's name
Here is the stack trace

"stacktrace": ["org.elasticsearch.discovery.MasterNotDiscoveredException: null",

3/16/2020 1:27:49 AM "at org.elasticsearch.action.support.master.TransportMasterNodeAction$AsyncSingleAction$2.onTimeout(TransportMasterNodeAction.java:220) [elasticsearch-7.6.1.jar:7.6.1]",

3/16/2020 1:27:49 AM "at org.elasticsearch.cluster.ClusterStateObserver$ContextPreservingListener.onTimeout(ClusterStateObserver.java:325) [elasticsearch-7.6.1.jar:7.6.1]",

3/16/2020 1:27:49 AM "at org.elasticsearch.cluster.ClusterStateObserver$ObserverClusterStateListener.onTimeout(ClusterStateObserver.java:252) [elasticsearch-7.6.1.jar:7.6.1]",

3/16/2020 1:27:49 AM "at org.elasticsearch.cluster.service.ClusterApplierService$NotifyTimeout.run(ClusterApplierService.java:598) [elasticsearch-7.6.1.jar:7.6.1]",

3/16/2020 1:27:49 AM "at org.elasticsearch.common.util.concurrent.ThreadContext$ContextPreservingRunnable.run(ThreadContext.java:633) [elasticsearch-7.6.1.jar:7.6.1]",

3/16/2020 1:27:49 AM "at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) [?:?]",

3/16/2020 1:27:49 AM "at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) [?:?]",

3/16/2020 1:27:49 AM "at java.lang.Thread.run(Thread.java:830) [?:?]"] }

Got it working. So closing the issue

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