summaryrefslogtreecommitdiff
path: root/src/mongo/db/s/resharding_destined_recipient_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-53679 No-op for filling in destined recipient for insert oplog entries...jannaerin2021-03-221-2/+8
* SERVER-50656 Add cancellation support to WaitForMajorityServiceGeorge Wangensteen2021-03-171-1/+1
* SERVER-52778 Mark all places where collections are implicitly created in shar...Kaloian Manassiev2021-03-171-7/+14
* SERVER-54981 Add recipientShards field to resharding donor document.Max Hirschhorn2021-03-091-1/+4
* SERVER-54980 Split donor and recipent documents into im/mutable state.Max Hirschhorn2021-03-091-2/+2
* SERVER-53983: Add failpoint to block collection cache refreshes for controlli...Daniel Gottlieb2021-02-161-0/+2
* Revert "SERVER-50656 Add cancellation support to WaitForMajorityService"George Wangensteen2021-02-041-1/+1
* SERVER-50656 Add cancellation support to WaitForMajorityServiceGeorge Wangensteen2021-02-041-1/+1
* SERVER-54067 Enforce identical restrictions on updates to the new shard key d...jannaerin2021-01-281-7/+9
* SERVER-53227 Move the DistLockManager to only be available on MongoDKaloian Manassiev2021-01-031-4/+2
* SERVER-53093 Add timestamp to ChunkVersionSergi Mateo Bellido2020-12-101-3/+9
* SERVER-52933 Add timestamp to the DatabaseVersion IDLSergi Mateo Bellido2020-11-241-2/+2
* SERVER-50921 add method to return reshard key if appending resharding recipie...Vishnu Kaushik2020-11-171-0/+1
* SERVER-52872 Remove StatusWith methods from ShardingCatalogClientKaloian Manassiev2020-11-161-3/+2
* SERVER-52556 Versioned CollectionCatalog. Writes are performed using copy-on-...Henrik Edin2020-11-131-1/+1
* SERVER-50027 Implement an 'allowMigrations' collection propertyKaloian Manassiev2020-11-111-56/+54
* SERVER-49825 Replicate updates changing value under new shard key pattern as ...Alex Taskov2020-11-061-0/+31
* SERVER-50027 Convert the CollectionType's UUID field to IDLKaloian Manassiev2020-11-031-6/+1
* SERVER-50027 Make CollectionType use IDL (Part 1)Kaloian Manassiev2020-10-221-1/+1
* SERVER-49824 Add destined recipient to oplog entries from deletesAlex Taskov2020-10-121-0/+64
* SERVER-51306 Wait for refresh to complete before test exitsAlex Taskov2020-10-081-8/+12
* SERVER-49823 Add destined recipient to oplog entries from updatesAlex Taskov2020-10-021-26/+108
* SERVER-49822 Add destined recipient to oplog entries from insertsAlex Taskov2020-09-301-0/+333