Skip to content

GC Storage Sharding support#10406

Open
itaigilo wants to merge 1 commit into
masterfrom
feature/gc-storage-sharding-support
Open

GC Storage Sharding support#10406
itaigilo wants to merge 1 commit into
masterfrom
feature/gc-storage-sharding-support

Conversation

@itaigilo
Copy link
Copy Markdown
Contributor

Closes #10395.

Replicates ent#2445 for OSS.

Change Description

Supporting GC with the sharded namespace storage introduced in Enterprise.

Testing Details

Same as Enterprise,
And Esti tests pass.

@itaigilo itaigilo requested review from a team, N-o-Z and arielshaqed May 12, 2026 09:42
@itaigilo itaigilo added include-changelog PR description should be included in next release changelog mostly-ai labels May 12, 2026
@github-actions github-actions Bot added area/testing Improvements or additions to tests area/client/spark labels May 12, 2026
Copy link
Copy Markdown
Member

@N-o-Z N-o-Z left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks,
Minor comment

Comment on lines +71 to +75
// ShardDirPrefix must match shardDirPrefix in pkg/upload/path_provider.go.
private val ShardDirPrefix = "!"

// isShardSlice returns true for shard directory names (<ShardDirPrefix><2-hex-chars>).
// Legacy partition names are 20-char xid strings, so detection is unambiguous.
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You might want to revise the comments here so they make sense in this context

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area/client/spark area/testing Improvements or additions to tests include-changelog PR description should be included in next release changelog mostly-ai

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Storage Sharding: GC support

2 participants