summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* SERVER-41431 Re-enable SUSE 15 build variantsr4.2.1-rc0r4.2.1Kelsey T Schubert2019-10-111-93/+93
* SERVER-43322 Add tunable oplog stone sizes and track truncation speedsMaria van Keulen2019-10-1010-9/+215
* SERVER-41622 Reduce noise in flow_control_replica_set.jsMaria van Keulen2019-10-091-0/+0
* SERVER-25025 Make startup faster with many WT collectionsLouis Williams2019-10-0913-93/+203
* Import tools: 976b41822808521389218141029f3cf786cdefc9 from branch v4.2David Golden2019-10-0834-400/+480
* SERVER-43009 Add requires_majority_read_concern tag to migration_waits_for_ma...Janna Golden2019-10-081-1/+1
* SERVER-43174 Make migration destination threads killableRandolph Tan2019-10-084-5/+17
* SERVER-43751 Recompute compressor manager message parametersAdam Cooper2019-10-072-0/+24
* SERVER-42744 Fix transation history iterator to not return potentially-dangli...Louis Williams2019-10-071-1/+1
* SERVER-42866 Trigger a logical session cache refresh on all shards in the Sha...Alex Taskov2019-10-072-0/+14
* SERVER-36222 Wait for rollback is racy in shard_identity_rollback.jsJanna Golden2019-10-071-20/+14
* SERVER-42783 Migrations should wait for majority replication of cloned docs w...Janna Golden2019-10-074-13/+89
* SERVER-42751 Take CSRLock when observing transaction commit for migrationAlex Taskov2019-10-071-1/+6
* SERVER-42610 Flip order of assert.lte arguments in shards_and_config_return_l...Jack Mulrow2019-10-071-2/+2
* SERVER-43699 $mod should not overflow for large negative valuesBernard Gorman2019-10-075-4/+78
* SERVER-42534 Step down primary for less time in freeze_timeout.js and increas...Samyukta Lanka2019-10-071-12/+10
* SERVER-43831 Add uses_transactions and requires_persistence to set_fcv_on_sta...Jason Chan2019-10-041-0/+1
* SERVER-43202 propagate errors from interrupts during yieldingIan Boros2019-10-0417-76/+229
* SERVER-39763 transactions_target_at_point_in_time.js should disable expiring ...Esha Maharishi2019-10-032-5/+19
* SERVER-43243 Restore repairDatabase ActionTypeSpencer Jackson2019-10-021-0/+1
* SERVER-42946 Prevent FCV upgrade/downgrade when in standalone mode with a non...Jason Chan2019-10-022-0/+95
* SERVER-39774 Revert increased number of updates in rollback_wt_cache_full.jsEvgeni Dobranov2019-10-021-1/+2
* Import wiredtiger: 18d13b8f6bc8d345952f16a7f3c63608e405fd77 from branch mongo...Luke Chen2019-10-0217-219/+402
* SERVER-43350 $lookup with no local default or user-specified collation should...Bernard Gorman2019-10-024-4/+152
* 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 d...William Schultz2019-10-012-3/+50
* SERVER-43582 Do not auth ReplicaSet MonitorSara Golemon2019-10-013-1/+79
* SERVER-41506 Added tracking for metrics around a nodes calling an electionXuerui Fa2019-10-0115-184/+373
* SERVER-41505 Track average number of catchup ops in serverStatusXuerui Fa2019-09-3010-140/+204
* SERVER-41457 Unify the different ways the TransactionParticipant offers for a...Matthew Russotto2019-09-3013-305/+186
* SERVER-43330 Remove ReplicationStateTransitionLockGuard move constructorLingzhi Deng2019-09-283-8/+3
* 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
* SERVER-43407 Move mongocryptd to separate deb/rpmsMark Benvenuto2019-09-269-34/+196
* SERVER-43093 Temporarily change back fixed executor to have unlimited threadsRandolph Tan2019-09-261-10/+9
* SERVER-41508 Track the time the new term oplog entry was majority committed i...Samyukta Lanka2019-09-2614-11/+155
* SERVER-43200 Make auth/mongoURIAuth.js robust to slow commandsMark Benvenuto2019-09-251-1/+4
* SERVER-39613 Remove kCommittingWithPrepare and kCommittingWithoutPrepare from...Siyuan Zhou2019-09-254-103/+13
* SERVER-43230 Fix race in catchup_takeover_two_nodes_ahead.jsSamyukta Lanka2019-09-251-4/+4
* SERVER-42767 Improve logging in ReplSetTest.stopSetWilliam Schultz2019-09-251-1/+28
* SERVER-7681 Report majority number in ReplSetGetStatusSamyukta Lanka2019-09-252-0/+48
* SERVER-42424 Blacklist max_doc_size.js and mr_bigobject.js from Periodic Kill...Samyukta Lanka2019-09-251-0/+4
* SERVER-41221 rollback_after_enabling_majority_reads.js test should make sure ...William Schultz2019-09-251-1/+18
* SERVER-41957 Add an integration test for killing sessions with prepared trans...William Schultz2019-09-251-0/+102
* SERVER-42613 getHashes should default to liveSlaves, not _slaves in replsette...Matthew Russotto2019-09-251-3/+3
* SERVER-43039 db.collection.bulkWrite doesn't support hint with replaceOneJames Wahlin2019-09-252-0/+22
* SERVER-41955 test that secondary can replicate prepare oplog entry received d...Pavithra Vetriselvan2019-09-241-0/+115
* SERVER-40466 Unify checks for being in a multi-document transactionSamyukta Lanka2019-09-2431-151/+174
* SERVER-42478: Relax create collection in oplog application to take a DB_IX lock.Daniel Gottlieb2019-09-247-19/+51
* SERVER-43372 Add ReplicationCoordinatorNoOpA. Jesse Jiryu Davis2019-09-243-0/+734