You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
:::{tip}**Startup timeouts with older `systemd` version**By default Elasticsearch sets the TimeoutStartSec parameter to systemd to 900s. If you are running at least version 238 of systemd then Elasticsearch can automatically extend the startup timeout, and will do so repeatedly until startup is complete even if it takes longer than 900s.Versions of systemd prior to 238 do not support the timeout extension mechanism and will terminate the Elasticsearch process if it has not fully started up within the configured timeout. If this happens, Elasticsearch will report in its logs that it was shut down normally a short time after it started:```shell[2022-01-31T01:22:31,077][INFO ][o.e.n.Node ] [instance-0000000123] starting ......[2022-01-31T01:37:15,077][INFO ][o.e.n.Node ] [instance-0000000123] stopping ...```However the systemd logs will report that the startup timed out:```shellJan 31 01:22:30 debian systemd[1]: Starting Elasticsearch...Jan 31 01:37:15 debian systemd[1]: elasticsearch.service: Start operation timed out. Terminating.Jan 31 01:37:15 debian systemd[1]: elasticsearch.service: Main process exited, code=killed, status=15/TERMJan 31 01:37:15 debian systemd[1]: elasticsearch.service: Failed with result 'timeout'.Jan 31 01:37:15 debian systemd[1]: Failed to start Elasticsearch.```:::
Describe the bug
Tip rendered as a code block. This might be an isolated case (I'm not sure what could have made this break).
Link
Link
Expected behavior
Should be a note/tip containing all the content (see AsciiDoc screenshot).
Steps to reproduce
Tooling
The text was updated successfully, but these errors were encountered: