Skip to content

Fix CI: container memory, verify retries, diagnostics restart#80

Merged
Oddly merged 2 commits intomainfrom
fix/ci-verify-failures
Mar 9, 2026
Merged

Fix CI: container memory, verify retries, diagnostics restart#80
Oddly merged 2 commits intomainfrom
fix/ci-verify-failures

Conversation

@Oddly
Copy link
Owner

@Oddly Oddly commented Mar 8, 2026

Standalone logstash and beats containers had 1024 MB memory limits which caused OOM kills (rc=137) during package installation on Rocky 9. Bumped to 2048 MB.

The _cat/nodes API can return HTTP 500 (array_index_out_of_bounds_exception) briefly after ES startup when node info isn't fully initialized. Added retries to the node check in the no-security, upgrade, and elasticstack_default verify playbooks.

The diagnostics scenario consistently failed on debian13 r9 because ES couldn't restart after the intentional bad-config crash test. systemd's failure state and ES node locks weren't cleared before the recovery restart. Added systemctl reset-failed and a 5-second pause.

Oddly added 2 commits March 8, 2026 08:40
The 1024 MB limit was too tight — dnf/yum with rpm scriptlets spikes
memory during package install, causing OOM kills (rc=137) on Rocky 9.
Add retries to _cat/nodes checks in no-security, upgrade, and
elasticstack_default verify playbooks. ES can return HTTP 500
(array_index_out_of_bounds_exception) briefly after startup when
node info isn't fully initialized.

Fix diagnostics scenario restart failure on debian13 r9 by clearing
systemd failure state and waiting for node lock release before
restarting ES after the intentional bad-config crash test.
@Oddly Oddly merged commit 26a45e1 into main Mar 9, 2026
31 checks passed
@Oddly Oddly deleted the fix/ci-verify-failures branch March 9, 2026 07:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant