AzureStorageExplorer
AzureStorageExplorer copied to clipboard
The activity log is always in progress when executing folder statistics in an ADLS Gen2 blob explorer that contains soft deleted rehydrating blobs
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
- Expand one ADLS Gen2 storage account -> Blob Containers.
- Create a blob container -> Upload one blob -> Change its access tier to 'Archive'.
- Change the access tier to 'Hot' -> Soft delete the blob.
- Click 'Folder Statistics'.
- 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.
Additional Context
- This issue doesn't reproduce for regular blob containers.
- There is a related issue 6628.
This is a service bug. It keeps returning 0 blobs and non-empty continuation token when we list blobs.
I opened a bug report to the service team.