microsoft / AzureStorageExplorer

Easily manage the contents of your storage account with Azure Storage Explorer. Upload, download, and manage blobs, files, queues, tables, and Cosmos DB entities. Gain easy access to manage your virtual machine disks. Work with either Azure Resource Manager or classic storage accounts, plus manage and configure cross-origin resource sharing (CORS) rules.
Creative Commons Attribution 4.0 International
377 stars 86 forks source link

The activity log is always in progress when executing folder statistics in an ADLS Gen2 blob explorer that contains soft deleted rehydrating blobs #6870

Open v-xianya opened 1 year ago

v-xianya commented 1 year ago

Storage Explorer Version: 1.29.1 Build Number: 20230509.5 Branch: hotfix/1.29.1 Platform/OS: Windows 10/Linux Ubuntu 20.04/MacOS Ventura 13.3.1 (Apple M1 Pro) Architecture: ia32/x64/arm64 How Found: Exploratory testing Regression From: Not a regression

Steps to Reproduce

  1. Expand one ADLS Gen2 storage account -> Blob Containers.
  2. Create a blob container -> Upload one blob -> Change its access tier to 'Archive'.
  3. Change the access tier to 'Hot' -> Soft delete the blob.
  4. Click 'Folder Statistics'.
  5. Check whether there is a successful activity log.

Expected Experience

There is a successful activity log.

Actual Experience

The activity log is always in progress. image

Additional Context

  1. This issue doesn't reproduce for regular blob containers.
  2. There is a related issue 6628.
JasonYeMSFT commented 1 year ago

This is a service bug. It keeps returning 0 blobs and non-empty continuation token when we list blobs.

JasonYeMSFT commented 11 months ago

I opened a bug report to the service team.