summaryrefslogtreecommitdiff
path: root/src/mongo/db/s/rename_collection_participant_service.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-73115 Always include tenant in collection name attributes in log linesmathisbessamdb2023-03-301-2/+2
* SERVER-71365 Emit a single visible op entry version when the sharded renameCo...Paolo Polato2023-03-131-3/+19
* SERVER-73388 Do not fail renameParticipant if it encounters a critical sectio...Jordi Serra Torrens2023-02-231-1/+7
* SERVER-69770 Enforce lock mode in CollectionShardingRuntime APIDaniel Gómez Ferro2023-01-031-4/+6
* SERVER-71689 Refresh the catalogCache after dropping a collectionSergi Mateo Bellido2022-12-091-22/+3
* SERVER-68867 Add simplecpplint check for UninterruptibleLockGuardYu Jin Kang Park2022-11-251-1/+2
* SERVER-69775 Rename builder function for DDL phase handlersPaolo Polato2022-11-161-22/+22
* SERVER-69603 Do not report drop events as part of shardCollectionEnrico Golfieri2022-10-281-1/+1
* SERVER-69435 Make the CSS acquisition a RAIIJordi Serra Torrens2022-10-261-6/+9
* SERVER-69134 Adding a way to clear the metadata managerSergi Mateo Bellido2022-09-131-2/+13
* SERVER-67955 Add indexVersion getter on the CSR and make it recoverableMarcos José Grillo Ramirez2022-08-241-3/+3
* SERVER-68246 rewrite calls to boost::optional get and is_initializedBilly Donahue2022-07-271-1/+1
* SERVER-67824 Rename IDLParserErrorContext to IDLParserContextHugh Tong2022-07-261-1/+1
* SERVER-62918 Change DBLock to use DatabaseNamejannaerin2022-06-271-3/+3
* SERVER-67325 Collection creation must be disallowed for collections undergoin...Silvia Surroca2022-06-271-3/+2
* SERVER-66869 Get rid of the multi DB locking capabilityKaloian Manassiev2022-06-201-7/+2
* SERVER-65930 DDL coordinators and rename participant initial checkpoint may i...Allison Easton2022-05-161-4/+15
* SERVER-66031 rename must succeed on all shards when UUIDs provided for C2CPierlauro Sciarelli2022-05-161-2/+0
* SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue2022-05-061-1/+3
* SERVER-63722 Rename collection participants resilient to errors different fr...Pierlauro Sciarelli2022-02-181-35/+51
* SERVER-63086 Remove refresh of the routing table during a rename operationAntonio Fuschetto2022-02-071-19/+4
* SERVER-62456 Take UUID for `dropTarget` of `renameCollection` commandGregory Noma2022-02-021-2/+6
* SERVER-62455 Add `collectionUUID` parameter to `renameCollection` commandGregory Noma2022-01-251-1/+2
* SERVER-62243 Wait for vector clock document majority-commit without timeoutPierlauro Sciarelli2021-12-241-3/+3
* SERVER-60990 Split instance conflict check from PrimaryOnlyService::construct...Didier Nadeau2021-11-111-4/+1
* SERVER-60752 PrimaryOnlyService conflict detection APIA. Jesse Jiryu Davis2021-10-251-1/+4
* SERVER-60518 Best effort checks in range deleter must not leave orphansPierlauro Sciarelli2021-10-221-11/+14
* SERVER-58465 Fix the cleanup of the Routing Info in the rename operationSergi Mateo Bellido2021-07-131-6/+9
* SERVER-56649 Make renameCollection resilient to network partitionsSimon Graetzer2021-07-061-5/+25
* SERVER-58115 Outdated information can remain in the catalog cache after a col...Antonio Fuschetto2021-06-301-12/+21
* SERVER-57703 Move sharding_ddl_util.cpp into sharding_catalog_manager targetPierlauro Sciarelli2021-06-151-2/+2
* SERVER-57322 Invalidate filtering info on participants at the end of renameCo...Jordi Serra Torrens2021-06-031-0/+9
* SERVER-56040 Changing the behavior of recoverable critical sections on second...Sergi Mateo Bellido2021-05-121-21/+9
* SERVER-56380 Wait asynchronously on unblock rename participant futurePierlauro Sciarelli2021-05-041-3/+7
* SERVER-55151 Implement rename participant primary only servicePierlauro Sciarelli2021-04-281-0/+367