Skip to content

Fix ClassifierReport stuck at WaitingForDelivery in all modes - #491

Merged
gianlucam76 merged 1 commit into
projectsveltos:mainfrom
gianlucam76:report-status
Jul 25, 2026
Merged

Fix ClassifierReport stuck at WaitingForDelivery in all modes#491
gianlucam76 merged 1 commit into
projectsveltos:mainfrom
gianlucam76:report-status

Conversation

@gianlucam76

Copy link
Copy Markdown
Member

ClassifierReport.Status.Phase was staying at WaitingForDelivery forever, in every deployment mode, because nothing in classifier ever advanced it.
This behavior was different than the sibling HealthCheckReport/EventReport pipelines in healthcheck-manager event-manager, which explicitly mark Processed once a report is collected.

This PR makes classifier behavior inline with healthcheck-manager and event-manager

`ClassifierReport.Status.Phase` was staying at `WaitingForDelivery` forever, in every deployment mode,
because nothing in `classifier` ever advanced it.
This behavior was different than the sibling `HealthCheckReport`/`EventReport` pipelines in healthcheck-manager
event-manager, which explicitly mark `Processed` once a report is collected.

This PR makes classifier behavior inline with healthcheck-manager and event-manager
@gianlucam76
gianlucam76 merged commit 2e0a2ac into projectsveltos:main Jul 25, 2026
15 of 16 checks passed
@gianlucam76
gianlucam76 deleted the report-status branch July 25, 2026 15:51
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