Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

i#6938 migrate: Fix observed_migrations assert in schedule_stats #7059

Merged
merged 1 commit into from
Oct 29, 2024

Conversation

derekbruening
Copy link
Contributor

Fixes an assert on the new observed_migrations stat added to schedule_stats in PR #7057. These observed_migrations are counted on the destination core, while the scheduler reports migrations away from a source core: so they can differ, causing the assert to fire. Fixed by moving it to only check the aggregated stats across all cores.

Tested on the internal trace where the assert fired before.

Issue: #6938

Fixes an assert on the new observed_migrations stat added to
schedule_stats in PR #7057.  These observed_migrations are counted on
the destination core, while the scheduler reports migrations away from
a source core: so they can differ, causing the assert to fire.  Fixed
by moving it to only check the aggregated stats across all cores.

Tested on the internal trace where the assert fired before.

Issue: #6938
@derekbruening
Copy link
Contributor Author

riscv failure is the invalid type before a bundle assert #3320

@derekbruening derekbruening merged commit 8f975be into master Oct 29, 2024
16 of 17 checks passed
@derekbruening derekbruening deleted the i6938-migration-differences branch October 29, 2024 00:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants