summaryrefslogtreecommitdiff
path: root/src/mongo/db/s/shardsvr_rename_collection_participant_command.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-73375 Change DbClient fire-and-forget command functions to use Namespa...Sophia Tan2023-02-151-2/+2
* SERVER-67505 Move multi-doc transaction classes from mongo/db/ to mongo/db/tr...Shin Yee Tan2022-08-011-1/+1
* SERVER-68246 rewrite calls to boost::optional get and is_initializedBilly Donahue2022-07-271-2/+3
* SERVER-60773 Uassert DDL participant commands are ran as a retryable writeJordi Serra Torrens2022-06-171-34/+29
* SERVER-65101 Replace transaction and retryable write command allow lists with...Randolph Tan2022-06-081-0/+8
* SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue2022-05-061-1/+3
* SERVER-64552 Replace invariant with assertion for non-joinable rename collect...Pierlauro Sciarelli2022-03-211-5/+6
* SERVER-62609 Represent the w parameter of WriteConcernOptions as a variantMatt Broadstone2022-02-011-10/+4
* SERVER-60592 DDL participant commands need to ensure they make a write with t...Jordi Serra Torrens2021-10-181-0/+38
* SERVER-58893 more commands to skip api version checkAdi Zaimi2021-09-091-0/+10
* SERVER-56649 Make renameCollection resilient to network partitionsSimon Graetzer2021-07-061-4/+4
* SERVER-55151 Implement rename participant primary only servicePierlauro Sciarelli2021-04-281-86/+34
* SERVER-56060 Add write concern parameter to the recoverable critical section ...Sergi Mateo Bellido2021-04-131-21/+12
* SERVER-54605 Make rename collection coordinator resilient to stepdowns (Part 1)Pierlauro Sciarelli2021-03-261-18/+25
* SERVER-55148 Extend DDL Utils that acq/rel the collection criticalSergi Mateo Bellido2021-03-251-4/+28
* SERVER-55113 Split rename/range-deletion procedures in idempotent stepsPierlauro Sciarelli2021-03-111-7/+3
* SERVER-54631 Submit range deletion tasks upon sharded collection renamePierlauro Sciarelli2021-03-041-0/+10
* SERVER-52758 Fit movePrimary in the DDL coordinator/participant modelPierlauro Sciarelli2021-03-011-7/+1
* SERVER-54488 Rename Collection might take the unsharded path while sharding a...Pierlauro Sciarelli2021-02-191-56/+55
* SERVER-52781 Implement the new rename collection path in `_shardsvrRenameColl...Pierlauro Sciarelli2021-02-041-0/+216