Commit Graph

8 Commits

Author SHA1 Message Date
Joy Wang
20f262977d SERVER-88158 Remove support for 'alwaysUpsert' in applyOps (#28762)
GitOrigin-RevId: 34b47faf98400540f06abe3b5df2626a94f3933e
2024-11-08 21:02:53 +00:00
Matt Broadstone
771dabd098 SERVER-81339 Convert ReplSetTest and ShardingTest to modules (#26332)
GitOrigin-RevId: 744aa110a53786b23c62ff53f87a1418b5991e8d
2024-08-20 22:00:49 +00:00
Matt Broadstone
a4f458fe4d SERVER-79735 Convert jstest corpus to use es modules 2023-08-06 20:48:04 +00:00
Adityavardhan Agrawal
0c82c0cfa3 SERVER-33182 Remove atomic applyOps 2022-11-10 22:27:34 +00:00
Mihai Andrei
17f49ab8b1 SERVER-50301 Delete code which handles $v:1 update oplog entries 2022-06-30 21:39:25 +00:00
Cheahuychou Mao
99d90208c6 SERVER-39165 Add waitForFailpoint command and update initial sync tests 2019-10-25 18:52:44 +00:00
A. Jesse Jiryu Davis
609e2697c2 SERVER-42022 Remove missing-document fetcher 2019-08-21 11:55:02 -04:00
A. Jesse Jiryu Davis
0265512bc3 SERVER-42630 Initial sync handles upserts from applyOps cmd
During initial sync, a secondary replays the primary's oplog, including
oplog entries for user-initiated "applyOps" commands executed on the
primary. The update operations within an applyOps oplog entry should be
upserts on the secondary if they were upserts on the primary.
2019-08-13 15:19:24 +00:00