Release new version for Health Monitoring Agent 1.0.1892.0_1.0.424.0 with bug fixes#425
Open
jchatter321 wants to merge 1 commit into
Open
Release new version for Health Monitoring Agent 1.0.1892.0_1.0.424.0 with bug fixes#425jchatter321 wants to merge 1 commit into
jchatter321 wants to merge 1 commit into
Conversation
…with bug fixes. Bug Fixes * Add 2 min sleep before nvml component checks to prevent missing GPU false positives
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Release new version for Health Monitoring Agent 1.0.1892.0_1.0.424.0 with bug fixes.
Bug Fixes
What's changing and why?
When HMA is upgraded on some older HyperPod AMIs, the NVML component check will return 0 GPUs despite the underlying instance having the correct number of GPUs available. This GPU count mismatch causes HMA to reboot the instance. The issue disappears on the instance after a couple of minutes. Therefore, a 2 min sleep is being added before NVML component checks in order to prevent GPU count mismatch false positives.
Before/After UX
N/A - No UX change.
How was this change tested?
The new Health Monitoring Agent image (1.0.1892.0_1.0.424.0) has been internally tested and validated through the model change management process. This PR updates the default image tag in the Helm chart to make the new version available to external customers.
Are unit tests added?
N/A
Are integration tests added?
N/A
Reviewer Guidelines
One of the following must be true: