summaryrefslogtreecommitdiff
path: root/src/mongo/db/s/config
Commit message (Expand)AuthorAgeFilesLines
* SERVER-54460 Ensure that opCtx that waits on PrimaryOnlyService completion pr...Cheahuychou Mao2021-05-041-0/+1
* SERVER-56399 Configsvr step-up can fail after stepping-down during setFCV met...Jordi Serra Torrens2021-04-291-10/+15
* SERVER-56353 Cleanup incomplete chunks from a failed pre-5.0 shard/dropCollec...Kaloian Manassiev2021-04-281-0/+21
* SERVER-55647 shard-local db and collection caches may not contain timestamps ...Jordi Serra Torrens2021-04-271-15/+41
* SERVER-55867 commitMovePrimary concurrent with setFCV may write incorrect met...Antonio Fuschetto2021-04-273-9/+27
* SERVER-54035 Build out resharding cleanupBlake Oler2021-04-261-6/+40
* SERVER-56173: FCV upgrade to 5.0 can fail to refresh collection on shards in ...Jordi Serra Torrens2021-04-261-2/+18
* SERVER-56199 Make collection drop use the proper chunks index on transitions ...Kaloian Manassiev2021-04-212-3/+4
* SERVER-56065 Properly serialise the chunk entries format on transitions betwe...Kaloian Manassiev2021-04-164-110/+195
* SERVER-55641: Reorganize the FCV upgrade/downgrade configsvr metadata patch-u...Jordi Serra Torrens2021-04-152-57/+136
* SERVER-56063 Properly serialise the database entries format on transitions be...Kaloian Manassiev2021-04-152-33/+31
* SERVER-55636: Add the parameter to the setFCV command to make it support 2-Ph...Jordi Serra Torrens2021-04-141-20/+10
* SERVER-56063 Consolidate the FCV 4.4 <-> 5.0 upgrade checksKaloian Manassiev2021-04-139-48/+24
* SERVER-54035 Commit resharding manual cleanup base classesBlake Oler2021-04-091-2/+19
* SERVER-53412 Add assertion that '_configsvrDropCollection/Database' can only ...Kaloian Manassiev2021-04-082-4/+26
* SERVER-53916 commitReshardCollection commandBilly Donahue2021-04-071-0/+133
* SERVER-54918 Pull the metadata format decisions out of InitialSplitPolicyKaloian Manassiev2021-04-073-42/+20
* SERVER-55812 Do not upgrade to the new metadata format if the target version ...Sergi Mateo Bellido2021-04-062-26/+60
* SERVER-54035 Commit cleanup command stubsBlake Oler2021-04-031-0/+102
* SERVER-54975 Rename IDL parser classes to use CommandRequest and CommandReply...Bernard Gorman2021-04-025-35/+37
* SERVER-52944 Add additional audit sharding testsBen Caimano2021-04-015-5/+9
* SERVER-55497 Move abortReshardCollection command behind feature flagBlake Oler2021-04-011-0/+5
* SERVER-53412 Mark code which needs to go away after 5.0 with the proper ticketKaloian Manassiev2021-03-314-3/+4
* SERVER-54918 Use const & for the SplitPolicyParams in InitialSplitPolicyKaloian Manassiev2021-03-292-57/+52
* SERVER-55285 Review why some tests don't pass when we enable by default the n...Sergi Mateo Bellido2021-03-291-10/+30
* SERVER-52770 Add abortReshardCollection command for users to cancel the resha...Blake Oler2021-03-292-1/+177
* SERVER-54918 Hide the `fcvLock` behind a proper FCV set/check interfaceKaloian Manassiev2021-03-261-51/+22
* SERVER-55520 Remove '_ns' from the ReshardingSplitPolicyKaloian Manassiev2021-03-263-28/+23
* SERVER-55281 lint for newline violationsBilly Donahue2021-03-251-1/+1
* SERVER-55474 explicit LL suffix to fix XCode buildBilly Donahue2021-03-241-4/+4
* SERVER-49526 configsvrReshardCollection should calculate new initial split po...Randolph Tan2021-03-234-50/+739
* SERVER-55367 add & to fix xcode [-Wrange-loop-analysis] warningBilly Donahue2021-03-191-1/+1
* SERVER-52528 Test queries on sharded time-series collectionsLouis Williams2021-03-181-1/+1
* SERVER-55146: Bump collection version on any modification of config.collectio...Jordi Serra Torrens2021-03-183-30/+91
* SERVER-52778 Cleanup the legacy shardCollection code pathKaloian Manassiev2021-03-171-9/+8
* Revert "SERVER-52528 Test queries on sharded time-series collections"Louis Williams2021-03-161-1/+1
* SERVER-52528 Test queries on sharded time-series collectionsLouis Williams2021-03-161-1/+1
* SERVER-52158 Move reshardCollection command behind its feature flag.Max Hirschhorn2021-03-161-0/+6
* SERVER-55145 Make dropping a nonexistent database a noopTommaso Tocci2021-03-161-5/+2
* SERVER-54874: Ensure reading consistent config.collections and config.chunks ...Jordi Serra Torrens2021-03-151-2/+3
* Revert "SERVER-54874: Ensure reading consistent config.collections and config...Jordi Serra Torrens2021-03-091-3/+2
* SERVER-54980 Split donor and recipent documents into im/mutable state.Max Hirschhorn2021-03-091-4/+6
* SERVER-54874: Ensure reading consistent config.collections and config.chunks ...Jordi Serra Torrens2021-03-081-2/+3
* SERVER-54842: Raise time limit of commands executed as part of the addShard o...Jordi Serra Torrens2021-03-041-1/+1
* SERVER-52730 Restrict there to be at most one resharding operation active in ...jannaerin2021-03-032-3/+1
* SERVER-47657 Added unique and sparse to index signatureYoonsoo Kim2021-03-031-3/+5
* SERVER-54790 Remove the 'allowMigrations' flag from config.collections when d...Sergi Mateo Bellido2021-03-021-8/+15
* SERVER-52758 Update movePrimary TODO referencesPierlauro Sciarelli2021-03-022-2/+2
* SERVER-52758 Fit movePrimary in the DDL coordinator/participant modelPierlauro Sciarelli2021-03-012-0/+2
* SERVER-54809 Refine CSRS command must acquire the DistLock if received from a...Pierlauro Sciarelli2021-02-261-1/+28