Skip to content

Conversation

@xuang7
Copy link
Contributor

@xuang7 xuang7 commented Nov 13, 2025

What changes were proposed in this PR?

This PR changes the upload time calculation to only include actual uploading time, excluding initialization time.

New behavior:
When resources and network are limited:

  • File A and B initialize simultaneously. File B's initialization takes longer.
  • When File B starts uploading, its timer starts at 0s and tracks only its upload duration.
upload.mov

Any related issues, documentation, discussions?

Fixes #4051

How was this PR tested?

Passed automated tests, manually tested with large uploads

Was this PR authored or co-authored using generative AI tooling?

No

@github-actions github-actions bot added fix frontend Changes related to the frontend GUI labels Nov 13, 2025
@xuang7 xuang7 marked this pull request as ready for review November 13, 2025 07:02
Copy link
Contributor

@aglinxinyuan aglinxinyuan left a comment

Choose a reason for hiding this comment

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

LGTM!

@chenlica chenlica merged commit d8751e8 into apache:main Nov 14, 2025
11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

fix frontend Changes related to the frontend GUI

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Elapsed upload time includes initialization phase

3 participants