summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* SERVER-24463 make upsert commands in shard_aware*.js tests mimic the command ...Esha Maharishi2016-09-153-4/+31
* SERVER-26106 raise oplog socket timeout for rollbackEric Milkie2016-09-151-2/+2
* SERVER-25888 remove majority-snapshot usage in linearizable readEric Milkie2016-09-152-29/+6
* SERVER-25268 OplogBufferCollection::pushAllNonBlocking returns early when no ...Benety Goh2016-09-152-0/+15
* SERVER-22688 Provide a setParameter and shell option to control the js heap l...Waley Chen2016-09-151-2/+6
* SERVER-25268 renamed OplogBufferCollection::_doPop_inlock to _pop_inlockBenety Goh2016-09-152-5/+6
* SERVER-22688 Provide a setParameter and shell option to control the js heap l...Waley Chen2016-09-1510-13/+70
* SERVER-26062 Default to one initial sync attempt in replicaset tests and repl...Judah Schvimer2016-09-1514-21/+53
* SERVER-25268 changed OplogBuffer::pushAllNonBlocking to return void instead o...Benety Goh2016-09-157-13/+9
* SERVER-26095 fix error message in ShardingTest::awaitBalancerRoundDianna Hohensee2016-09-151-4/+9
* SERVER-26033 Allow simple range to exclude start keyJudah Schvimer2016-09-1550-256/+508
* SERVER-26094 remove inter-dependency between subtests in migration_ignore_int...Dianna Hohensee2016-09-151-9/+32
* SERVER-26119 Remove itcount to count equality check from migrateBig.jsKaloian Manassiev2016-09-141-4/+0
* SERVER-26089 Remove incorrect assertion from migration commitKaloian Manassiev2016-09-143-81/+47
* SERVER-26013 Remove default arguments from DistLockManagerKaloian Manassiev2016-09-148-21/+30
* SERVER-26013 Remove 'lockTryInterval' parameter from the DistLockManagerKaloian Manassiev2016-09-1410-205/+88
* SERVER-24033 Write full index spec in oplog entry for index creation.Max Hirschhorn2016-09-1440-299/+1049
* SERVER-25808 Test concurrent view modification for cycle detectionJames Wahlin2016-09-141-0/+110
* SERVER-24811 TopologyCoordinator::prepareFreezeResponse returns next action; ...Benety Goh2016-09-146-43/+98
* SERVER-26087 make config server only set its own featureCompatibilityVersion ...David Storch2016-09-142-4/+17
* SERVER-26104 Compare requested version to link's version component-wise.Max Hirschhorn2016-09-141-14/+19
* SERVER-26092 make only MongosOptions and MongodOptions depend on AllFailPoint...Esha Maharishi2016-09-144-6/+13
* SERVER-26044 Evergreen thread usage monitor should not send a signal to resmo...Jonathan Abrahams2016-09-141-20/+22
* SERVER-24866 Balancer recoveryDianna Hohensee2016-09-1415-238/+666
* Revert "SERVER-22688 Provide a setParameter and shell option to control the j...Waley Chen2016-09-1310-70/+13
* SERVER-22688 Provide a setParameter and shell option to control the js heap l...Waley Chen2016-09-1310-13/+70
* SERVER-25688 Allow $bucketAuto to spill to disk.Charlie Swanson2016-09-133-100/+263
* SERVER-25950 Improve efficiency of Dependencies::extractFields()Charlie Swanson2016-09-132-20/+25
* SERVER-25151 Honor ssl=true/false in URIs in the shellsamantharitter2016-09-138-11/+53
* Revert "SERVER-25151 Honor 'ssl' option in URIs passed to the shell"samantharitter2016-09-1323-109/+87
* SERVER-24081 fixed explainable count to respect hintMaria van Keulen2016-09-134-30/+45
* SERVER-26086 Handle exceptions that occur while running TransportLayer ticketssamantharitter2016-09-131-1/+7
* SERVER-26080 top_chunk_split.js should make sure shardCollection succeedsRandolph Tan2016-09-131-2/+2
* SERVER-26077 Tighten checks around migration session idKaloian Manassiev2016-09-1310-125/+114
* SERVER-26076 Increase timeouts in ReplSetTest to 5 minutesJudah Schvimer2016-09-131-10/+13
* SERVER-26008 start config replica set specifically with wiredTiger storage en...Esha Maharishi2016-09-131-1/+1
* SERVER-25151 Honor 'ssl' option in URIs passed to the shellsamantharitter2016-09-1323-87/+109
* SERVER-25919 make asio stress test less stressfulMatt Cotter2016-09-131-2/+2
* SERVER-23936 insertOne only accepts objectsMatt Cotter2016-09-132-1/+44
* SERVER-24811 replSetFreeze should fail if node is primary or running for elec...Benety Goh2016-09-132-0/+13
* SERVER-25068 Add passthrough hook to include periodic initial sync membersJudah Schvimer2016-09-132-8/+128
* SERVER-26067 Fix ViewDefinition access outside of lockJames Wahlin2016-09-131-8/+9
* SERVER-26044 Evergreen thread usage monitor should not send a signal to resmo...Jonathan Abrahams2016-09-121-18/+2
* Import wiredtiger: deeb0f589aab43f0d4b8d97755ed1e13808dcfab from branch mongo...Alex Gorrod2016-09-133-8/+8
* SERVER-26074: Remove reference to variables.tf, ips.sh, and ips.py from syste...dalyd2016-09-122-5/+1
* SERVER-25918 Operations on closed sessions should return a TransportSessionCl...samantharitter2016-09-1215-76/+97
* SERVER-26058 Remove obsolete UBSAN check suppressionAndrew Morrow2016-09-121-9/+0
* SERVER-25757 Add a $facet passthrough aggregation suite.Charlie Swanson2016-09-127-1/+136
* SERVER-24153 Add unit tests for DocumentSource pausing behavior.Charlie Swanson2016-09-1223-126/+1048
* SERVER-26003 Protect stepdown waiters with _mutex rather than _topoMutex.Siyuan Zhou2016-09-123-60/+53