Skip to content

wip: support reading/writing v2 index header in store-gateways - #16483

Draft
chencs wants to merge 6 commits into
mainfrom
casie/index-header/split-sparse-index-header-build
Draft

wip: support reading/writing v2 index header in store-gateways #16483
chencs wants to merge 6 commits into
mainfrom
casie/index-header/split-sparse-index-header-build

Conversation

@chencs

@chencs chencs commented Aug 26, 2026

Copy link
Copy Markdown
Contributor

What this PR does

Which issue(s) this PR fixes or relates to

Fixes #

Checklist

  • Tests updated.
  • Documentation added.
  • CHANGELOG.md updated - the order of entries should be [CHANGE], [FEATURE], [ENHANCEMENT], [BUGFIX]. If changelog entry is not needed, please add the changelog-not-needed label to the PR.
  • about-versioning.md updated with experimental features.

)

type BucketReaderConfig struct {
Enabled bool `yaml:"enabled" category:"experimental"`
BucketIndexSections string `yaml:"index_sections" category:"experimental"`
WriteV2IndexHeader bool `yaml:"write_v2_index_header" category:"experimental"`

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

Introducing a new temporary flag so that we can keep enabling bucket reader without enabling v2 if necessary

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant