summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* SERVER-45847 Pull JournalFlusher thread out of WT and place it above the stor...Dianna Hohensee2020-03-1733-308/+565
* SERVER-46799 Update sharding log lines to adhere to LOGV2 style guide Files c...Marcos José Grillo Ramírez2020-03-175-110/+128
* SERVER-46910 2 phase index builds should not try to vote when shutdown is in ...Suganthi Mani2020-03-171-1/+3
* SERVER-46381 Test concurrent stepdown and reconfigA. Jesse Jiryu Davis2020-03-174-1/+256
* SERVER-44892 getShardDistribution should use $collStats agg stage instead of ...Tommaso Tocci2020-03-171-56/+64
* SERVER-46742 Add unit tests for ReplicationCoordinator::awaitConfigCommitmentWilliam Schultz2020-03-171-0/+69
* SERVER-45096 Add unit tests to ensure safe reconfig never rolls back entries ...William Schultz2020-03-171-0/+200
* SERVER-46742 Move logic to wait for replica set config commitment into a dedi...William Schultz2020-03-1711-43/+88
* SERVER-46783 Mark $accumulator, $_internalJs operators as FCV 4.4 onlyDavid Percy2020-03-166-24/+64
* SERVER-46840 Support logging containers of uint32_tHenrik Edin2020-03-162-177/+247
* SERVER-46765 remove VersionInfoInterface::isSameMajorVersionBilly Donahue2020-03-163-47/+26
* SERVER-25053 Address race conditions in removeShardAlex Taskov2020-03-161-2/+4
* SERVER-46563 use pipe instead of SIGUSR2 for interfork commsBilly Donahue2020-03-162-118/+204
* SERVER-44854 Make stronger visibility guarantees for new collectionsMaria van Keulen2020-03-163-55/+27
* SERVER-46468 Prevent validate from generating overlong responsesGregory Noma2020-03-161-14/+8
* SERVER-46843 Format ISO-8601 date time zone offset according to RFC 3339 Sect...Henrik Edin2020-03-167-109/+176
* SERVER-46658 Implement commit quorum option "all".Suganthi Mani2020-03-1620-123/+461
* SERVER-46888 Make disableResumableRangeDeleter a startup-only parameterEsha Maharishi2020-03-161-1/+1
* SERVER-46168 Sort without predicate on non-hashed prefix fields does not use ...Arun Banala2020-03-162-4/+53
* SERVER-46879 Fix profiler query in read_pref_cmd.js and not assert that the c...Cheahuychou Mao2020-03-162-9/+14
* Revert "SERVER-46381 Test concurrent stepdown and reconfig"A. Jesse Jiryu Davis2020-03-154-244/+1
* SERVER-46381 Test concurrent stepdown and reconfigA. Jesse Jiryu Davis2020-03-144-1/+244
* SERVER-46640 The TTLMonitor should not remove the cached index information fr...Gregory Wlodarek2020-03-134-9/+39
* SERVER-46640 Register index information in TTLCollectionCache upon a successf...Gregory Wlodarek2020-03-132-9/+13
* SERVER-46852 avoid -Wunused-result when building gperftoolsBilly Donahue2020-03-131-0/+3
* SERVER-46860 suppress -Wsign-compare in mozjsBilly Donahue2020-03-131-1/+2
* SERVER-46756 Migration recovery on stepup can attempt to recover a move chunk...Esha Maharishi2020-03-139-80/+190
* SERVER-46494 improve perf of '$function'Eric Cox2020-03-136-14/+32
* SERVER-44272 Re-implement replSetSyncFrom logic while in initial syncJason Chan2020-03-133-3/+23
* SERVER-44642 Verify that implementation of cross-database $out attaches write...Svilen Mihaylov2020-03-135-1/+170
* SERVER-45626: Introduce AutoGetOplog for consistent oplog locking rulesLingzhi Deng2020-03-1326-164/+230
* SERVER-46386 Change MetadataManager::_findNewestOverlappingMetadata to work w...Matthew Saltz2020-03-132-4/+67
* SERVER-46406 Perf improvements in the logger.Henrik Edin2020-03-1310-98/+240
* SERVER-45881: Bypass flow control on txn metadata operations.Daniel Gottlieb2020-03-136-4/+34
* SERVER-46004 refineCollectionShardKey should verify indexes on a shard with a...Jack Mulrow2020-03-138-251/+279
* SERVER-45009: Run onStepdown on the TransactionCoordinatorService to prevent ...Lamont Nelson2020-03-121-0/+5
* Revert "SERVER-46512 do not use baton to run hedge requests"Misha Tyulenev2020-03-122-22/+1
* SERVER-21700 Do not relax constraints during steady state replication.Matthew Russotto2020-03-1210-52/+436
* SERVER-46440 Routing info should be reloaded before retry of creating session...Alex Taskov2020-03-123-38/+22
* SERVER-46586 Remove FCV references in InitialSyncSharedDataVesselina Ratcheva2020-03-124-42/+8
* SERVER-46351: Ensure user-initiated safe reconfigs never modify an existing '...Xuerui Fa2020-03-122-132/+201
* SERVER-44884 Remove the 'useNewUpsert' flag after branching for 4.5Bernard Gorman2020-03-128-54/+7
* SERVER-46512 do not use baton to run hedge requestsMisha Tyulenev2020-03-122-1/+22
* SERVER-44463 insertConfigDocumentsAsRetryableWrite() incorrectly calculates B...Marcos José Grillo Ramírez2020-03-121-9/+7
* SERVER-45648 Make _configsvrCreateDatabase send _flushDatabaseCacheUpdates to...Blake Oler2020-03-123-50/+135
* SERVER-46802 Fix detection of functioning TCP_FASTOPEN_CLIENTSara Golemon2020-03-121-1/+1
* SERVER-46521 Extend mirrored reads generation testsAmirsaman Memaripour2020-03-121-23/+288
* SERVER-45489 Remove compound hashed shard key FCV related codeArun Banala2020-03-124-79/+7
* SERVER-46791 Fix incorrect FCV initialisation check to allow compound hashed ...Arun Banala2020-03-122-4/+11
* SERVER-45826 Detect and fail when using passphrase with PKCS1/8 on macOSSara Golemon2020-03-121-0/+12