summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* BUMP 3.2.0-rc1r3.2.0-rc1Ramon Fernandez2015-10-261-1/+1
* bump tools to r3.2.0-rc1Ramon Fernandez2015-10-261-1/+1
* SERVER-20979 ensure election completes before running waitForMemberState and ...Benety Goh2015-10-261-6/+18
* Revert "SERVER-20888: Defer $language check to FTSQuery::Parse"Mark Benvenuto2015-10-268-56/+84
* SERVER-20018 overrides for WT insertsKyle Suarez2015-10-261-128/+132
* SERVER-20623 overrides for update testsKyle Suarez2015-10-261-0/+1305
* add validation for waitForState on states to fix initial_sync_cloner_dups.jsScott Hernandez2015-10-262-3/+8
* SERVER-21111 bench_test_crud_commands.js log addl. failure diagnosticsJason Rassi2015-10-261-3/+3
* SERVER-21117 Do not update term in protocol version 0Siyuan Zhou2015-10-261-0/+5
* SERVER-21105 Fix potential segfault after downgrade to pv0.Siyuan Zhou2015-10-261-1/+1
* SERVER-21093: Make ordered bulk insert operation error out properlyMartin Bligh2015-10-263-4/+26
* SERVER-21108 eliminate unnecessary reconfig from mongos_no_replica_set_refres...Benety Goh2015-10-261-18/+33
* SERVER-20906 fix compileMathias Stearn2015-10-231-1/+1
* SERVER-21057: Undo MMAPv1 invalidations on rollbackGeert Bosch2015-10-2317-19/+50
* SERVER-21097 Add a lint rule to prohibit std::atomic, add NOLINT to existing ...Andy Schwerin2015-10-2329-57/+66
* SERVER-20906 Add a random cursor implementation for mmap_v1 storage engineCharlie Swanson2015-10-2314-12/+692
* SERVER-20807 Add a simple limit to the amount of uncommitted snapshotsMathias Stearn2015-10-237-16/+75
* SERVER-21059 always return an optime from the committed snapshot for lastVisi...Eric Milkie2015-10-236-13/+2
* SERVER-20297 Expose cluster nodes to workload states in the concurrency suiteJudah Schvimer2015-10-235-11/+144
* SERVER-21062: removed nodes should not delay electionsScott Hernandez2015-10-231-0/+6
* SERVER-21098 Clean up some sharding jstests to allow them to run under both C...Spencer T Brody2015-10-2311-52/+316
* Improve startup time for resmoke suitesEric Milkie2015-10-233-4/+4
* SERVER-21028 Plug a race when waiting for new snapshots as part of read conce...Eric Milkie2015-10-238-45/+58
* SERVER-20963: Disable FTDC for Mongo-Perf Loopdalyd2015-10-231-8/+8
* SERVER-21072 optimize rpc::readRequestMetadataAdam Midvidy2015-10-2319-228/+307
* increase election timeout for drain.jsScott Hernandez2015-10-236-17/+27
* SERVER-15176 clean up db.coll.find().help()David Storch2015-10-231-19/+20
* Remove debug output on debian/prerm scriptLaurent Arnoud2015-10-231-2/+0
* SERVER-21075 Don't segfault mongos at shutdown if it never finished initializ...Spencer T Brody2015-10-231-5/+6
* SERVER-21082 Add more basic tests for addShard and removeShardRandolph Tan2015-10-235-16/+71
* SERVER-20979 added test cases for current node having higher priority than pr...Benety Goh2015-10-235-7/+149
* SERVER-21009 Remove usages of the multi-argument ShardingTest constructorKaloian Manassiev2015-10-2378-236/+424
* SERVER-20489 Remove sleep workaround from readmajority_jscore_passthrough.jsMike Grundy2015-10-234-76/+99
* Revert "SERVER-20489 Remove sleep workaround from readmajority_jscore_passthr...Mike Grundy2015-10-223-99/+72
* SERVER-20489 Remove sleep workaround from readmajority_jscore_passthrough.jsMike Grundy2015-10-223-72/+99
* SERVER-20888: Defer $language check to FTSQuery::ParseMark Benvenuto2015-10-229-84/+61
* SERVER-21084 change sys-perf run frequencyRui Zhang2015-10-221-3/+3
* Revert "SERVER-20297 Expose cluster nodes to workload states in the concurren...Kamran Khan2015-10-225-139/+11
* SERVER-20297 Expose cluster nodes to workload states in the concurrency suiteJudah Schvimer2015-10-225-11/+139
* SERVER-20533: Fix to let singleThreaded-wt-repl-comp task run even if its dep...dalyd2015-10-221-0/+2
* SERVER-20979 make test_command.js more stable by waiting for node 0 to become...Benety Goh2015-10-221-31/+35
* SERVER-21083 longevity test should not destroy the cluster when there is syst...Rui Zhang2015-10-221-4/+1
* SERVER-21077 stepdown.js should wait for expected primarySiyuan Zhou2015-10-221-1/+2
* SERVER-20977 fetcher killCursors cleanupBenety Goh2015-10-223-29/+99
* SERVER-20977 added test for processing metadata in heartbeatBenety Goh2015-10-226-10/+94
* SERVER-20977 Converted VoteRequester::VoteRequesterResult to enum classBenety Goh2015-10-224-44/+44
* SERVER-19423 removed unused function _onElectionWinnerDeclarerCompleteBenety Goh2015-10-222-26/+0
* SERVER-20414 Do not cap the jobs used by sharding and replication suitesCharlie Swanson2015-10-221-13/+0
* SERVER-20848: text search of document with language field uses the wrong text...Mark Benvenuto2015-10-223-1/+101
* SERVER-20582: _id time reflects end of chunk instead of beginningMark Benvenuto2015-10-2216-112/+191