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

🐛 preempted-postpone even when preemption disabled. #738

Merged
merged 1 commit into from
Aug 5, 2024

Conversation

jortel
Copy link
Contributor

@jortel jortel commented Aug 3, 2024

When a task is preempted, it needs to be postponed for a short duration to prevent thrashing. Since individual tasks may override the global preempt policy, the postpone must happen regardless.

Signed-off-by: Jeff Ortel <jortel@redhat.com>
@jortel jortel added the cherry-pick/release-0.5 This PR should be cherry-picked to release-0.5 branch. label Aug 3, 2024
@jortel jortel requested a review from aufi August 3, 2024 13:48
@jortel jortel added this to the v0.5.1 milestone Aug 3, 2024
@jortel jortel merged commit f30698a into konveyor:main Aug 5, 2024
15 checks passed
github-actions bot pushed a commit that referenced this pull request Aug 5, 2024
When a task is preempted, it needs to be postponed for a short duration
to prevent thrashing. Since individual tasks may override the _global_
preempt policy, the postpone must happen regardless.

Signed-off-by: Jeff Ortel <jortel@redhat.com>
Signed-off-by: Cherry Picker <noreply@github.com>
jortel added a commit that referenced this pull request Aug 5, 2024
When a task is preempted, it needs to be postponed for a short duration
to prevent thrashing. Since individual tasks may override the _global_
preempt policy, the postpone must happen regardless.

Signed-off-by: Jeff Ortel <jortel@redhat.com>
Signed-off-by: Cherry Picker <noreply@github.com>

Signed-off-by: Jeff Ortel <jortel@redhat.com>
Signed-off-by: Cherry Picker <noreply@github.com>
Co-authored-by: Jeff Ortel <jortel@redhat.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cherry-pick/release-0.5 This PR should be cherry-picked to release-0.5 branch.
Projects
Status: ✅ Done
Development

Successfully merging this pull request may close these issues.

2 participants