-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
-
Replication
-
Minor Change
-
ALL
-
Repl 2025-03-03, Repl 2025-03-17
-
0
-
None
-
None
-
None
-
None
-
None
-
None
-
None
The initial sync node hits an invariant failure in the handleStageAttemptFailed funtion here, While we shouldn't enforce invariants on the client within the stage runners. Since these runners do not own the clients they reference and initial sync terminates them during shutdown, we should avoid setting invariants. Instead, we can return exceptions, which will be handled at a higher level.