-
Type: Task
-
Resolution: Unresolved
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
None
-
Replication
-
200
The injectInconsistencyOnSecondary helper is incompatible with the replicated record IDs project because it restarts the secondary as a standalone and inserts docs that way without any specified record ids for the docs, and then adds the secondary back into the set. This will have undefined behavior with the replicated record IDs project since that does not support standalone writes with unspecified record ids (https://docs.google.com/document/d/1NjuOEVNE3h8pJsTPSGuaVv_CGgFngdXB8grrprXePsM/edit?disco=AAABJEwROqk), so we may need to create a different way of creating inconsistencies on secondaries.