Skip to content

Conversation

@SiskaPavel
Copy link
Collaborator

@SiskaPavel SiskaPavel commented Aug 29, 2025

Summary

Log a warning instead of returning an error when NUMA node detection fails.

Details

Previously, failing to detect a NUMA node caused the function to return an error and abort execution.
Now, the code prints a warning to stderr and continues running, allowing the program to operate without NUMA preference.


✅ Checks

  • Relevant documentation was updated (if needed)
  • CI pipeline passes (build, tests, lint, static analysis)
  • New code follows clang-tidy rules
  • The change is clearly related to a specific issue / requirement
  • Documentation (e.g. Doxygen) is updated if needed
  • The PR is rebased on the latest master
  • No unrelated changes are included

@SiskaPavel SiskaPavel self-assigned this Aug 29, 2025
@SiskaPavel SiskaPavel added the bug label Aug 29, 2025
@SiskaPavel SiskaPavel requested a review from hynekkar August 29, 2025 12:33
@SiskaPavel SiskaPavel merged commit 4e17018 into master Aug 29, 2025
8 checks passed
@SiskaPavel SiskaPavel deleted the nfb-no-numa-node branch August 29, 2025 12:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants