Skip to content

[core] Guard global indexes during schema changes - #9420

Closed
zhoulii wants to merge 2 commits into
apache:masterfrom
zhoulii:feature/global-index-schema-change-guard
Closed

[core] Guard global indexes during schema changes#9420
zhoulii wants to merge 2 commits into
apache:masterfrom
zhoulii:feature/global-index-schema-change-guard

Conversation

@zhoulii

@zhoulii zhoulii commented Aug 26, 2026

Copy link
Copy Markdown
Member

Purpose

close #9419

Tests

@zhoulii zhoulii closed this Aug 26, 2026
@zhoulii zhoulii reopened this Aug 26, 2026
List<IndexManifestEntry> references =
table.store()
.newIndexFileHandler()
.scan(

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

We should not add a heavy scan in schema manager.

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

Thanks for pointing this out. You're right that SchemaManager should not perform a potentially heavy index manifest scan. I'll close this PR.

@zhoulii zhoulii closed this Aug 27, 2026
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.

[Bug] Guard schema changes against live Global Index references

2 participants