summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* Import wiredtiger: a7af6016438884665a89bc7c67f42c7812472848 from branch mongo...Luke Chen2020-05-2610-409/+469
* 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
* Import wiredtiger: 0ec94ad7e360d93cb91f558d7efc03c644b1a9f8 from branch mongo...Luke Chen2020-05-2529-248/+912
* 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
* Import wiredtiger: 5a3c70d7e4990685eedf765f6909bbbf4f824d5c from branch mongo...Luke Chen2020-05-225-43/+40
* 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
* SERVER-48320 Fix DispatchShardPipelineTest to correctly mock an error respons...Ted Tuckman2020-05-211-1/+2
* SERVER-44650 Add new test mode enforeFastCount to foreground validateGregory Noma2020-05-2114-131/+171
* SERVER-47451: Skip re-evaluating sync source if node does not have enough pin...Xuerui Fa2020-05-212-10/+62
* SERVER-47969 Use Pooled KeyString builder in all index key generators where p...Henrik Edin2020-05-2115-237/+352
* Import wiredtiger: 25c305c94d2ba492841a7c2a270d9a92ea1fb284 from branch mongo...Luke Chen2020-05-2112-239/+255
* SERVER-46154 Make ReadThroughCache support causal consistencyKaloian Manassiev2020-05-214-166/+690
* SERVER-47018 Attach topology version to shutdown errors while in quiesce modePavi Vetriselvan2020-05-213-0/+37
* SERVER-48031 Check for a node in a closer data center when re-evaluating sync...Samy Lanka2020-05-213-58/+103
* Revert "SERVER-47451: Skip re-evaluating sync source if node does not have en...Xuerui Fa2020-05-212-66/+14
* Revert "SERVER-48031 Check for a node in a closer data center when re-evaluat...Judah Schvimer2020-05-203-99/+54
* SERVER-47451: Skip re-evaluating sync source if node does not have enough pin...Xuerui Fa2020-05-202-14/+66
* SERVER-48308 Avoid leaking exceptions in establishCursors cleanup callbackNick Zolnierz2020-05-201-2/+8
* SERVER-48307 Disable single-write-shard transaction commit optimizationEsha Maharishi2020-05-202-49/+20
* SERVER-47799 AsyncRequestsSender should update replica set monitor in between...jannaerin2020-05-2012-4/+69
* SERVER-48071 Persist size storer information before extending backup cursorsGregory Noma2020-05-201-0/+3
* SERVER-48031 Check for a node in a closer data center when re-evaluating sync...Samy Lanka2020-05-203-54/+99
* SERVER-48144 stop acquiring waitUntilDurable's barrier mutex before taking lo...Dianna Hohensee2020-05-201-23/+27
* SERVER-48273 SERVER-48273 Backport yaml-cpp CVE fixes from 0.6.3 to 0.6.2Ryan Egesdahl2020-05-20102-58/+241
* SERVER-48272 Rename generated mongo.cpp to mongojs.cppAndrew Morrow2020-05-202-3/+3
* SERVER-48131: Additional logging and timing for interesting WT startup and sh...Daniel Gottlieb2020-05-201-7/+29
* SERVER-47785 minSnapshotHistoryWindowInSeconds limits chunk historyA. Jesse Jiryu Davis2020-05-203-9/+21
* Import wiredtiger: 7bf362af190a36a31589d3d78eb1cd1a5963b79d from branch mongo...Luke Chen2020-05-205-7/+239