summaryrefslogtreecommitdiff
path: root/src/mongo/db/s/sharding_ddl_util.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-75553 Create a synchronous transaction API for SyncTransactionWithRetriesMark Benvenuto2023-04-021-3/+10
* SERVER-72870 Serialise the handling of config.placementHistory on FCV transit...Paolo Polato2023-03-311-50/+34
* SERVER-74567 Remove ClusterRole equality operatorJack Mulrow2023-03-311-4/+4
* SERVER-75166 Update TODOs referencing SERVER-66261Amirsaman Memaripour2023-03-231-1/+1
* SERVER-74185 Support for cleanup in Recoverable Sharding DDL CoordinatorAntonio Fuschetto2023-03-091-0/+40
* SERVER-70789 Rename sharding global indexes utilities to reflect globalness o...Marcos José Grillo Ramirez2023-03-041-4/+4
* SERVER-73112 Avoid constructing global namespaces directlyjannaerin2023-02-261-5/+5
* SERVER-72235 Core Server Avoid the usage of dropCollectionEvenIfSystem() outs...Enrico Golfieri2023-02-091-32/+0
* SERVER-73433 Clear index cache as well as collection cache after ddl operationsAllison Easton2023-02-081-2/+4
* SERVER-73513 Add fallback logic to commit placement metadata for moveChunk an...Paolo Polato2023-02-061-9/+30
* SERVER-69573 Use an idl to generate the oplog entries for the sharding index ...Marcos José Grillo Ramirez2023-02-031-1/+1
* SERVER-73558 Put the analyzeShardKey IDL structs in analyze_shard_key namespaceCheahuychou Mao2023-02-031-2/+4
* SERVER-70687 Set the initial content of config.placementHistory on FCV upgradePaolo Polato2023-01-301-1/+1
* SERVER-72282 Don't fully disable catalog shard feature flagJack Mulrow2023-01-281-1/+1
* SERVER-70321 Collmod coordinator must not resume migrations on retriable errorsAllison Easton2023-01-241-0/+20
* SERVER-70795 Add sharding index catalog operations to rename collectionMarcos José Grillo Ramirez2023-01-231-0/+27
* SERVER-71891 Explicitly use ShardLocal in ShardingCatalogManagerJack Mulrow2022-12-151-15/+16
* SERVER-70682 persist placement document updates when nss.renameCollection() g...Paolo Polato2022-12-071-35/+113
* SERVER-68930 Add placement history entry when a collection is removed from co...Paolo Polato2022-11-281-8/+86
* SERVER-71085 Generate a single oplog entry from the primary shard when _shard...Paolo Polato2022-11-251-9/+17
* SERVER-70382 Replace boost::none index versions with the actual index version...Allison Easton2022-11-231-3/+3
* SERVER-69603 Do not report drop events as part of shardCollectionEnrico Golfieri2022-10-281-2/+30
* SERVER-70090 Replace CollectionGeneration with UUID in CollectionIndexesAllison Easton2022-10-241-1/+1
* SERVER-70101 Implement token bucket rate limited sampling inside query analyzerCheahuychou Mao2022-10-111-1/+1
* SERVER-69150 implement configureQueryAnalyzer on mongodIsrael Hsu2022-10-031-1/+36
* SERVER-69581 add performance-for-range-copy check to clang-tidyTrevor Guidry2022-09-201-3/+3
* SERVER-68336 Add version of AutoGetCollection which takes a struct for its op...Faustoleyva542022-09-151-2/+3
* SERVER-69033 Remove ChunkVersion only constructor from ShardVersionAllison Easton2022-09-011-1/+2
* SERVER-67516 Change _dbName element on IDL defined commands to be DatabaseNam...Sophia Tan2022-07-291-3/+3
* SERVER-67725 check uuid consistency over all participants for renameCollectionEnrico Golfieri2022-07-291-0/+105
* SERVER-65010 Remove FCV guards for user write blockingSpencer Jackson2022-07-151-4/+1
* SERVER-57519 Make ARS use causally consistent ShardRegistry::getShard() func...Tommaso Tocci2022-07-081-9/+0
* SERVER-67325 Collection creation must be disallowed for collections undergoin...Silvia Surroca2022-06-271-0/+6
* SERVER-60773 Uassert DDL participant commands are ran as a retryable writeJordi Serra Torrens2022-06-171-10/+2
* SERVER-67269 Remove deprecated multiversion code from renameCollection coordi...Tommaso Tocci2022-06-151-8/+1
* SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue2022-05-061-1/+3
* SERVER-65802 Return NamespaceExists when dropTarget=false but unsharded targe...Pierlauro Sciarelli2022-04-201-1/+1
* SERVER-65204 Cleanup Router-Only / Router-Shard commandsKaloian Manassiev2022-04-051-5/+1
* SERVER-63724 ShardingDDLCoordinators should forward the WriteBlockBypass flag...Jordi Serra Torrens2022-03-221-0/+5
* SERVER-64032 Remove intermidiate CachedDatabaseInfo wrapper classTommaso Tocci2022-03-031-1/+1
* SERVER-62906 Add a check in the createCollection/shardCollection path verifyi...Antonio Fuschetto2022-02-021-3/+11
* SERVER-61760 Stop migrations in sharded collections before executing a collMo...Marcos José Grillo Ramirez2022-01-171-25/+43
* SERVER-60694 Move collMod to DDL coordinator infrastructureRui Liu2021-12-221-6/+8
* SERVER-61759 Interrupt and join migrations when allowMigrations is set to falseKaloian Manassiev2021-12-071-1/+0
* Revert "SERVER-60694 Move collMod to DDL coordinator infrastructure"Arun Banala2021-12-031-8/+6
* SERVER-60694 Move collMod to DDL coordinator infrastructureRui Liu2021-11-231-6/+8
* SERVER-60632 return NamespaceExists from mongos when dropTarget=falsePierlauro Sciarelli2021-11-151-1/+1
* SERVER-59903 Do not wipe out renamed tags on resuming the rename of sharded m...Pierlauro Sciarelli2021-09-131-3/+0
* SERVER-58344 Remove ServerGlobalParams::FeatureCompatibility and replace refe...Vishnu Kaushik2021-09-011-1/+1
* SERVER-56366 Update FCV constants to recognize 5.1 as latestJon Streets2021-07-231-1/+1