summaryrefslogtreecommitdiff
path: root/src/mongo
Commit message (Expand)AuthorAgeFilesLines
* SERVER-46127 unit tests log to a kTest componentGabriel Russell2020-04-14118-120/+117
* SERVER-47410 Preserve error codes in ShardServerCatalogCacheLoaderGregory Noma2020-04-141-13/+10
* SERVER-47324 Skip dassert when index commands from non-internal clients abort...Gregory Noma2020-04-143-6/+8
* SERVER-47092 Create integration test that 'newlyAdded' nodes cannot voteJudah Schvimer2020-04-142-4/+10
* SERVER-46424 Mark remote _shardsvrCloneCatalogData call as not idempotentRandolph Tan2020-04-141-1/+1
* SERVER-47417 Add benchmark for btree key generationHenrik Edin2020-04-142-0/+193
* SERVER-47507 Cancel all remaining egress commands on shutdownBen Caimano2020-04-141-0/+19
* SERVER-47416 Eliminate copies of KeyStringSet when possibleHenrik Edin2020-04-1413-123/+133
* SERVER-46937 Aggregation stage serverStatus counters incorrectly count update...Mihai Andrei2020-04-142-9/+12
* SERVER-47461 Remove commit quorum field from StartIndexBuild oplog entry.Suganthi Mani2020-04-1418-61/+8
* SERVER-46568 removing the unittestOutput domainGabriel Russell2020-04-1425-204/+284
* SERVER-47468 Move all non-API methods from CollectionSharding State to RuntimeKaloian Manassiev2020-04-145-61/+39
* SERVER-47492 Update TODO referencing wrong ticketKaloian Manassiev2020-04-141-2/+2
* SERVER-47522 Distinct command: Convert usage of getCollectionDescription_DEPR...Tommaso Tocci2020-04-141-8/+7
* SERVER-47419 Return unsharded on getCollectionDescription if the server is no...Marcos José Grillo Ramírez2020-04-141-0/+6
* SERVER-47468 Remove public CollectionMetadata references from ScopedCollectio...Kaloian Manassiev2020-04-1424-219/+193
* SERVER-44051 ensure getShardDistribution correctly checks for sharded collect...Kevin Pulo2020-04-141-1/+2
* SERVER-47436 Make shards validate shardKey in dataSize commandCheahuychou Mao2020-04-142-27/+24
* SERVER-47426 Remove ShardConnection and VersionManagerBlake Oler2020-04-1320-1644/+11
* SERVER-47482 Shut down migrationutil executorMatthew Saltz2020-04-131-0/+7
* SERVER-43739 Always send SNI regardless of allowInvalidHost and setup proper ...Sara Golemon2020-04-133-19/+22
* SERVER-46809 Initial sync should assume resume supported if wire version is n...Matthew Russotto2020-04-131-1/+1
* SERVER-46921 make collection of timing info opt in in PlanStageIan Boros2020-04-1336-128/+179
* SERVER-40187 Remove waitsForNewOplog response field from _getNextSessionModsRandolph Tan2020-04-132-16/+0
* SERVER-47328 optimize MR by avoiding repeated creation of RuntimeConstantsIan Boros2020-04-133-28/+21
* SERVER-47246 Fix typoEsha Maharishi2020-04-131-2/+2
* SERVER-47386 Remove obsolete TODOMatthew Saltz2020-04-131-3/+0
* SERVER-47381 Remove leftover TODO from unionWith explainTed Tuckman2020-04-131-1/+0
* SERVER-47246 Add the 'DDL operations' section to the sharding arch guideEsha Maharishi2020-04-131-0/+98
* SERVER-47483 restore loggedSeverity after LogWithSamplingTestBilly Donahue2020-04-132-117/+95
* SERVER-47480 Remove NonAuthTaskExecutor decorationAmirsaman Memaripour2020-04-134-233/+0
* SERVER-47505 Fix ifndef typo in platform-independent pauseBen Caimano2020-04-131-1/+1
* SERVER-47373 Improve handling of empty TLS packetsMark Benvenuto2020-04-131-2/+13
* SERVER-46396 Add metrics to track number of operations blocked behind a catal...Blake Oler2020-04-135-1/+100
* SERVER-47207 move parser from logger to db/commandBilly Donahue2020-04-137-34/+22
* SERVER-47426 Remove ParallelSortClusteredCursorBlake Oler2020-04-134-1710/+0
* SERVER-46799 Update sharding log lines to adhere to LOGV2 style guide (files ...Esha Maharishi2020-04-139-99/+133
* SERVER-47474 Remove direct call to checkShardVersionOrThrow from CheckShardin...Kaloian Manassiev2020-04-131-13/+6
* Revert "SERVER-44343 Make 'reIndex' a standalone-only command"Samy Lanka2020-04-131-14/+2
* SERVER-47340 Improve management of statics in SSLThreadInfoAmirsaman Memaripour2020-04-111-23/+20
* SERVER-47478 restore 'forked process: <pid>' messageBilly Donahue2020-04-101-0/+2
* SERVER-47459 Election participant metrics skip dry runsA. Jesse Jiryu Davis2020-04-102-18/+67
* SERVER-47405 improve performance of sort key generation by avoiding creation ...Ian Boros2020-04-102-27/+24
* SERVER-47089 Create IDL for ReplSetConfig "settings" object.Matthew Russotto2020-04-1011-281/+626
* SERVER-46703 Make `checkShardVersionOrThrow` throw SSV if the metadata is not...Kaloian Manassiev2020-04-1018-248/+201
* SERVER-47164 Drop any existing indexes conflicting with the specs from the st...Gregory Wlodarek2020-04-103-2/+37
* SERVER-47187 Add startup warning when SeIncreaseWorkingSetPrivilege not presentMark Benvenuto2020-04-101-0/+48
* SERVER-42955 Call explicit_bzero where availableMark Benvenuto2020-04-103-12/+19
* SERVER-47423 Take collection MODE_X locks instead of databse MODE_X lock in c...Gregory Noma2020-04-103-16/+17
* SERVER-47001 Added a pooled KeyString builder.Henrik Edin2020-04-1038-211/+709