summaryrefslogtreecommitdiff
path: root/src/mongo/s/catalog
Commit message (Expand)AuthorAgeFilesLines
* SERVER-49561 Add resharding fields to config.collectionsBlake Oler2020-08-053-1/+57
* SERVER-48744 Convert ShardInfoMap to use unordered_map instead of mapAlex Taskov2020-07-131-7/+6
* SERVER-48740 Modify ChunkMap to use std::vector internallyAlex Taskov2020-07-082-0/+9
* SERVER-49077 IDLify UMC Mutation commandsSara Golemon2020-07-026-90/+73
* SERVER-47406 Implement the persistence and tracking of topologyTimeKevin Pulo2020-07-012-0/+30
* SERVER-48775 Move all Sharding unit-tests that assume a MongoD to the db/s di...Kaloian Manassiev2020-06-216-8/+3
* SERVER-48775 Make all `s_test` suites use the ShardingTestFixtureKaloian Manassiev2020-06-152-351/+356
* SERVER-47735 change mongo source over to logv2Billy Donahue2020-04-265-5/+5
* SERVER-47125 Remove ReplSetMetadata.primaryIndex, require isPrimaryA. Jesse Jiryu Davis2020-04-151-4/+0
* SERVER-46127 unit tests log to a kTest componentGabriel Russell2020-04-141-1/+1
* SERVER-42632 Disable pinger threads that reach out to config server to make i...Haley Connelly2020-04-061-0/+9
* SERVER-47151 Separate WriteOpTest(s) and ChunkManagerTest into separate .cpp ...Kaloian Manassiev2020-03-311-1/+0
* SERVER-47096 Add ReplSetMetadata.configTermA. Jesse Jiryu Davis2020-03-301-0/+4
* SERVER-44034 Remove refineCollectionShardKey and config.chunks/tags upgrade/d...Jack Mulrow2020-03-276-167/+1
* SERVER-47097 Add ReplSetMetadata.isPrimaryA. Jesse Jiryu Davis2020-03-271-4/+8
* SERVER-46799 Update sharding log lines to adhere to LOGV2 style guideTommaso Tocci2020-03-242-110/+131
* SERVER-44463 insertConfigDocumentsAsRetryableWrite() incorrectly calculates B...Marcos José Grillo Ramírez2020-03-121-9/+7
* SERVER-46371 Don't assume epoch change implies drop/create in logging, error ...Jack Mulrow2020-03-111-1/+1
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-214-4/+0
* SERVER-45869 automatically converted structured loggingGabriel Russell2020-02-132-56/+142
* SERVER-44451 Don't retry on WriteConcernFailureRandolph Tan2019-12-181-8/+0
* SERVER-44161 Implement MigrationCoordinatorMatthew Saltz2019-11-261-0/+7
* SERVER-44519: Label ExceededTimeLimit errors with RetryableWriteError labelLingzhi Deng2019-11-201-3/+3
* SERVER-43854: Make WriteConcernOptions::parse a static function returning Sta...Lingzhi Deng2019-11-121-3/+4
* SERVER-44157 On beginning to receive a range, check overlapping ranges in con...Alex Taskov2019-11-062-3/+3
* SERVER-31083 Allow passing primary shard to "enableSharding" command for a ne...Marcos José Grillo Ramírez2019-11-062-2/+3
* SERVER-42967 SERVER-42895 SERVER-44086 Expand DiagnosticInfo hooks in Interru...Ben Caimano2019-10-212-2/+2
* SERVER-42299 Upgrade/downgrade for config.chunks and config.tagsJack Mulrow2019-10-156-30/+185
* SERVER-43769: Only get the default write concern from ReplSetConfig if no wri...Lingzhi Deng2019-10-051-1/+0
* SERVER-43317 merge failpoint headers. Rewrite docs.Billy Donahue2019-10-032-2/+2
* SERVER-36315 Don't keep trying to unlock distlocks after CSRS stepdownKevin Pulo2019-09-261-1/+4
* SERVER-42165 Replace uses of stdx::mutex with mongo::MutexBen Caimano2019-09-177-58/+58
* SERVER-43119 FailPoint cleanupBilly Donahue2019-09-102-4/+3
* SERVER-42188 Create IDL type for range deletion task for persistence in the q...Alex Taskov2019-09-102-0/+15
* SERVER-42833 Make _configsvrRenameCollection return an error if the source an...Jason Zhang2019-08-211-1/+3
* SERVER-42143 Use a single RS transaction for refineCollectionShardKey metadat...Jamie Heppenstall2019-08-195-92/+7
* SERVER-42364 Update config.collections schema to have a 'distributionMode' fieldEsha Maharishi2019-07-303-5/+214
* SERVER-42365 Remove dead code around 'allowSplit' and 'assigned shard key' fr...Esha Maharishi2019-07-303-35/+2
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-2723-423/+305
* SERVER-42141 Implement sharded metadata updates for refineCollectionShardKey ...Jamie Heppenstall2019-07-255-11/+70
* SERVER-42106 Use auto-generated _ids for config.chunks and config.tagsJamie Heppenstall2019-07-225-69/+83
* SERVER-41658 Convert ShardCollectionType into an IDL typeJamie Heppenstall2019-07-124-450/+224
* SERVER-41809 Collapse unit tests on a per-directory basisAndrew Morrow2019-06-201-13/+4
* SERVER-40737 Use epoch as default OpTimeAndWallTime wallTime valueMaria van Keulen2019-06-111-4/+4
* SERVER-39339 Remove `stdx/memory.h`ADAM David Alan Martin2019-06-105-20/+22
* SERVER-39338 Remove `stdx/functional.h`ADAM David Alan Martin2019-06-102-22/+23
* SERVER-41216 Rename InterruptedDueToStepDown error code to InterruptedDueToRe...Judah Schvimer2019-05-201-2/+3
* SERVER-40005 Add translation for FindAndModify for FLEPawel Terlecki2019-04-261-9/+9
* Revert "SERVER-40005 Add translation for FindAndModify for FLE"Benety Goh2019-04-251-0/+537
* SERVER-40005 Add translation for FindAndModify for FLEPawel Terlecki2019-04-251-537/+0