-
Notifications
You must be signed in to change notification settings - Fork 116
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Splunk Operator: indexers don't start with 9.1.2 #1260
Comments
so, after several tests i can give what breaks. in cluster manager definition we had that:
and when we removed that block and recreated cm and indexers - all started to work. and it has same behavior with splunk-operator versions |
and, final tests showing, that problem in defaults section. |
so, my further investigation leads that splunk-operator creates default settings:
and doesn't work with definition from crd. also, we had some default settings defined in our custom created app, and it also breaks indexer startup. so something changed which shouldn't be touched. |
hello @yaroslav-nakonechnikov are you using IRSA with privatelink |
@vivekr-splunk, no, we don't use privatelink. main point, that with 9.1.1 same config was working fine. |
Hello @yaroslav-nakonechnikov this has been fixed in upcoming release of 9.1.3 and 9.0.7 and also in 9.2.1. |
still same issue with 9.1.3
|
that one looks like fixed in 9.2.* |
Still hitting with the same error on 9.2.0 and Splunk Operator 2.5.0 |
@fabiusgoh have you raised ticket in splunk support? may i ask you for its number? |
i have not raised a support ticket yet, am in the midst to test it out on 9.1.3 as it is the officially supported version for the operator |
i can confirm, 9.2 and 9.2.0.1 starts with our config. |
@yaroslav-nakonechnikov, As we discussed in our meeting, we now understand the issue. This problem arose due to the upgrade path we followed in the 2.5.0 release. Previously, we expected the search head clusters to be running before starting the indexers (if both indexers and SHC are pointing to the same CM). However, since the SHC had trouble starting, the indexers were never created. |
@vivekr-splunk yep, i agree, it was informative meeting. But this ticket is different, as it is about Splunk logic itself(or splunk-ansible), which was fixed in splunk container starting from 9.2.0. we were discussing : #1293 |
also, today i've rechecked 9.1.4 - is it not working as well. all others are broken or not supported. |
Please select the type of request
Bug
Tell us more
Describe the request
All nodes starting as expected, but only indexers can't
Expected behavior
all works as it was
Splunk setup on K8S
eks
Reproduction/Testing steps
and then replace splunk image with 9.1.2
K8s environment
1.28
Additional context(optional)
](Validating databases (splunkd validatedb) failed with code '-1' on 9.1.2 docker-splunk#633)
The text was updated successfully, but these errors were encountered: