summaryrefslogtreecommitdiff
path: root/src/mongo/db/s/resharding/resharding_oplog_applier_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-53230: Rename cancelation -> cancellation everywhereTyler Seip2021-03-231-51/+51
* SERVER-54229: Resharding metrics output from the currentOp commandKshitij Gupta2021-03-231-1/+2
* SERVER-52778 Mark all places where collections are implicitly created in shar...Kaloian Manassiev2021-03-171-0/+3
* SERVER-55194 Allow multiple statement ids per oplog entryGregory Noma2021-03-161-48/+44
* SERVER-53931 Use cancelationTokens for resharding recipient replication compo...Haley Connelly2021-03-151-90/+228
* SERVER-53910 report resharding_oplog_{fetcher,applier} oplog entry countBilly Donahue2021-02-221-47/+101
* SERVER-53856 Resharding recipient primaries may skip session application for ...Randolph Tan2021-01-281-0/+96
* SERVER-53855 Resharding recipient secondaries ignore no-op oplog entries mean...Randolph Tan2021-01-211-0/+154
* SERVER-49905 Update config.transactions entry for transaction's final oplog e...Randolph Tan2021-01-141-52/+426
* SERVER-49904 Handle pre/post image oplog entries in resharding oplog applierRandolph Tan2021-01-071-1/+159
* SERVER-53518 Switch to use resharding oplog application rules.Max Hirschhorn2021-01-051-43/+15
* SERVER-53517 Move resharding conflict stash collections into config db.Max Hirschhorn2021-01-051-2/+48
* SERVER-53227 Move the DistLockManager to only be available on MongoDKaloian Manassiev2021-01-031-1/+0
* SERVER-53108 Move batching logic into ReshardingDonorOplogIterator.Max Hirschhorn2020-12-241-557/+526
* SERVER-53434 Use local var for ThreadPool in ReshardingOplogApplierTest.Max Hirschhorn2020-12-181-587/+682
* SERVER-49904 Create new oplog type to attach metadata during runtimeRandolph Tan2020-12-171-19/+19
* SERVER-49909 Error if resharding's oplog application sees an unexpected oplog...jannaerin2020-12-161-0/+83
* SERVER-49903 Implement ordinary update rule for resharding's oplog applicationjannaerin2020-12-141-0/+189
* SERVER-49902 Implement ordinary delete rule for resharding's oplog applicationjannaerin2020-12-101-3/+337
* SERVER-53093 Add timestamp to ChunkVersionSergi Mateo Bellido2020-12-101-2/+3
* SERVER-53011 tear down execution resources in ReshardingOplogApplierTestLaMont Nelson2020-12-051-0/+10
* SERVER-49904 Handle retryable writes conflicting with active transactions in ...Randolph Tan2020-12-011-0/+350
* SERVER-52933 Add timestamp to the DatabaseVersion IDLSergi Mateo Bellido2020-11-241-1/+1
* SERVER-49901 Implement ordinary insert rule for resharding's oplog applicationjannaerin2020-11-231-0/+262
* SERVER-49904 Handle retryable write oplog entries in the resharding oplog app...Randolph Tan2020-11-201-4/+495
* SERVER-49900 Update progress document following each batch of config.transact...Jack Mulrow2020-11-191-2/+2
* SERVER-49908 Update config.localReshardingOperations.recipient document follo...Randolph Tan2020-10-211-16/+104
* SERVER-50120 Implement Resharding oplog applier for basic crud opsRandolph Tan2020-10-201-0/+745