Skip to content

Conversation

@TomSang
Copy link
Contributor

@TomSang TomSang commented Nov 19, 2025

Fix a typo issue that will fail querring on 64+
logical processors in Windows.

Motivation

see above

Technical Details

.

Test Plan

test specific test

Test Result

pass

Submission Checklist

Fix a typo issue that will fail querring on 64+
logical processors in Windows.
Copilot AI review requested due to automatic review settings November 19, 2025 20:19
@TomSang TomSang requested a review from a team as a code owner November 19, 2025 20:19
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR fixes a critical typo in the Windows NUMA node enumeration code that was causing failures on systems with 64 or more logical processors. The issue was using the incorrect constant RelationNumaNode instead of RelationNumaNodeEx when calling GetLogicalProcessorInformationEx.

  • Corrected Windows API constant from RelationNumaNode to RelationNumaNodeEx in two locations
  • Fixes query failures on Windows systems with 64+ logical processors

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@TomSang TomSang changed the title SWDEV-558845 - Fix a typo SWDEV-555888 - Fix a typo Nov 19, 2025
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