Skip to content

Conversation

hawkw
Copy link
Member

@hawkw hawkw commented Aug 13, 2025

For R16, the sp_ereport_ingester background task was disabled in the production Nexus config file (see #8709). This is because the corresponding Hubris code for evacuating ereports from the SP had not yet merged, resulting in Nexus yelling constantly about trying to collect ereports from SPs that weren't listening on the ereport port. Now, however, oxidecomputer/hubris#2126 has merged, and R16 has been cut, so we can turn this back on. This commit does that.

For R16, the `sp_ereport_ingester` background task was disabled in the
production Nexus config file (see #8709). This is because the
corresponding Hubris code for evacuating ereports from the SP had not
yet merged, resulting in Nexus yelling constantly about trying to
collect ereports from SPs that weren't listening on the ereport port.
Now, however, oxidecomputer/hubris#2126 has merged, and R16 has been
cut, so we can turn this back on. This commit does that.
@hawkw hawkw requested review from jgallagher and smklein August 13, 2025 20:50
@hawkw
Copy link
Member Author

hawkw commented Aug 13, 2025

@hawkw hawkw enabled auto-merge (squash) August 13, 2025 21:37
# Disabled in R16, as the Hubris task that handles ereport ingestion requests
# has not merged yet, and trying to ingest them will just result in Nexus
# logging a bunch of errors.
sp_ereport_ingester.disable = true
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should we also remove the disable field from the corresponding Rust struct?

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.

3 participants