summaryrefslogtreecommitdiff
path: root/src/mongo/db/s/config
Commit message (Expand)AuthorAgeFilesLines
* 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
* SERVER-53104 Ensure all shard-local cache collections of config.collections c...Sergi Mateo Bellido2021-02-262-83/+111
* SERVER-54788: Hold the ShardingRoutingInfoFormatStability distLock in setFCV ...Jordi Serra Torrens2021-02-251-13/+0
* SERVER-53861: Implement stop migrations procedure for DDL operationsJordi Serra Torrens2021-02-253-0/+165
* SERVER-52812 Unify the implicit createDatabase/enableSharding flowKaloian Manassiev2021-02-218-611/+121
* SERVER-54585 Move support for `findAndModify` to the write_ops utilitiesKaloian Manassiev2021-02-181-2/+5
* SERVER-53092: Ensure FCV stability while executing DDL critical pathsJordi Serra Torrens2021-02-181-0/+14
* SERVER-53060 Remove QueryRequest classRuoxin Xu2021-02-174-13/+12
* SERVER-54579: Complete TODO listed in SERVER-53105Jordi Serra Torrens2021-02-172-4/+13
* SERVER-52777 Fit refineShardKey in the DDL coordinator/participant modelPierlauro Sciarelli2021-02-151-12/+0
* SERVER-54283 Move the legacy dropDatabase/Collection path to execute from the...Kaloian Manassiev2021-02-095-434/+18
* SERVER-54283 Make the checks for new sharded DDL code path be uniformKaloian Manassiev2021-02-065-49/+6
* SERVER-52779 Added new coordinator to create collection with the new shard co...Marcos José Grillo Ramírez2021-02-053-38/+69
* SERVER-54230 Stop returning sorted shard IDs vector from ShardRegistryTommaso Tocci2021-02-044-43/+43
* SERVER-54171 Make `enableSharding` optimistically skip acquiring the DB DistLockKaloian Manassiev2021-02-021-5/+32
* SERVER-53105: Target chunks by collectionUUIDJordi Serra Torrens2021-02-015-261/+653
* SERVER-54071 Deduplicate `BatchedCommandRequest build*Op` methods in the code...Pierlauro Sciarelli2021-01-273-123/+46
* SERVER-53330 In a resharding operation, retrieve list of participant shards a...Blake Oler2021-01-221-100/+20
* SERVER-53105: Amend tests that target config.chunks by ns to target by ns or ...Jordi Serra Torrens2021-01-221-9/+8
* SERVER-53740 Implicitly setup the database in ConfigServerTestFixture::setupC...Pierlauro Sciarelli2021-01-224-22/+65
* SERVER-53118 Make the DistLockManager use the same processId/lockSessionId pe...Kaloian Manassiev2021-01-217-217/+0
* SERVER-53867 Add/Remove timestamp to docs on config.chunks when upgrading/dow...Sergi Mateo Bellido2021-01-212-41/+47
* SERVER-53868 Update the timestamp of docs in config.chunks when refining a sh...Sergi Mateo Bellido2021-01-201-6/+15
* SERVER-53772 Create feature flag for timestamp based collection/database UUIDSergi Mateo Bellido2021-01-196-9/+13
* SERVER-53680 Use IDL for KeysCollectionDocumentCheahuychou Mao2021-01-131-4/+3
* SERVER-53689 Make only the ReplSetDistLockManager tests use a mocked lock man...Kaloian Manassiev2021-01-122-13/+0
* SERVER-53227 Move omitted LockPings/LockType files to MongoDKaloian Manassiev2021-01-093-5/+4
* SERVER-53468 Ensure config.chunks stability during upgrade/downgradeSergi Mateo Bellido2021-01-072-92/+30
* SERVER-51619 Convert find command input to IDLArun Banala2021-01-072-2/+2
* SERVER-53227 Move the DistLockManager to only be available on MongoDKaloian Manassiev2021-01-0316-132/+74
* SERVER-53547 Make use of return values in ShardRegistry APITommaso Tocci2020-12-314-15/+5
* SERVER-53533 Remove deprecated return value from ShardRegistry::reloadTommaso Tocci2020-12-291-10/+3