The activity log is always in progress when pasting a blob container from a StorageV2 Premium account to a storage account that does not support page blobs
Storage Explorer Version: 1.33.0 (97) Build Number: 20240217.4 Branch: rel/1.33.0 Platform/OS: Windows 10/Linux Ubuntu 22.04/MacOS Sonoma 14.3(Apple M1 Pro) Architecture: x64/x64/x64 How Found: From running test cases Regression From: Previous release (1.32.1)
Steps to Reproduce
- Expand a StorageV2 Premium account (premium account with account type page blob) -> Blob Containers.
- Create a blob container -> Upload one page blob.
- Copy the blob container -> Paste it to one ADLS Gen2 storage account.
- Check whether there is a failed activity log.
Expected Experience
There is a failed activity log.
Actual Experience
The activity log is always in progress.
Additional Context
This issue also reproduces when pasting the blob container to one Premium BlockBlobStorage account.
This is due to an AzCopy bug https://github.com/Azure/azure-storage-azcopy/issues/2582
@v-xianya The next time you test on main branch, could you verify this bug one more time? We have integrated AzCopy 10.24.0 in main which should have a fix for this issue.
Got it. we will verify this issue on main branch after we finished hotfix testing.
We found the current main build is using AzCopy 10.23.0. will verify this issue once AzCopy 10.24.0 is integrated.
Verified this issue on the main build 20240416.1. Fixed. So, we are going to close it.