summaryrefslogtreecommitdiff
path: root/src/mongo/db/s/refine_collection_shard_key_coordinator.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-67435 Generalize current op reporting for ShardingDDLCoordinatorsTommaso Tocci2022-06-231-18/+4
* SERVER-66932 Unify recoverable DDL coordinators codeTommaso Tocci2022-06-171-27/+1
* SERVER-62850 Delete RefineCollectionShardKeyCoordinator_NORESILIENT once 6.0 ...Tommaso Tocci2022-06-021-33/+4
* SERVER-62432 Ensure safe access to ShardingDDLCoordinator instance state docu...Enrico Golfieri2022-05-101-8/+13
* SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue2022-05-061-1/+3
* SERVER-62956 add a noop oplog message for refineCollectionShardKey commandMisha Tyulenev2022-05-041-0/+49
* Revert "SERVER-62956 add a noop oplog message for refineCollectionShardKey co...Uladzimir Makouski2022-04-251-50/+0
* SERVER-62956 add a noop oplog message for refineCollectionShardKey commandMisha Tyulenev2022-04-221-0/+50
* SERVER-65204 Cleanup Router-Only / Router-Shard commandsKaloian Manassiev2022-04-051-1/+1
* SERVER-64142 Add new enforceUniqueness to refineCollectionShardKey commandRandolph Tan2022-03-281-0/+2
* SERVER-63466 Fail shardCollection if an indexed encrypted field is used as a ...Erwin Pe2022-03-081-0/+4
* SERVER-63496 Return `CollectionUUIDMismatch` even if command namespace does n...Gregory Noma2022-02-111-5/+6
* SERVER-62862 Add `expectedNamespace` to `CollectionUUIDMismatch` error responseGregory Noma2022-02-101-1/+1
* SERVER-62453 Add collectionUUID parameter to refineCollectionShardKey commandFaustoleyva542022-02-071-0/+7
* SERVER-62332 Make RefineCollectionShardKeyCoordinator disallow migrations whi...Jordi Serra Torrens2022-01-211-22/+77
* SERVER-56227 Add user-facing command for permitMigrations using DDL coordinatorMarcos José Grillo Ramirez2021-11-221-2/+2
* SERVER-54810 Do not acquire the dist lock in CSRS on RefineShardKey after 5.0Tommaso Tocci2021-08-021-3/+0
* SERVER-57114 Change refine collection shard key command to use ShardingDDLCoo...Marcos José Grillo Ramirez2021-06-111-41/+68
* SERVER-54809 Refine CSRS command must acquire the DistLock if received from a...Pierlauro Sciarelli2021-02-261-1/+3
* SERVER-52777 Fit refineShardKey in the DDL coordinator/participant modelPierlauro Sciarelli2021-02-151-0/+99