-
Type:
Bug
-
Resolution: Won't Fix
-
Priority:
Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
None
-
Replication
-
ALL
-
v9.0
-
Repl 2026-08-03
-
None
-
None
-
None
-
None
-
None
-
None
-
None
We have identified a narrow mixed-version scenario during initial sync:
- Initiate a newly replica set.
- Downgrade FCV shortly afterward.
- Do so before the sync source has taken a checkpoint since initialization.
- Add a new node on the lower binary
- Let that new node initial sync from the sync source which will take the initiating skip as last checkpoint is pointing to the initialization.
In this case, the initial syncing node can observe FCV state that is inconsistent with what its binary can safely interpret and crash very early in initial sync.
This scenario is exercised in our multi-version testing.
Production relevance
This appears to be rare in production because it requires a very small timing window between replica set initialization, FCV downgrade, and initial sync before checkpoint. However, it is realistic enough that we should harden the product behavior rather than treat it as purely a test artifact.
The scenario is recoverable by retrying initial sync, but the current failure is abrupt and the error message is not very actionable.
- is related to
-
SERVER-131892 Force checkpoint past FCV transition in ReplSetTest multiversion initiate
-
- Closed
-