-
Type: Task
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
-
Replication
-
Fully Compatible
-
v8.0
-
Repl 2024-12-23
-
0
We expect the config server to have oplog entries after the backup checkpoint timestamp here. The operations after the backup are occurring on the shards, and so it's possible the config server doesn't have any new entries. We should perform a no-op on the config server here to ensure that we don't hit this assertion.
One option is to relax the constraint here, but I think the better solution is to perform some no-op on the config server. We could wait the no-op writer (and set the period to 1s) or run an appendOplogNote.
- is related to
-
SERVER-100267 Perform no-op on config servers after opening backup in sharded_magic_restore_test.js
- Closed