Skip to content

logscheduler: fix leaking messages and iw during reload #962

Merged
MrAnno merged 4 commits intoaxoflow:mainfrom
alltilla:parallelize-reload-leak-fix
Feb 23, 2026
Merged

logscheduler: fix leaking messages and iw during reload #962
MrAnno merged 4 commits intoaxoflow:mainfrom
alltilla:parallelize-reload-leak-fix

Conversation

@alltilla
Copy link
Member

@alltilla alltilla commented Feb 23, 2026

The batches that are not being handled at the time of reload are getting lost. We need to process the batches
in multiple worker jobs, and all of those jobs must run before the sync_call() of the reload.

Not a general use function, its only user will be
LogScheduler for now. I tried to generalize its
usefulness conditions, though in a comment.

Signed-off-by: Attila Szakacs <[email protected]>
The batches that are not being handled at the time
of reload are getting lost. We need to process the batches
in multiple worker jobs, and all of those jobs must run
before the sync_call() of the reload.

Signed-off-by: Attila Szakacs <[email protected]>
Signed-off-by: Attila Szakacs <[email protected]>
@alltilla alltilla requested a review from MrAnno February 23, 2026 12:50
@MrAnno MrAnno merged commit 3bd8f7b into axoflow:main Feb 23, 2026
22 checks passed
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.

2 participants