summaryrefslogtreecommitdiff
path: root/src/mongo/s/catalog
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* SERVER-40346 Use AlternativeSessionRegion to insert config documents as retry...Blake Oler2019-04-166-0/+138
* SERVER-40078 Report lastCommitted wall clock timeMaria van Keulen2019-04-161-4/+28
* SERVER-40476 merge contents of utils/stringutils into utils/str.Billy Donahue2019-04-111-5/+6
* SERVER-40381 Add the ability to specify a pipeline to an update commandJames Wahlin2019-04-112-2/+2
* SERVER-40476 remove mongoutils::strBilly Donahue2019-04-0912-12/+12
* SERVER-40476 remove mongoutils::str::equalsBilly Donahue2019-04-081-1/+1
* SERVER-40357 expand all calls to MONGO_DISALLOW_COPYINGBilly Donahue2019-03-283-6/+6
* SERVER-40223 Use the AsyncWorkScheduler to run local command when recovering ...Kaloian Manassiev2019-03-211-3/+3
* SERVER-40170 Increase the sharding unit-tests async work future timeoutKaloian Manassiev2019-03-183-105/+105
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-1362-62/+0