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

[BUG]: Download Pecentages >100% are logged. #4859

Open
1 of 4 tasks
NiklasTUM opened this issue Jun 20, 2024 · 1 comment
Open
1 of 4 tasks

[BUG]: Download Pecentages >100% are logged. #4859

NiklasTUM opened this issue Jun 20, 2024 · 1 comment

Comments

@NiklasTUM
Copy link

What happened?

When downloading an Artifact using the DedupManifestArtifactClient, the download percentages that are logged are wrong. At the end of the download process, download percentages > 100% are logged.

image

Versions

Version Dev19.M239.1 (AzureDevOps_M239_20240611.4) / Windows Server 22

Environment type (Please select at least one enviroment where you face this issue)

  • Self-Hosted
  • Microsoft Hosted
  • VMSS Pool
  • Container

Azure DevOps Server type

dev.azure.com (formerly visualstudio.com)

Azure DevOps Server Version (if applicable)

Version Dev19.M239.1 (AzureDevOps_M239_20240611.4)

Operation system

Windows Server 22

Version controll system

No response

Relevant log output

2024-06-18T14:52:23.7874231Z ##[section]Starting: [Download ZENblue Artifact] ZEN.Net6
2024-06-18T14:52:23.7878996Z ==============================================================================
2024-06-18T14:52:23.7879096Z Task         : Download Pipeline Artifacts
2024-06-18T14:52:23.7879164Z Description  : Download build and pipeline artifacts
2024-06-18T14:52:23.7879219Z Version      : 2.198.0
2024-06-18T14:52:23.7879265Z Author       : Microsoft Corporation
2024-06-18T14:52:23.7879317Z Help         : https://docs.microsoft.com/azure/devops/pipelines/tasks/utility/download-pipeline-artifact
2024-06-18T14:52:23.7879399Z ==============================================================================
2024-06-18T14:52:24.2519484Z Download from the specified build: #2539941
2024-06-18T14:52:24.2527240Z Download artifact to: C:\a\1\b\ZEN.Net6
2024-06-18T14:52:24.5765651Z Using default max parallelism.
2024-06-18T14:52:24.8740891Z Using default max parallelism.
2024-06-18T14:52:24.8744717Z Max dedup parallelism: 192
2024-06-18T14:52:24.8745365Z DomainId: 0
2024-06-18T14:52:24.9994670Z ApplicationInsightsTelemetrySender will correlate events with X-TFS-Session dd55fc8b-704b-426a-ba72-0ce6dd7fdc6a
2024-06-18T14:52:25.0126052Z Hashtype: Dedup64K
2024-06-18T14:52:25.0308275Z DedupManifestArtifactClient will correlate http requests with X-TFS-Session dd55fc8b-704b-426a-ba72-0ce6dd7fdc6a
2024-06-18T14:52:25.0323663Z Minimatch patterns: [!**\cu*[_011][018].dll]
2024-06-18T14:52:25.4850564Z Filtered 3563 files from the Minimatch filters supplied.
2024-06-18T14:52:25.5124744Z Downloaded 0.0 MB out of 3,267.0 MB (0%).
2024-06-18T14:52:30.5188871Z Downloaded 573.7 MB out of 3,267.0 MB (18%).
2024-06-18T14:52:35.5349012Z Downloaded 820.2 MB out of 3,267.0 MB (25%).
2024-06-18T14:52:40.9407081Z Downloaded 1,430.6 MB out of 3,267.0 MB (44%).
2024-06-18T14:52:45.9557594Z Downloaded 1,914.6 MB out of 3,267.0 MB (59%).
2024-06-18T14:52:50.9715112Z Downloaded 1,914.6 MB out of 3,267.0 MB (59%).
2024-06-18T14:52:56.0026632Z Downloaded 2,445.7 MB out of 3,267.0 MB (75%).
2024-06-18T14:53:01.0089879Z Downloaded 3,156.1 MB out of 3,267.0 MB (97%).
2024-06-18T14:53:06.0185964Z Downloaded 3,222.7 MB out of 3,267.0 MB (99%).
2024-06-18T14:53:08.5071248Z Downloaded 3,331.2 MB out of 3,267.0 MB (102%).
2024-06-18T14:53:08.5079038Z 
2024-06-18T14:53:08.5079488Z Download statistics:
2024-06-18T14:53:08.5079753Z Total Content: 3,331.2 MB
2024-06-18T14:53:08.5080007Z Physical Content Downloaded: 1,766.9 MB
2024-06-18T14:53:08.5080276Z Compression Saved: 1,359.4 MB
2024-06-18T14:53:08.5080521Z Local Caching Saved: 204.9 MB
2024-06-18T14:53:08.5080773Z Chunks Downloaded: 40,449
2024-06-18T14:53:08.5081029Z Nodes Downloaded: 78
2024-06-18T14:53:08.5081165Z 
2024-06-18T14:53:08.5119673Z Download completed.
2024-06-18T14:53:08.7392227Z ApplicationInsightsTelemetrySender correlated 2 events with X-TFS-Session dd55fc8b-704b-426a-ba72-0ce6dd7fdc6a
2024-06-18T14:53:08.7395528Z Downloading artifact finished.
2024-06-18T14:53:08.9661733Z ##[section]Finishing: [Download ZENblue Artifact] ZEN.Net6
@vmapetr
Copy link
Contributor

vmapetr commented Jul 26, 2024

Hi @NiklasTUM thanks for reporting!
We are working on more prioritized issues at the moment, but will get back to this one soon.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants