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

Fixed issue in pipeline network stats where short job stats would never get populated #2720

Merged
merged 2 commits into from
Jun 19, 2024

Conversation

gapra-msft
Copy link
Member

Pipeline Network Stats do not start to get populated until the tuner reaches a stable point. For short jobs, this can result in no stats being reported. For long jobs, this results in inaccurate results being reported since stats before tuner stability are not counted at all.

This PR starts population of pipeline network stats from the conception of the job. All stats reported are averages, so this change should only marginally affect long jobs and will now start reporting stats for short jobs.

@gapra-msft gapra-msft merged commit 40538f1 into main Jun 19, 2024
17 checks passed
@gapra-msft gapra-msft deleted the gapra/pipelineNetworkStats branch June 19, 2024 20:44
@vibhansa-msft vibhansa-msft added this to the 10.26.0 milestone Jul 22, 2024
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.

3 participants