summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* SERVER-26716 Fix crash after 3.2.old->3.2.new->3.2.old up/downgrader3.2.11-rc1Mathias Stearn2016-11-151-0/+4
* SERVER-21745 change shell to not print readMode/writeMode fallback messagesDavid Storch2016-11-151-2/+0
* SERVER-25027 fix windows compileMatt Cotter2016-11-152-6/+6
* Import wiredtiger: 187707a5c18897fa0087b1abab695fb115de53b9 from branch mongo...Michael Cahill2016-11-154-37/+125
* Revert "SERVER-26492 terminate density estimation after exceeding $maxDistance"David Storch2016-11-141-84/+6
* SERVER-26685 Tie oplog visibility to durabilityMathias Stearn2016-11-1417-99/+299
* SERVER-26685 move ephemeral bypass for waitUntilDurable into SessionCacheMathias Stearn2016-11-142-5/+6
* SERVER-26685 register Database::AddCollectionChange in the correct orderMathias Stearn2016-11-142-8/+19
* SERVER-26845 Fix compile with clang-3.9Mathias Stearn2016-11-142-1/+7
* SERVER-25027 add units to exported server paramsJason Carey2016-11-141-6/+6
* SERVER-25027 Configurable connpool in mongosJason Carey2016-11-145-15/+58
* SERVER-26492 terminate density estimation after exceeding $maxDistanceDavid Storch2016-11-141-6/+84
* SERVER-25771 Disable boost long double functionsMark Benvenuto2016-11-141-1/+1
* SERVER-26859 AsyncResultsMerger replica set retargeting may block the ASIO ca...r3.2.11-rc0Randolph Tan2016-11-083-12/+101
* SERVER-26182 Avoid putting OP_REPLY batches >16MB into a single BSONObjCharlie Swanson2016-11-087-168/+243
* Import wiredtiger: 2e2d5fe23badac038944bdc6639eb62d77136f1a from branch mongo...Ramon Fernandez2016-11-07144-1819/+2855
* SERVER-23510 Fix index_retry and index_no_retry to not be timing basedVincent Do2016-11-075-190/+149
* SERVER-25145 fix lintSpencer T Brody2016-11-071-1/+1
* SERVER-24386 Use a valid OperationContext when killing $lookup's cursorCharlie Swanson2016-11-076-17/+219
* SERVER-25145 Add jstest to ensure that we can no longer trigger double-rollback.Spencer T Brody2016-11-063-0/+195
* SERVER-26748 Don't call for priority takeover when repl lagged.Spencer T Brody2016-11-045-41/+302
* SERVER-23010: general cleanup and test fixture changesScott Hernandez2016-11-0417-82/+175
* SERVER-21260: Sys-perf and longevity project to always upload logdalyd2016-11-042-109/+60
* SERVER-26898 Use ScopedTransaction in the MigrationSourceManagerKaloian Manassiev2016-11-042-7/+12
* SERVER-26899 initialize_from_old_node.js should await replication before shut...Benety Goh2016-11-031-0/+1
* SERVER-25145 BackgroundSync provides minValid to sync source selection in REC...Benety Goh2016-11-033-5/+28
* SERVER-25145 OplogReader::connectToSyncSource selects sync sources based on r...Benety Goh2016-11-034-2/+59
* SERVER-25777 When stopping a spawned process, MongoDB shell will now abort af...Eric Milkie2016-11-025-25/+24
* SERVER-25854 Change count() to itcount() to fix test failure by engaging shar...Kaloian Manassiev2016-11-021-60/+62
* SERVER-26683 Log reason for marking repl hosts as failed in the RSMKaloian Manassiev2016-10-3122-201/+229
* SERVER-26813: Remove extraneaous text from longevity.ymldalyd2016-10-311-1/+1
* SERVER-26813: Enable longevity performance test for 3.2 branchdalyd2016-10-311-61/+113
* SERVER-26777 Improve logging around chunk refreshKaloian Manassiev2016-10-312-20/+18
* SERVER-26737 Only shutdown sharding objects if constructedKaloian Manassiev2016-10-281-4/+9
* Import wiredtiger: b11ed312cedb905dec49dd2c9c262fabf64d13cd from branch mongo...r3.2.10Alex Gorrod2016-10-26165-2804/+5215
* SERVER-26231 Remove printShardingStatus call from bouncing_count.jsSpencer T Brody2016-10-251-2/+0
* SERVER-22472 wait longer for write concern, for slow hostsEric Milkie2016-10-241-1/+1
* SERVER-26439 Don't time out too quickly in wt_nojournal_skip_recovery.jsGeert Bosch2016-10-241-8/+11
* SERVER-26560 Properly handle or avoid making throwing calls into ASIO within ...samantharitter2016-10-244-8/+57
* SERVER-26647 Log additional timeout information in NetworkInterfaceASIOsamantharitter2016-10-241-4/+6
* SERVER-25486 increased wait time in slavedelay1.js to check replication delayBenety Goh2016-10-211-2/+2
* SERVER-26296 oplog_replay_on_startup.js should skip fatal tests when journall...Judah Schvimer2016-10-191-0/+8
* SERVER-26689: Updated system-perf.yml and longevity.yml to use updated setup-...dalyd2016-10-192-9/+5
* SERVER-26365 Make mergeChunks use collection version for applyOps preconditionKaloian Manassiev2016-10-183-77/+117
* SERVER-26652 - reformat systemd service commentsErnie Hershey2016-10-181-7/+14
* SERVER-26406 sys-perf: Use --task, not --task_name, in all analysis scripts.Henrik Ingo2016-10-181-1/+1
* SERVER-7200 Write oplog entries on secondaries before applyingMathias Stearn2016-10-1734-335/+960
* SERVER-25715 in shutdown, delete WiredTigerSessions w/o closing the underlyin...Mathias Stearn2016-10-171-4/+7
* SERVER-7200 Limit secondary apply batches to 10% of the oplog sizeMathias Stearn2016-10-1711-53/+88
* SERVER-25546 move slaveDelay handling into tryPopAndWaitForMoreMathias Stearn2016-10-173-87/+63