summaryrefslogtreecommitdiff
path: root/src/mongo
Commit message (Expand)AuthorAgeFilesLines
* SERVER-48438 Include file name in open file assertion messagesPierlauro Sciarelli2020-05-291-2/+4
* SERVER-48487 Use DBLock instead of AutoGetDB in onShardVersionMismatchPierlauro Sciarelli2020-05-291-1/+2
* SERVER-48468 Add sub-section headers for 'Node startup and shutdown' section ...Esha Maharishi2020-05-291-1/+5
* SERVER-47606: make SDAM timeout values into server parametersLamont Nelson2020-05-2917-158/+268
* SERVER-47859 Add more logging to shutdownTaskTess Avitabile2020-05-281-4/+59
* SERVER-48465 restore noop msg format for single phase index buildsBenety Goh2020-05-281-4/+6
* SERVER-48356 Update logv2 messages in db/commandsSara Golemon2020-05-282-6/+4
* SERVER-48351 Clean up additional logv2 linesSara Golemon2020-05-2821-61/+51
* SERVER-48440 Fixed Windows compilation for Visual Studio 2019 version 16.6.0 ...Marcos José Grillo Ramírez2020-05-282-2/+2
* Revert "SERVER-47982 Fixed Windows compilation for Visual Studio 2019 version...Marcos José Grillo Ramírez2020-05-282-2/+2
* SERVER-48216 Update architechture guide for quiesce modeTess Avitabile2020-05-281-1/+4
* SERVER-47982 Fixed Windows compilation for Visual Studio 2019 version 16.6.0Marcos José Grillo Ramírez2020-05-282-2/+2
* SERVER-48364: Omit verifying the oplog as part of the validate command.Daniel Gottlieb2020-05-281-0/+5
* SERVER-48425 Support MongoRunner.stopMongod outside of resmokeMark Benvenuto2020-05-281-1/+1
* SERVER-47970: mongo shell changes for snapshot readsLingzhi Deng2020-05-281-2/+28
* SERVER-44847 Clean up explicit 'comment' fields name attached to distinct and...Mindaugas Malinauskas2020-05-284-15/+0
* SERVER-48404 Fix ReadThroughCache edge cases around Key Found/Key NOT FoundKaloian Manassiev2020-05-282-21/+102
* SERVER-48406 Add onBecomeArbiter to ReplicaSetAwareServiceKevin Pulo2020-05-2813-0/+67
* SERVER-48410 disable failing test (fix and enable later)Billy Donahue2020-05-281-6/+9
* SERVER-48457 Revert "SERVER-32225 Only limit number of text indexes created b...Ali Mir2020-05-272-25/+3
* SERVER-47154 Split out namespace pattern matching logic from _checkCanCreateC...Gregory Wlodarek2020-05-2710-111/+49
* SERVER-48379 Make ReplSetTest wait for secondaries before checking db hashesVesselina Ratcheva2020-05-271-0/+7
* SERVER-48272 Reduce startup time for dynamically linked binariesAndrew Morrow2020-05-2724-533/+1010
* SERVER-46723 Update replication architecture guide for safe reconfigWilliam Schultz2020-05-271-13/+150
* SERVER-48355 Log cleanupHenrik Edin2020-05-273-35/+41
* SERVER-48412 Remove kRS log tagHenrik Edin2020-05-2710-169/+47
* SERVER-40894 Remove unused setGhostCommitTimestampForWrite() and TimestampInd...Gregory Noma2020-05-276-224/+1
* SERVER-47993 Make coordinateCommitTransaction return the decision once the de...Cheahuychou Mao2020-05-272-8/+26
* SERVER-47947: Test snapshot $lookup, $unionWith, $out and $mergeLingzhi Deng2020-05-271-1/+9
* SERVER-48038 mongos retries snapshot errors with new timestampA. Jesse Jiryu Davis2020-05-262-20/+20
* SERVER-48347 add more logging in isSelf code pathPavi Vetriselvan2020-05-261-3/+17
* SERVER-47339 Add a function that doesn't require authentication for awaiting ...Samy Lanka2020-05-261-0/+38
* SERVER-43441 Remove TODO listed in SERVER-30183Esha Maharishi2020-05-261-2/+0
* SERVER-48277 Add text in logv2/README.md about using JIRA ticket for selectin...Henrik Edin2020-05-261-1/+1
* SERVER-47487 Make ReplSetTest's getPrimary wait until only one node is in the...Ali Mir2020-05-261-3/+8
* SERVER-47975 Optimize ScopedShardVersionCriticalSection in order to avoid con...Pierlauro Sciarelli2020-05-269-183/+168
* SERVER-48185 remove enterQuiesceMode() and move logic into enterQuiesceModeAn...Pavi Vetriselvan2020-05-263-33/+29
* SERVER-47809 Prevent createCollection as first statement in a transaction to ...Marcos José Grillo Ramírez2020-05-262-1/+15
* SERVER-48038 mongos shouldn't retry SnapshotTooOld outside transactionA. Jesse Jiryu Davis2020-05-261-0/+5
* SERVER-39140 Remove BackgroundOperationLouis Williams2020-05-2639-431/+29
* SERVER-48401 Ensure the CSR lock has the correct namespaceKaloian Manassiev2020-05-262-23/+18
* SERVER-47830 Consolidate validation flags for update/upsert stagePierlauro Sciarelli2020-05-254-41/+22
* SERVER-48184 Rewrite CacheSizeZero from ReadThroughCacheTest to use the MockT...Benety Goh2020-05-251-29/+33
* SERVER-48181 join threads in ReadThroughCacheAsyncTest before destroying cacheBenety Goh2020-05-251-0/+29
* SERVER-47030 Fix date_time_support to not throw exceptionsJacob Evans2020-05-236-124/+207
* SERVER-48359 IndexBuildsCoordinatorMongod::_signalPrimaryForCommitReadiness()...Benety Goh2020-05-221-6/+3
* SERVER-47810 Make $changeStream shard-monitor cursor ineligible to contribute...Bernard Gorman2020-05-224-20/+239
* SERVER-48335 Indexes rebuilt via rollback-via-refetch should not retry skippe...Louis Williams2020-05-211-1/+7
* SERVER-47858 Add concurrent tests for the biggie radix tree.Henrik Edin2020-05-212-0/+413
* SERVER-28068: Prevent nodes from going into rollback due to falling off the s...Xuerui Fa2020-05-217-123/+290