summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* SERVER-43350 $lookup with no local default or user-specified collation ↵Bernard Gorman2019-10-024-4/+152
| | | | | | should explicitly set the simple collation on the foreign expression context (cherry picked from commit d6133a3a5464fac202f512b0310dfeb200c126f9)
* SERVER-39774 Increase number of updates in rollback_wt_cache_full.jsEvgeni Dobranov2019-10-011-2/+1
|
* SERVER-42484 Ensure we are inside a WriteUnitOfWork when writing index keys ↵William Schultz2019-10-012-3/+50
| | | | | | during initial sync collection cloning (cherry picked from commit c41af3e315a115b04a53706837d36a729d174fc3)
* SERVER-43582 Do not auth ReplicaSet MonitorSara Golemon2019-10-013-1/+79
| | | | | (cherry picked from commit b5b3517afcab6efd034db87715dcefc5557b1099) (cherry picked from commit ab6d34c3001706e95439883b4c4b7f93c17feda0)
* SERVER-41506 Added tracking for metrics around a nodes calling an electionXuerui Fa2019-10-0115-184/+373
| | | | (cherry picked from commit 87c9601a762048ea93559b13c3b6043b4017b024)
* SERVER-41505 Track average number of catchup ops in serverStatusXuerui Fa2019-09-3010-140/+204
| | | | (cherry picked from commit c1e1e12913fdcee54c059e023e8e7ecd36f7cb17)
* SERVER-41457 Unify the different ways the TransactionParticipant offers for ↵Matthew Russotto2019-09-3013-305/+186
| | | | | | aborting a transaction (cherry picked from commit f661267bf981e3b315d7e942057ab0ac9dc90bef)
* SERVER-43330 Remove ReplicationStateTransitionLockGuard move constructorLingzhi Deng2019-09-283-8/+3
| | | | (cherry picked from commit e4139a8394fb7d35503a0b559fc90723f7ab9de7)
* BACKPORT-5238: Adding optimized compile for commit-queueCristopher Stauffer2019-09-261-0/+61
|
* SERVER-36315 Don't keep trying to unlock distlocks after CSRS stepdownKevin Pulo2019-09-261-1/+4
| | | | (cherry picked from commit 3197ace779d6e0f023bff9e39bd80e17e3c4790d)
* SERVER-43407 Move mongocryptd to separate deb/rpmsMark Benvenuto2019-09-269-34/+196
| | | | (cherry picked from commit e02afdb9de63090249101946bdaa5cb3f78d0c30)
* SERVER-43093 Temporarily change back fixed executor to have unlimited threadsRandolph Tan2019-09-261-10/+9
| | | | (cherry picked from commit a944732ce9a31d68b54c9617c307dd868e3343ec)
* SERVER-41508 Track the time the new term oplog entry was majority committed ↵Samyukta Lanka2019-09-2614-11/+155
| | | | | | | | | | in replSetStatus on primaries (cherry picked from commit 6d3a44af67e206e1d61cfd904ef62c0ba015805a) SERVER-43398 Fix race in replSetGetStatus_new_term_oplog_entry_fields.js (cherry picked from commit 5f0fa89444bf7bdffee8f9107f803d6a00970dc8)
* SERVER-43200 Make auth/mongoURIAuth.js robust to slow commandsMark Benvenuto2019-09-251-1/+4
| | | | (cherry picked from commit 12915c50e2308507c2016d31e85f456d1278243d)
* SERVER-39613 Remove kCommittingWithPrepare and kCommittingWithoutPrepare ↵Siyuan Zhou2019-09-254-103/+13
| | | | | | from TransactionState (cherry picked from commit dd2de577670e9461c31ca9e6fe5c9713b4401181)
* SERVER-43230 Fix race in catchup_takeover_two_nodes_ahead.jsSamyukta Lanka2019-09-251-4/+4
| | | | (cherry picked from commit 0efd66f7a4f208176acbcf8fb209dcc10bba6f84)
* SERVER-42767 Improve logging in ReplSetTest.stopSetWilliam Schultz2019-09-251-1/+28
| | | | (cherry picked from commit db9ca6771bbd20086fd5b824ccb4dee1a29a0e39)
* SERVER-7681 Report majority number in ReplSetGetStatusSamyukta Lanka2019-09-252-0/+48
| | | | | | | | (cherry picked from commit 4b985d5460a2ddb889942f3b4ede04d7051b3921) SERVER-7681 Report write majority in ReplSetGetStatus (cherry picked from commit f92cc6fbdd660015f746ea3f59abfd4fb5485071)
* SERVER-42424 Blacklist max_doc_size.js and mr_bigobject.js from Periodic ↵Samyukta Lanka2019-09-251-0/+4
| | | | | | Kill Secondaries Passthrough (cherry picked from commit 9d9c25fffb625a9e22df884474ab3c977df97b73)
* SERVER-41221 rollback_after_enabling_majority_reads.js test should make sure ↵William Schultz2019-09-251-1/+18
| | | | | | the final rollback occurs on node 0 (cherry picked from commit c926176630da106f30b84f69cba036c2e4963758)
* SERVER-41957 Add an integration test for killing sessions with prepared ↵William Schultz2019-09-251-0/+102
| | | | | | transactions (cherry picked from commit adf0f8da540f734bfde0d02972eb6d71f7cdc9b4)
* SERVER-42613 getHashes should default to liveSlaves, not _slaves in ↵Matthew Russotto2019-09-251-3/+3
| | | | | | replsettest.js (cherry picked from commit 81d2b80554331f1ca428138823d27cbf2a293c52)
* SERVER-43039 db.collection.bulkWrite doesn't support hint with replaceOneJames Wahlin2019-09-252-0/+22
| | | | (cherry picked from commit b90eb45382cacc033a4258d0d28ce64acd307caa)
* SERVER-41955 test that secondary can replicate prepare oplog entry received ↵Pavithra Vetriselvan2019-09-241-0/+115
| | | | | | during initial sync (cherry picked from commit f3b5de8769af3916cd199cdb324323a930f3581f)
* SERVER-40466 Unify checks for being in a multi-document transactionSamyukta Lanka2019-09-2431-151/+174
| | | | | | | | | | | | (cherry picked from commit 77967c90b1a521108c052af235ce7de9742aa95e) SERVER-42755 recover_prepared_txn_with_multikey_write.js should verify absence of prepare conflicts on catalog after restart. (cherry picked from commit eaf81228328738b685532c7eb10f833362434061) SERVER-42750 Set opCtx->inMultiDocumentTransaction() in transaction recovery. (cherry picked from commit 16c17677704a4f979381d593106a0c356088fd30)
* SERVER-42478: Relax create collection in oplog application to take a DB_IX lock.Daniel Gottlieb2019-09-247-19/+51
| | | | (cherry picked from commit 8357a1d76883e8a20c014c58c6b1feabffb91742)
* SERVER-43372 Add ReplicationCoordinatorNoOpA. Jesse Jiryu Davis2019-09-243-0/+734
|
* SERVER-39614 replace inActiveOrKilledMultiDocumentTransaction with ↵Pavithra Vetriselvan2019-09-243-16/+7
| | | | | | inMultiDocumentTransaction (cherry picked from commit 53bdef48cc8a14c23afc2223c9a8826a0f587ac7)
* SERVER-41570 Suppress Xcode 11 deleted default function warningsAndrew Morrow2019-09-241-1/+5
| | | | (cherry picked from commit d7d9b79ae30cd3a7e35beaae7ce9fdc016e4bd17)
* SERVER-43237 replSetFreeze and replSetStepDown cmd done part ofSuganthi Mani2019-09-241-7/+12
| | | | | | | restartNode()/transitionToSteadyStateOperations() in rollback test should be resilient of network errors. (cherry picked from commit 397f0556a9e2d4fa3106d9490611b405d0e1ecf3)
* SERVER-37768 Backport Debian 10 to v4.2John Chen2019-09-235-14/+148
|
* Revert "SERVER-42790 SERVER-42930 ConnectionPool controller updates must ↵Pavithra Vetriselvan2019-09-233-114/+58
| | | | | | batch across hosts" This reverts commit e9f5360ba5fba5598e2556816a9d7d818ab586c7.
* SERVER-43380 Blacklist drop_collection_in_admin_and_config_dbs from sharding ↵Blake Oler2019-09-231-0/+1
| | | | stepdown suite
* SERVER-41956 Add integration and unit tests for killing commit and abort ↵William Schultz2019-09-203-0/+273
| | | | | | transaction commands on a prepared transaction (cherry picked from commit 9927c83ac62350700247a30e99c2bda3cdc62d7d)
* SERVER-43359 Added enterprise RHEL8 repo configJohn Chen2019-09-201-0/+8
|
* SERVER-42006 Add transaction tags to prepared_txn_metadata_refresh.jsJack Mulrow2019-09-201-0/+2
| | | | (cherry picked from commit 79447675e74e505e961d9f8a264f0abec4d54804)
* SERVER-43359 Added missing RHEL8 configJohn Chen2019-09-201-0/+8
|
* SERVER-42790 SERVER-42930 ConnectionPool controller updates must batch ↵Ben Caimano2019-09-193-58/+114
| | | | across hosts
* SERVER-42837 Convert connection pooling jstests to use data.nss in FailPointBen Caimano2019-09-172-2/+8
|
* SERVER-42837 Allow waitInFindBeforeBatch FailPoint to take data.nss parameterBen Caimano2019-09-1710-19/+44
|
* SERVER-42234: make one node not able to assume primary roleEsha Maharishi2019-09-161-4/+7
| | | | (cherry picked from commit 823a293c05984fac564be0e7c1cfbf461dcd1ab4)
* SERVER-43004 Turn on archive for zbigMapReduce in sharding suiteMatthew Russotto2019-09-165-0/+15
| | | | (cherry picked from commit 66396266df63eb4506db791d35df1439325812fd)
* SERVER-42915: Do not require a resync when repair encounters orphaned ↵Daniel Gottlieb2019-09-167-36/+121
| | | | | | collection objects. (cherry picked from commit f4e387fa1b7e369ce067650bdda9c8676683b929)
* SERVER-43005 : getKeyVault.createKey() should return the created data keyShreyas Kalyan2019-09-167-22/+17
| | | | (cherry picked from commit a605bfb8b3ecdff282508263b119f1fcfd13f27e)
* SERVER-41918 CollectionBulkLoader does not anticipate exceptions from ↵Mihai Andrei2019-09-131-128/+157
| | | | MultiIndexBlock (cherry picked from commit 6dc4461c0db2954da0a43d3934bb6c97ac02fd8e)
* SERVER-43081 Validate should report when an index's 'multikeyPaths' are set ↵Evgeni Dobranov2019-09-132-0/+690
| | | | but the 'multikey' flag is false
* SERVER-39708 Optimize Btree multikey updatesMaria van Keulen2019-09-135-2/+56
| | | | (cherry picked from commit bfac8d909877600c395dccc575effbfbae76a82a)
* SERVER-37772 Backport RHEL8 to v4.2John Chen2019-09-139-15/+142
|
* SERVER-37690 Return 0 from countDocuments for empty collectionA. Jesse Jiryu Davis2019-09-132-2/+8
|
* SERVER-40258 Relax locking requirements for sharding metadata refresh on shardsRandolph Tan2019-09-1315-51/+145
| | | | (cherry picked from commit 0d07bf5e7a72a5bce3f7d7d681a71d7ecfe7eb8c)