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

scheduler: Log process info when its affinity cannot be changed and re-check blacklisted cgroups #717

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

zacikpa
Copy link
Contributor

@zacikpa zacikpa commented Dec 6, 2024

Include the current affinity of the process, its cmdline, and its cgroups in the logs. This may help identify issues with tuning, e.g., in cases when the process disappears soon after affining it fails.

Resolves: RHEL-69933

Update: It may happen that a process gets moved into a blacklisted cgroup
after the initial filtering of processes according to the blacklist.
When setting its affinity fails, re-check whether that is the case,
and if yes, ignore the error.

Resolves: RHEL-72981

Include its current affinity, cmdline, and cgroup. This may help
identify issues with tuning, e.g., in cases when the process
disappears soon after affining it fails.

Resolves: RHEL-69933
@zacikpa zacikpa changed the title scheduler: Log process info when its affinity cannot be changed scheduler: Log process info when its affinity cannot be changed and re-check blacklisted cgroups Jan 15, 2025
It may happen that a process gets moved into a blacklisted cgroup
after the initial filtering of processes according to the blacklist.
When setting its affinity fails, re-check whether that is the case,
and if yes, ignore the error.

Resolves: RHEL-72981
@zacikpa zacikpa force-pushed the affinity-error-logs branch from a6ff726 to 30d9a34 Compare January 15, 2025 15:12
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