summaryrefslogtreecommitdiff
path: root/src/mongo/db/s/create_collection_coordinator.cpp
Commit message (Expand)AuthorAgeFilesLines
* Revert "SERVER-76050 Enhance session handling in each coordinator"auto-revert-processor2023-05-131-7/+12
* SERVER-76050 Enhance session handling in each coordinatorSilvia Surroca2023-05-121-12/+7
* SERVER-70127 change system operations to be killable by defaultJiawei Yang2023-04-261-4/+0
* Revert "SERVER-70127 change system operations to be killable by default"Sviatlana Zuiko2023-04-251-0/+4
* SERVER-70127 change system operations to be killable by defaultJiawei Yang2023-04-251-4/+0
* SERVER-67817 Change NamespaceStringOrUUID::db() to dbName() and return Databa...Sophia Tan2023-04-241-1/+1
* SERVER-76393 Foribid sharding collections in admin databaseTommaso Tocci2023-04-221-14/+3
* SERVER-75919 Always use cluster transaction API in the shard roleJack Mulrow2023-04-201-1/+4
* SERVER-74486 Always include tenant in collection name attributes in error mes...Sophia Tan2023-04-181-18/+24
* SERVER-75240 Emit log on ShardingDDLCoordinator definite failureAntonio Fuschetto2023-04-151-5/+0
* SERVER-73682 Enable time-series single delete testsFaustoleyva542023-04-071-1/+3
* SERVER-74192 DDL coordinators re-use internal OSI for the commit transaction ...Enrico2023-04-051-29/+12
* 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-30/+2
* SERVER-73115 Always include tenant in collection name attributes in log linesmathisbessamdb2023-03-301-21/+14
* Revert "SERVER-70127 change system operation threads to be killable by default"Jiawei Yang2023-03-301-0/+4
* SERVER-74200 Implement the 2-phase oplog notification in CreateCollectionCoo...Enrico2023-03-211-7/+23
* SERVER-66652 Remove NoMoreAutoSplitter feature flagPierlauro Sciarelli2023-03-151-2/+1
* SERVER-70127 change system operation threads to be killable by defaultJiawei Yang2023-03-131-4/+0
* SERVER-70789 Rename sharding global indexes utilities to reflect globalness o...Marcos José Grillo Ramirez2023-03-041-2/+2
* SERVER-70383 Rename shard version functions and parameters that are actually ...Allison Easton2023-03-031-7/+7
* SERVER-70922 Remove sharding index metadata on drop collectionMarcos José Grillo Ramirez2023-03-021-1/+0
* SERVER-55280 Remove the interface that returns Collection as shared_ptr from ...Henrik Edin2023-03-021-2/+3
* SERVER-73112 Avoid constructing global namespaces directlyjannaerin2023-02-261-5/+5
* SERVER-72889 Add checks to shard version constructor to ensure chunk version ...Allison Easton2023-02-211-2/+3
* SERVER-74142 Remove deprecated 'initialSplitPoints' from 'InitialSplitPolicy:...Jordi Serra Torrens2023-02-201-1/+0
* SERVER-72942 Change DBClient *Collection functions to use NamespaceString obj...Sophia Tan2023-02-041-2/+2
* SERVER-72948 Change DBClient runCommand function to use DatabaseName objectSophia Tan2023-01-231-1/+1
* SERVER-72301 Use ordered:false when inserting chunks in the create collection...Marcos José Grillo Ramirez2023-01-031-0/+5
* SERVER-69770 Enforce lock mode in CollectionShardingRuntime APIDaniel Gómez Ferro2023-01-031-2/+1
* SERVER-71056 Assert the internal status of the recoverable critical section w...Antonio Fuschetto2022-12-121-5/+1
* SERVER-69152 Always acquire the client lock before setting LSIDSaman Memaripour2022-12-081-2/+5
* SERVER-70100 Ensure at-least-once emission of oplog entry on shardCollection(...Paolo Polato2022-12-071-1/+17
* SERVER-68867 Add simplecpplint check for UninterruptibleLockGuardYu Jin Kang Park2022-11-251-1/+3
* SERVER-70382 Replace boost::none index versions with the actual index version...Allison Easton2022-11-231-23/+22
* SERVER-69775 Rename builder function for DDL phase handlersPaolo Polato2022-11-161-1/+1
* SERVER-70167 Resumed create coordinator may incorrectly try to release the cr...Enrico Golfieri2022-11-151-1/+3
* SERVER-70167 Resumed create coordinator may incorrectly try to release the cr...Enrico Golfieri2022-10-281-4/+15
* SERVER-69603 Do not report drop events as part of shardCollectionEnrico Golfieri2022-10-281-2/+9
* SERVER-69435 Make the CSS acquisition a RAIIJordi Serra Torrens2022-10-261-1/+3
* SERVER-70653 Call checkIfCollectionIsAlreadySharded without acquiring the col...Paolo Polato2022-10-241-5/+29
* SERVER-70090 Replace CollectionGeneration with UUID in CollectionIndexesAllison Easton2022-10-241-3/+3
* SERVER-68337 Perform `collectionUUID` check inside `AutoGetCollection`Gregory Noma2022-10-211-3/+5
* SERVER-68927 Store placement changes into config.placementHistory when a shar...Paolo Polato2022-10-171-24/+97
* SERVER-70006 CreateCollectionCoordinator should not release the acquired Crit...Tommaso Tocci2022-10-051-43/+60
* SERVER-62356 Fix multiversion suitesPaolo Polato2022-09-161-13/+24
* SERVER-68336 Add version of AutoGetCollection which takes a struct for its op...Faustoleyva542022-09-151-3/+6
* SERVER-62356 Serialise the creation of sharded Timeseries collection with oth...Paolo Polato2022-09-141-141/+471
* SERVER-69033 Remove ChunkVersion only constructor from ShardVersionAllison Easton2022-09-011-1/+3
* SERVER-67955 Add indexVersion getter on the CSR and make it recoverableMarcos José Grillo Ramirez2022-08-241-13/+8