fix: ensure logical regions are synced during region sync#5878
fix: ensure logical regions are synced during region sync#5878evenyag merged 3 commits intoGreptimeTeam:mainfrom
Conversation
|
Important Review skippedAuto reviews are disabled on this repository. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
Documentation and Community
|
109f662 to
8901bd2
Compare
f2d8147 to
cf4fc5a
Compare
I hereby agree to the terms of the GreptimeDB CLA.
Refer to a related PR or issue link (optional)
#5739
What's changed and what's your intention?
This PR makes the metric engine region sync to properly handle logical regions synchronization. Previously, logical regions were not being synchronized even when the metadata manifest version was updated. Now, when
metadata_syncedis true, the system correctly recovers states from the metadata region and syncs logical regions.PR Checklist
Please convert it to a draft if some of the following conditions are not met.