summaryrefslogtreecommitdiff
path: root/src/mongo/db/s/collmod_coordinator.cpp
Commit message (Expand)AuthorAgeFilesLines
* Revert "SERVER-76050 Enhance session handling in each coordinator"auto-revert-processor2023-05-131-9/+23
* SERVER-76050 Enhance session handling in each coordinatorSilvia Surroca2023-05-121-23/+9
* SERVER-73538 added replay protection to collmod coordinator for the acquisiti...Enrico2023-05-041-17/+38
* SERVER-73539 Add replay protection in DDL when setting the allow migrations flagMarcos José Grillo Ramirez2023-04-301-8/+20
* Revert "SERVER-73539 Add replay protection in DDL when setting the allow migr...auto-revert-processor2023-04-291-20/+8
* SERVER-73539 Add replay protection in DDL when setting the allow migrations flagMarcos José Grillo Ramirez2023-04-281-8/+20
* SERVER-74486 Always include tenant in collection name attributes in error mes...Sophia Tan2023-04-181-1/+1
* SERVER-75240 Emit log on ShardingDDLCoordinator definite failureAntonio Fuschetto2023-04-151-13/+2
* SERVER-73115 Always include tenant in collection name attributes in log linesmathisbessamdb2023-03-301-1/+1
* SERVER-74566 Use ShardLocal in more places that may have relied on itJack Mulrow2023-03-231-1/+5
* SERVER-73922 Remove placement and index info getters from the catalog cacheAllison Easton2023-02-221-2/+2
* SERVER-70321 Collmod coordinator must not resume migrations on retriable errorsAllison Easton2023-01-241-71/+88
* SERVER-71277 Not assume that '_collInfo' is initialized when we hit an error ...Enrico Golfieri2022-11-241-1/+1
* SERVER-70258 Test custom bucketMaxSpanSeconds and bucketRoundingSeconds value...Faustoleyva542022-11-241-7/+11
* SERVER-70382 Replace boost::none index versions with the actual index version...Allison Easton2022-11-231-1/+1
* SERVER-69775 Rename builder function for DDL phase handlersPaolo Polato2022-11-161-4/+4
* SERVER-69874 Execute in dryRun mode first during unique index conversion on a...Yuhong Zhang2022-11-081-0/+23
* SERVER-68337 Perform `collectionUUID` check inside `AutoGetCollection`Gregory Noma2022-10-211-3/+3
* SERVER-67599 Allow collMod to set bucketMaxSpanSeconds and bucketRoundingSecondsAdrian Gonzalez2022-10-181-7/+2
* SERVER-67598 Add support for maxSpanSeconds and roundingSeconds argumentsAdrian Gonzalez2022-10-071-2/+3
* SERVER-68336 Add version of AutoGetCollection which takes a struct for its op...Faustoleyva542022-09-151-2/+5
* SERVER-69038 CollMod coordinator V3 does not serialize with concurrent migrat...Tommaso Tocci2022-08-221-1/+1
* SERVER-68479 collMod coordiantor V2 must block migration on bucket nssTommaso Tocci2022-08-101-9/+18
* SERVER-67824 Rename IDLParserErrorContext to IDLParserContextHugh Tong2022-07-261-1/+1
* SERVER-67686 collMod coordinator must block migration on bucket nss (2nd atte...Tommaso Tocci2022-07-251-9/+34
* SERVER-67393 CollMod coordinator must resume migrations on the orginal nssTommaso Tocci2022-07-071-1/+1
* SERVER-67393 Sharding DDL coordinators implicitely translate to sharded bucke...Tommaso Tocci2022-07-051-10/+16
* Revert "SERVER-67399 collMod coordinator must block migrations on bucket nss"Tommaso Tocci2022-06-291-8/+5
* SERVER-67435 Generalize current op reporting for ShardingDDLCoordinatorsTommaso Tocci2022-06-231-26/+4
* SERVER-67399 collMod coordinator must block migrations on bucket nssTommaso Tocci2022-06-221-5/+8
* SERVER-66932 Unify recoverable DDL coordinators codeTommaso Tocci2022-06-171-32/+6
* SERVER-62432 Ensure safe access to ShardingDDLCoordinator instance state docu...Enrico Golfieri2022-05-101-23/+32
* SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue2022-05-061-1/+3
* SERVER-65227 Pause migration and calculate shards after pause in collMod coor...Rui Liu2022-04-071-81/+76
* SERVER-64907 Ensure RT is valid before use in collMod coordinatorTommaso Tocci2022-03-251-1/+4
* SERVER-61028 Implement granularity update for timeseries collectionRui Liu2022-03-231-42/+154
* SERVER-64032 Remove intermidiate CachedDatabaseInfo wrapper classTommaso Tocci2022-03-031-1/+1
* SERVER-63287 Ensure `CollectionUUIDMismatch` error from `collMod` command doe...Gregory Noma2022-02-161-0/+8
* SERVER-61760 Stop migrations in sharded collections before executing a collMo...Marcos José Grillo Ramirez2022-01-171-1/+16
* SERVER-60694 Move collMod to DDL coordinator infrastructureRui Liu2021-12-221-0/+236
* Revert "SERVER-60694 Move collMod to DDL coordinator infrastructure"Arun Banala2021-12-031-236/+0
* SERVER-60694 Move collMod to DDL coordinator infrastructureRui Liu2021-11-231-0/+236