-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
[systemd] decrease start limit and interval #25474
Conversation
Pinging @elastic/kibana-operations |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
💚 Build Succeeded |
These changes should be in the
On EL7. |
Most likely related to systemd versioning, it was moved from the Service section to the Unit section in 229. Can you share your version? |
I opened #33326 |
You are probably correct, the version is 219. Everyone on EL7 should have this same problem, in this version:
It is very unfortunate that such a critical POS has unstable interfaces on top of other problems. |
By default systemd will allow restarting a service 5 times in 10 seconds before entering a failed state. Depending on how Kibana is configured we may not hit this limit, and the service will actively try to restart forever.
This modifies our settings to restart 3 times within a 30 second period before entering a failed state.
Closes #10895
Testing