Skip to content

fix: potential out-of-bound #420

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

Merged
merged 1 commit into from
Mar 31, 2025
Merged

fix: potential out-of-bound #420

merged 1 commit into from
Mar 31, 2025

Conversation

ezhoureal
Copy link
Contributor

@ezhoureal ezhoureal commented Mar 27, 2025

Overview:

Details:

Saw this TODO in scheduler.rs, and it seems like the workId vector is redundant. It's not costly to extract workerId dynamically from EndPoint, and it simplifies the vector access

I noticed that test test_frequency failed in indexer.rs on the latest codebase, without my change

Where should the reviewer start?

Related Issues: (use one of the action keywords Closes / Fixes / Resolves / Relates to)

  • closes GitHub issue: #xxx

Signed-off-by: Tianer Zhou <[email protected]>
Copy link

copy-pr-bot bot commented Mar 27, 2025

This pull request requires additional validation before any workflows can run on NVIDIA's runners.

Pull request vetters can view their responsibilities here.

Contributors can view more details about this message here.

Copy link

👋 Hi ezhoureal! Thank you for contributing to ai-dynamo/dynamo.

Just a reminder: The NVIDIA Test Github Validation CI runs an essential subset of the testing framework to quickly catch errors.Your PR reviewers may elect to test the changes comprehensively before approving your changes.

🚀

@github-actions github-actions bot added the external-contribution Pull request is from an external contributor label Mar 27, 2025
@ezhoureal ezhoureal changed the title fix potential out-of-bound fix: potential out-of-bound Mar 27, 2025
@grahamking grahamking merged commit 1ff19a8 into ai-dynamo:main Mar 31, 2025
11 of 12 checks passed
kylehh pushed a commit to kylehh/dynamo that referenced this pull request Apr 11, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
external-contribution Pull request is from an external contributor
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants