summaryrefslogtreecommitdiff
path: root/src/mongo/db/s/rename_collection_participant_service.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-71689 Refresh the catalogCache after dropping a collectionSergi Mateo Bellido2022-12-211-21/+3
* SERVER-69603 Do not report drop events as part of shardCollectionEnrico Golfieri2022-11-091-1/+1
* SERVER-69134 Adding a way to clear the metadata managerSergi Mateo Bellido2022-10-131-2/+13
* SERVER-67845 Acquire critical section in rename "check preconditions" phase o...Pierlauro Sciarelli2022-07-261-3/+2
* SERVER-65930 DDL coordinators and rename participant initial checkpoint may i...Allison Easton2022-05-171-4/+15
* SERVER-66031 rename must succeed on all shards when UUIDs provided for C2CPierlauro Sciarelli2022-05-161-2/+0
* 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