summaryrefslogtreecommitdiff
path: root/src/mongo/db/s/drop_collection_coordinator.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-71085 Generate a single oplog entry from the primary shard when _shard...Paolo Polato2022-11-251-1/+4
* SERVER-69775 Rename builder function for DDL phase handlersPaolo Polato2022-11-161-2/+2
* SERVER-70873 Use cancelable OperationContext in ACR to prevent deadlock with ...Marcos José Grillo Ramirez2022-11-041-1/+6
* SERVER-69603 Do not report drop events as part of shardCollectionEnrico Golfieri2022-10-281-9/+25
* SERVER-69435 Make the CSS acquisition a RAIIJordi Serra Torrens2022-10-261-2/+4
* SERVER-68337 Perform `collectionUUID` check inside `AutoGetCollection`Gregory Noma2022-10-211-6/+7
* SERVER-70101 Implement token bucket rate limited sampling inside query analyzerCheahuychou Mao2022-10-111-2/+2
* SERVER-69150 implement configureQueryAnalyzer on mongodIsrael Hsu2022-10-031-0/+2
* SERVER-70034 Fix potential deadlock on step downSilvia Surroca2022-09-291-0/+3
* SERVER-65016 Remove range deletions as part of `dropCollection`Silvia Surroca2022-09-271-5/+8
* SERVER-70003 Alternative client for deleting range deletion documents must be...Silvia Surroca2022-09-271-4/+8
* SERVER-65016 Remove range deletions as part of `dropCollection`Silvia Surroca2022-09-231-1/+36
* SERVER-68336 Add version of AutoGetCollection which takes a struct for its op...Faustoleyva542022-09-151-2/+5
* SERVER-69134 Adding a way to clear the metadata managerSergi Mateo Bellido2022-09-131-1/+1
* SERVER-68634 Move insertDocumentForBulkLoader out of CollectionImplKaloian Manassiev2022-08-111-3/+0
* SERVER-68246 rewrite calls to boost::optional get and is_initializedBilly Donahue2022-07-271-1/+1
* SERVER-62918 Change DBLock to use DatabaseNamejannaerin2022-06-271-1/+1
* SERVER-67435 Generalize current op reporting for ShardingDDLCoordinatorsTommaso Tocci2022-06-231-25/+0
* SERVER-66932 Unify recoverable DDL coordinators codeTommaso Tocci2022-06-171-38/+8
* SERVER-62432 Ensure safe access to ShardingDDLCoordinator instance state docu...Enrico Golfieri2022-05-101-4/+15
* SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue2022-05-061-1/+3
* SERVER-62448 Add collectionUUID parameter to drop commandFaustoleyva542022-02-101-0/+8
* SERVER-58275 Deduplicate code to make a noop write to participants in Shardin...Jordi Serra Torrens2021-12-151-15/+3
* SERVER-61026 Invert order of shards receiving drop collection participant com...Pierlauro Sciarelli2021-10-271-2/+6
* SERVER-58143 shardsvrDropCollectionParticipant should be killable on stepdownJordi Serra Torrens2021-07-061-6/+5
* SERVER-56649 Make renameCollection resilient to network partitionsSimon Graetzer2021-07-061-1/+2
* SERVER-56647 Make dropDatabase resilient to network partitionsJordi Serra Torrens2021-07-021-28/+6
* SERVER-47372 config.cache collections can remain even after collection has be...Antonio Fuschetto2021-06-301-0/+24
* SERVER-56648 Make dropCollection resilient to network partitionsJordi Serra Torrens2021-06-221-16/+73
* SERVER-57559 Implement LSID cache for DDL coordinatorsSimon Graetzer2021-06-201-37/+10
* SERVER-56495 Remove TODO already addressed by SERVER-56560Marcos José Grillo Ramirez2021-05-101-1/+0
* SERVER-56390 Failed to construct ShardingDDLCoordinators do not get releasedTommaso Tocci2021-05-031-2/+3
* SERVER-55656 Prevent early destruction of sharding DDL coordinatorsTommaso Tocci2021-04-061-35/+6
* SERVER-55149 Remove wrong TODO on the drop collection coordinatorTommaso Tocci2021-04-011-2/+0
* SERVER-55616 Throw on NotPrimaryError and ShutdownError categories in Shardin...Marcos José Grillo Ramirez2021-03-301-13/+9
* SERVER-55388 Bring back ShardingLogging calls to the drop collectionAntonio Fuschetto2021-03-301-16/+21
* SERVER-53230: Rename cancelation -> cancellation everywhereTyler Seip2021-03-231-1/+1
* SERVER-54945 Make drop database resilient to stepdowns on sharded clusterTommaso Tocci2021-03-221-2/+2
* SERVER-55387 Expose completion future in ShardingDDLCoordinatorTommaso Tocci2021-03-221-29/+6
* SERVER-54944 Make drop collection resilient to stepdownsTommaso Tocci2021-03-111-64/+190
* SERVER-53861: Implement stop migrations procedure for DDL operationsJordi Serra Torrens2021-02-251-12/+5
* SERVER-54464 Rename ShardingDDLCoordinator to ShardingDDLCoordinator_NORESILIENTPierlauro Sciarelli2021-02-111-1/+1
* SERVER-53106 Preserve chunks entries upon sharded collection renamePierlauro Sciarelli2021-02-081-16/+9
* SERVER-54077 Introduce ForwardableOperationMetadata class for DDL operationsTommaso Tocci2021-02-011-11/+2
* SERVER-53105: Target chunks by collectionUUIDJordi Serra Torrens2021-02-011-1/+10
* SERVER-52811 Implement the new drop database path in _shardsvrDropDatabaseTommaso Tocci2021-01-291-31/+3
* SERVER-52809 Implement the new drop collection path in _shardsvrDropCollectionJaume Moragues2021-01-201-0/+167