fix(falkordb): serialize rebalance config handoff - #3269
Draft
weicao wants to merge 1 commit into
Draft
Conversation
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## fix/falkordb-switchover-timeout #3269 +/- ##
===============================================================
Coverage 0.00% 0.00%
===============================================================
Files 164 165 +1
Lines 25383 25434 +51
===============================================================
- Misses 25383 25434 +51 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
weicao
force-pushed
the
fix/falkordb-rebalance-config-race
branch
from
July 26, 2026 10:21
4a6ba53 to
4a7c7a8
Compare
Contributor
Author
|
Fresh focused runtime evidence for exact head
Evidence boundary: this is one scoped focused runtime PASS for the replacement head. It is not a whole-suite or release-readiness claim. A fresh full run has started separately and is not yet terminal. |
leon-ape
marked this pull request as draft
July 27, 2026 01:41
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.
What this fixes
The rebalance config producer and
ape-dtsconsumer are regular containers, so Kubernetes may start the consumer before/tmp/reshard.iniexists. A fresh runtime run observed that ordering once; three bounded retries on the retained cluster succeeded, so this change is scoped to the demonstrated startup race.The producer cannot be converted to an init container because the KubeBlocks action workload injects the selected Pod metadata and credentials into regular
podSpec.containers.Changes
/tmp/reshard.ini.tmpand atomically publish it withmvexecthe original/ape-dtsprocess so its exit status remains authoritativeValidation
helm lint addons/falkordbThis PR is intentionally stacked on PR #3265. After #3265 merges, it can be retargeted to
mainwithout changing this commit.Fixes #3268