Bug Description
When copying an ADLS Gen2 folder (or any group of items) between two storage accounts, the activity shows 100% progress while it is still copying items. The transfer eventually does complete correctly, but the progress indicator finishes well ahead of the actual work.
Steps to Reproduce
- Connect two ADLS Gen2 (hierarchical-namespace) storage accounts.
- Select a folder containing a mix of files and subfolders in the source account.
- Copy it to a container in the destination account.
- Watch the Activities pane.
Actual Experience
Progress reaches 100% noticeably before the copy is actually finished. The activity continues to report newly transferred items after that point, and the "Transfer complete" message can arrive seconds to minutes later depending on the size and shape of the folder.
Expected Experience
Progress should not reach 100% until every item in the job has been transferred (or failed/skipped). It is fine for progress to advance smoothly during the byte transfer, but it should not hit 100% while items are still being processed.
Workaround
Treat the progress value as a rough indicator only and wait for the "Transfer ... complete" entry in the activity log before assuming the copy is finished.
Bug Description
When copying an ADLS Gen2 folder (or any group of items) between two storage accounts, the activity shows 100% progress while it is still copying items. The transfer eventually does complete correctly, but the progress indicator finishes well ahead of the actual work.
Steps to Reproduce
Actual Experience
Progress reaches 100% noticeably before the copy is actually finished. The activity continues to report newly transferred items after that point, and the "Transfer complete" message can arrive seconds to minutes later depending on the size and shape of the folder.
Expected Experience
Progress should not reach 100% until every item in the job has been transferred (or failed/skipped). It is fine for progress to advance smoothly during the byte transfer, but it should not hit 100% while items are still being processed.
Workaround
Treat the progress value as a rough indicator only and wait for the "Transfer ... complete" entry in the activity log before assuming the copy is finished.