summaryrefslogtreecommitdiff
path: root/src/mongo/db/s/config/sharding_catalog_manager.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-61444 Resharding coordinator state transactions now use w:1Brett Nawrocki2022-02-091-0/+14
* SERVER-62065 Introduce the 'repairShardedCollectionChunksHistory' commandKaloian Manassiev2022-01-101-0/+12
* SERVER-58433 Remove multi writes from multi statement transactions from Resha...Luis Osta2021-10-051-7/+10
* SERVER-58082 Fail resharding operation if allowMigrations has already been se...Randolph Tan2021-09-221-3/+13
* SERVER-57487 Update chunks during setFCV 4.4 «--» 5.0 must not block balanc...Pierlauro Sciarelli2021-08-041-0/+10
* SERVER-56649 Make renameCollection resilient to network partitionsSimon Graetzer2021-07-231-0/+1
* SERVER-57204 Extend the _configsvrSetAllowMigrations command to take the coll...Jordi Serra Torrens2021-07-201-0/+1
* SERVER-57060 Rename of a sharded collection must bump the collection versionPierlauro Sciarelli2021-06-211-0/+11
* SERVER-57316 Changing a few functions that rely on the presence of epochs/tim...Sergi Mateo Bellido2021-06-151-0/+6
* SERVER-57313 Pass the collection epoch and timestamp when building a ChunkTyp...Sergi Mateo Bellido2021-06-141-0/+2
* SERVER-56786 expand the bounds parameter of mergeChunk in the config server (...Paolo Polato2021-06-031-0/+17
* SERVER-57063 Ensure that config.collections exists upon configsvr startup (BA...Simon Graetzer2021-05-311-0/+5
* SERVER-55867 commitMovePrimary concurrent with setFCV may write incorrect met...Antonio Fuschetto2021-04-271-0/+10
* SERVER-55641: Reorganize the FCV upgrade/downgrade configsvr metadata patch-u...Jordi Serra Torrens2021-04-151-15/+48
* SERVER-56063 Consolidate the FCV 4.4 <-> 5.0 upgrade checksKaloian Manassiev2021-04-131-15/+7
* SERVER-55812 Do not upgrade to the new metadata format if the target version ...Sergi Mateo Bellido2021-04-061-13/+21
* SERVER-55146: Bump collection version on any modification of config.collectio...Jordi Serra Torrens2021-03-181-5/+10
* SERVER-52758 Update movePrimary TODO referencesPierlauro Sciarelli2021-03-021-1/+1
* SERVER-52758 Fit movePrimary in the DDL coordinator/participant modelPierlauro Sciarelli2021-03-011-0/+1
* SERVER-53104 Ensure all shard-local cache collections of config.collections c...Sergi Mateo Bellido2021-02-261-11/+13
* SERVER-53861: Implement stop migrations procedure for DDL operationsJordi Serra Torrens2021-02-251-0/+8
* SERVER-52812 Unify the implicit createDatabase/enableSharding flowKaloian Manassiev2021-02-211-24/+14
* SERVER-54283 Move the legacy dropDatabase/Collection path to execute from the...Kaloian Manassiev2021-02-091-21/+0
* SERVER-54283 Make the checks for new sharded DDL code path be uniformKaloian Manassiev2021-02-061-11/+0
* SERVER-53105: Target chunks by collectionUUIDJordi Serra Torrens2021-02-011-43/+9
* SERVER-53118 Make the DistLockManager use the same processId/lockSessionId pe...Kaloian Manassiev2021-01-211-22/+0
* SERVER-53867 Add/Remove timestamp to docs on config.chunks when upgrading/dow...Sergi Mateo Bellido2021-01-211-18/+20
* SERVER-53227 Move the DistLockManager to only be available on MongoDKaloian Manassiev2021-01-031-8/+0
* SERVER-52767: Handle collectionUUID in config.chunks on upgrade/downgradeJordi Serra Torrens2020-12-101-23/+85
* SERVER-52588 Making the upgrade/downgrade process work for the Epoch to Clust...Jordi Serra Torrens2020-12-031-0/+16
* SERVER-52588 Making the upgrade/downgrade process work for the Epoch to Clust...Jordi Serra Torrens2020-12-011-0/+16
* SERVER-53052 Review some recent changes introduced in setFCV commandSergi Mateo Bellido2020-11-251-2/+2
* SERVER-52872 Remove StatusWith methods from ShardingCatalogClientKaloian Manassiev2020-11-161-7/+7
* SERVER-51900 Clear the 'distributionMode' and 'dropped' fields from 4.4 and e...Kaloian Manassiev2020-11-131-1/+1
* SERVER-51880: Remove all {dropped:true} entries from config.collection on FCV...Jordi Serra Torrens2020-11-111-0/+11
* SERVER-51291 Increment shard version when changing original or temporary resh...Blake Oler2020-11-031-14/+32
* SERVER-50027 Convert the CollectionType's UUID field to IDLKaloian Manassiev2020-11-031-8/+0
* Revert "SERVER-51291 Increment shard version when changing original or tempor...sviatlana_zuiko2020-11-031-32/+14
* SERVER-51291 Increment shard version when changing original or temporary resh...Blake Oler2020-11-031-14/+32
* SERVER-50957 Move anonymous functions which run writes to config docs in txns...jannaerin2020-09-211-0/+45
* SERVER-50288 Return collection version on split and merge commandsPierlauro Sciarelli2020-09-041-12/+20
* SERVER-49147 Make _configsvrCommitChunkMigration idempotentPierlauro Sciarelli2020-07-291-4/+2
* SERVER-46835 Remove FCV branches related to deleting the config server implic...Esha Maharishi2020-03-301-9/+0
* SERVER-44034 Remove refineCollectionShardKey and config.chunks/tags upgrade/d...Jack Mulrow2020-03-271-16/+0
* SERVER-46005 Remove server code related to Track Unsharded Collections that i...Esha Maharishi2020-02-061-17/+0
* SERVER-44855 Add comments and cleanup the catalog managerKaloian Manassiev2019-12-221-25/+30
* SERVER-42677 Remove old MR mongos codeJacob Evans2019-12-171-25/+0
* SERVER-45065 Add a method ShardingCatalogManager::ensureChunkVersionIsGreater...Esha Maharishi2019-12-121-0/+8
* SERVER-20221 Remove unsetSharding call from dropCollectionHaley Connelly2019-12-061-3/+2
* SERVER-41764 Serialize moveChunkCommit and removeShardRandolph Tan2019-12-021-4/+4