Fix Blob Versioning GC pagination across duplicate names - #2
Merged
rorozcov merged 4 commits intoSep 2, 2026
Merged
Conversation
Adding Blob Versioning Support to Azurite
…nto copilot/testblob-versioning-gc-regression-again # Conflicts: # src/blob/BlobConfiguration.ts # src/blob/BlobEnvironment.ts # src/blob/BlobServer.ts # src/blob/BlobServerFactory.ts # src/blob/errors/StorageErrorFactory.ts # src/blob/handlers/BlobHandler.ts # src/blob/persistence/IBlobMetadataStore.ts # src/blob/persistence/LokiBlobMetadataStore.ts # src/blob/persistence/PageWithDelimiter.ts # src/blob/persistence/SqlBlobMetadataStore.ts # src/common/Environment.ts # src/common/VSCEnvironment.ts # src/common/VSCServerManagerBlob.ts Co-authored-by: rorozcov <44987991+rorozcov@users.noreply.github.com>
Co-authored-by: rorozcov <44987991+rorozcov@users.noreply.github.com>
Copilot
AI
changed the title
Fix Blob versioning GC pagination
Fix Blob Versioning GC pagination across duplicate names
Sep 2, 2026
Copilot created this pull request from a session on behalf of
rorozcov
September 2, 2026 18:27
View session
Co-authored-by: rorozcov <44987991+rorozcov@users.noreply.github.com>
rorozcov
approved these changes
Sep 2, 2026
rorozcov
approved these changes
Sep 2, 2026
rorozcov
marked this pull request as ready for review
September 2, 2026 20:39
rorozcov
merged commit Sep 2, 2026
9bd2897
into
users/rorozcov/blobversioning
31 of 44 checks passed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Blob GC skipped live extents when more than 5,000 versions or snapshots shared one blob name because
listAllBlobs()continued using only that name.Changes
Stable GC pagination
$lokiID.blobId.Regression coverage
store.iteratorExtents().Documentation
--accountConfigFilePathand--accountConfigAsJson.AZURITE_ACCOUNTSauthentication requirements, supported behavior, and limitations.