summaryrefslogtreecommitdiff
path: root/src/mongo/db/s/migration_util_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-65559 Get rid of legacy range deleter and RangeDeleterService feature ...Pierlauro Sciarelli2023-05-081-368/+0
* SERVER-70789 Rename sharding global indexes utilities to reflect globalness o...Marcos José Grillo Ramirez2023-03-041-1/+2
* SERVER-74533 Make sure unittests with StaticCatalogClient override getCollect...Allison Easton2023-03-031-0/+17
* SERVER-73112 Expose function to construct NamespaceString in unit testsjannaerin2023-02-081-12/+24
* SERVER-72669 Get collections sorted by namespace directly from the configsvrPol Pinol Castuera2023-01-241-4/+4
* SERVER-69435 Make the CSS acquisition a RAIIJordi Serra Torrens2022-10-261-2/+2
* SERVER-65558 Enable Feature flag for PM-2849Pierlauro Sciarelli2022-10-171-0/+2
* Revert "SERVER-65558 Enable range deleter service feature flag"Pierlauro Sciarelli2022-10-131-2/+0
* SERVER-65558 Enable range deleter service feature flagPierlauro Sciarelli2022-10-101-0/+2
* SERVER-68725 Plug actual deletion in the range deleter servicePierlauro Sciarelli2022-09-201-2/+3
* SERVER-69555 Range deletions must always be referred by `collUuid+range` rath...Pierlauro Sciarelli2022-09-121-9/+16
* SERVER-67409 Change mongo::createCollection to take db nameSophia Tan2022-08-181-2/+2
* SERVER-67400 Introduce a CollectionPlacement component of the collection versionKaloian Manassiev2022-06-211-6/+4
* SERVER-63819 Make range deletion's `numOrphanDocs` field non-optional once 6....Allison Easton2022-05-261-1/+0
* SERVER-64196 Implement BalancerStatisticsRegistry and command to retrieve its...Tommaso Tocci2022-04-051-4/+4
* SERVER-64163 Synchronize orphans tracking upon upgrade/downgrade with ongoing...Allison Easton2022-03-301-4/+3
* Revert "SERVER-64163 Synchronize orphans tracking upon upgrade/downgrade with...Tommaso Tocci2022-03-221-1/+0
* SERVER-64163 Synchronize orphans tracking upon upgrade/downgrade with ongoing...Allison Easton2022-03-221-0/+1
* SERVER-64468 Delete SucceedsIfFilteringMetadataUUIDInitiallyDifferentFromTask...Antonio Fuschetto2022-03-141-41/+0
* SERVER-64160 Drop deprecated field parsing support for collection typeTommaso Tocci2022-03-071-2/+2
* SERVER-64045 Remove partitioned field from DatabaseType constructorTommaso Tocci2022-03-021-5/+2
* SERVER-63762 Track initial number of orphans in range deletion task documents...Allison Easton2022-02-251-0/+18
* SERVER-60518 Best effort checks in range deleter must not leave orphansPierlauro Sciarelli2021-10-221-22/+33
* SERVER-60378 Rewrite some sharding tests to avoid using chunk versions with T...Allison Easton2021-10-081-3/+3
* SERVER-52847 Make timestamp required in CollectionType and ShardCollectionTyp...Allison Easton2021-09-211-15/+17
* SERVER-59052 Remove deprecated ChunkType::ns fieldSimon Graetzer2021-08-291-4/+5
* SERVER-58989 Make timestamp required in DatabaseVersionBase IDLAllison Easton2021-08-161-2/+3
* SERVER-55392 Add a timestamp field to config.rangeDeletionsAntonio Fuschetto2021-05-311-27/+49
* 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-4/+11
* 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-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-6/+6
* SERVER-52933 Add timestamp to the DatabaseVersion IDLSergi Mateo Bellido2020-11-241-2/+2
* SERVER-52872 Remove StatusWith methods from ShardingCatalogClientKaloian Manassiev2020-11-161-3/+2
* SERVER-50027 Convert the CollectionType's UUID field to IDLKaloian Manassiev2020-11-031-4/+1
* SERVER-50027 Make CollectionType use IDL (Part 1)Kaloian Manassiev2020-10-221-1/+1
* SERVER-46199 Make the collection CatalogCache support causal consistencyMarcos José Grillo Ramírez2020-09-091-4/+4
* SERVER-46199 Fix CollectionShardingState <-> CatalogCache destruction order i...Kaloian Manassiev2020-09-051-5/+6
* SERVER-49976 Cleanup database cache on shard removalTommaso Tocci2020-08-041-1/+1
* SERVER-49975 Use separate thread pools for CatalogCache and its loadersTommaso Tocci2020-07-301-2/+1
* SERVER-49427 Remove unused function declarations in MetadataManager and Colle...Cheahuychou Mao2020-07-281-8/+0
* SERVER-49292 Futurify CatalogCacheLoader APITommaso Tocci2020-07-211-2/+2
* SERVER-49681 Move persistent task store under dbPierlauro Sciarelli2020-07-201-1/+1
* SERVER-49316 Move wait_for_majority_service to its own librarySpencer T Brody2020-07-071-1/+1
* SERVER-48775 Move all Sharding unit-tests that assume a MongoD to the db/s di...Kaloian Manassiev2020-06-211-2/+1
* SERVER-45781 Throw Stale Shard Version when collection is unknown on getColle...Marcos José Grillo Ramírez2020-04-081-6/+8
* SERVER-45999 Remove unused opCtx argument to PersistentTaskStore constructorCheahuychou Mao2020-03-301-12/+12
* SERVER-46395 Ensure range deletion task document exists during deletion.Max Hirschhorn2020-03-111-11/+39