Banyandb support update tag family#13879
Merged
Merged
Conversation
There was a problem hiding this comment.
Pull request overview
This PR updates the BanyanDB storage installer behavior around boot-time schema reshaping to support tag relocation between tag families (triggered by toggling @Column(storageOnly=...)) and to avoid partial reconciliation of dependent resources (IndexRules/Bindings) when the primary stream/measure/trace shape check is skipped due to non-additive divergence. It also bumps the BanyanDB version used in tests and updates documentation to reflect the new semantics and operator caveats.
Changes:
- Allow “purely additive” boot reshape to include tag relocation across families (storage-only ↔ searchable) and gate dependent IndexRule/Binding reconciliation on the primary shape check outcome.
- Add an integration test covering the relocation boot-reshape path and update docs + changelog accordingly.
- Update e2e test BanyanDB image commit SHA.
Reviewed changes
Copilot reviewed 5 out of 5 changed files in this pull request and generated 7 comments.
Show a summary per file
| File | Description |
|---|---|
test/e2e-v2/script/env |
Bumps the BanyanDB image commit used by e2e. |
oap-server/.../BanyanDBIT.java |
Adds an IT for storageOnly toggle relocation behavior at boot. |
oap-server/.../BanyanDBIndexInstaller.java |
Implements relocation-tolerant additive checks and prevents dependent resource reconciliation after a primary SKIPPED_SHAPE_MISMATCH. |
docs/en/concepts-and-designs/runtime-rule-hot-update.md |
Documents additive reshape cases (including relocation) and dependent reconcile gating + operator caveat. |
docs/en/changes/changes.md |
Updates CHANGES entry to include relocation + dependent reconcile gating + caveat. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
wu-sheng
approved these changes
May 22, 2026
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.
CHANGESlog.