AzureStorageExplorer icon indicating copy to clipboard operation
AzureStorageExplorer copied to clipboard

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

Open v-xianya opened this issue 1 year ago • 1 comments

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

  1. Expand a StorageV2 Premium account (premium account with account type page blob) -> Blob Containers.
  2. Create a blob container -> Upload one page blob.
  3. Copy the blob container -> Paste it to one ADLS Gen2 storage account.
  4. Check whether there is a failed activity log.

Expected Experience

There is a failed activity log. image

Actual Experience

The activity log is always in progress. image

Additional Context

This issue also reproduces when pasting the blob container to one Premium BlockBlobStorage account.

v-xianya avatar Feb 18 '24 07:02 v-xianya

This is due to an AzCopy bug https://github.com/Azure/azure-storage-azcopy/issues/2582

JasonYeMSFT avatar Feb 20 '24 18:02 JasonYeMSFT

@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.

JasonYeMSFT avatar Apr 08 '24 21:04 JasonYeMSFT

Got it. we will verify this issue on main branch after we finished hotfix testing.

v-xianya avatar Apr 09 '24 01:04 v-xianya

We found the current main build is using AzCopy 10.23.0. will verify this issue once AzCopy 10.24.0 is integrated.

v-xianya avatar Apr 15 '24 03:04 v-xianya

Verified this issue on the main build 20240416.1. Fixed. So, we are going to close it. image

v-xianya avatar Apr 16 '24 02:04 v-xianya