-
Type: Task
-
Resolution: Unresolved
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
Replication
Currently during rollback, we write the documents to be deleted during rollback to a file on disk here.
Is it possible to also write the rolled back oplog entry to a file? This could be helpful for debugging since even though we do log the oplog entry here, if the oplog entry is too large it ends up being truncated here so we end up not being able to see the full oplog entry and notably the timestamp of the oplog entry.
- related to
-
SERVER-84788 Remove RollbackViaRefetch method
- Closed