summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* SERVER-27125 Arbiters in PV1 vote no if they can see a healthy primary of equ...r3.2.12-rc0r3.2.12r3.2.11Jack Mulrow2017-01-255-0/+124
* SERVER-27050 jstest that rollback detects upstream node rolling backMathias Stearn2017-01-253-4/+188
* SERVER-27282 test that node doesn't get stuck in ROLLBACK after SocketExceptionMathias Stearn2017-01-251-0/+132
* SERVER-27123 Only update the commit point as a secondary from oplog queries a...Benety Goh2017-01-2425-275/+1093
* SERVER-27657 wait for nodes to agree on config version after reconfig in last...Judah Schvimer2017-01-232-1/+24
* SERVER-27656 Ensure node 0 is not primary during reconfig in last_vote.jsJudah Schvimer2017-01-231-0/+9
* SERVER-27157 replSetRequestVotes should only store votes with higher termsJudah Schvimer2017-01-233-1/+146
* SERVER-27582 initialize lastVote properlyJudah Schvimer2017-01-238-26/+241
* SERVER-27154 replSetRequestVotes command should wait for durabilityJudah Schvimer2017-01-231-2/+2
* SERVER-27783 removed SyncSourceFeedback lock around preparing ReplSetUpdatePo...Judah Schvimer2017-01-231-11/+8
* SERVER-27155 Change replSetRequestVotes to not store dryRun votes as if they ...Judah Schvimer2017-01-232-1/+85
* SERVER-27050 Ensure upstream node doesn't roll back after checking MinValidMathias Stearn2017-01-2013-675/+630
* SERVER-24994 Check in Helpers::removeRange() if shard key index dropped.Max Hirschhorn2017-01-207-1/+112
* SERVER-25286 rewrite drop2.js to not depend on count scan yield behaviorKyle Suarez2017-01-205-58/+57
* SERVER-27365 ensure node 2 is not primary during reconfig in reconfig_without...Judah Schvimer2017-01-191-0/+10
* SERVER-21432 Allowed slaveOk reads when node is in drain modehari devaraj2017-01-183-9/+17
* SERVER-24927 Ignore NamespaceNotFound errors during initial sync apply ops, b...Siyuan Zhou2017-01-183-18/+53
* Revert "SERVER-25286 rewrite drop2.js to not depend on count scan yield behav...Mathias Stearn2017-01-185-58/+58
* SERVER-25286 rewrite drop2.js to not depend on count scan yield behaviorKyle Suarez2017-01-185-58/+58
* SERVER-26118 Ignore IndexNotFound error when applying ttl-time change.Siyuan Zhou2017-01-173-20/+202
* SERVER-25865 use boost::unordered_map in DocumentSourceGroupDavid Storch2017-01-171-3/+3
* SERVER-27544 shutdown_primary.js shouldn't try to disable rsSyncStopApply fai...Jack Mulrow2017-01-172-2/+8
* SERVER-24563: Add create_database FSM test to sharded SCCC blacklistDaniel Gottlieb2017-01-132-0/+2
* SERVER-24563 Fix race in check for DB names that differ in case onlyDaniel Gottlieb2017-01-138-84/+220
* SERVER-26117 renameCollection 'c' op should restart initial sync upon applica...Siyuan Zhou2017-01-128-61/+91
* SERVER-27618 Make NetworkInterfaceASIO integration test less stressfulsamantharitter2017-01-121-3/+3
* Revert "SERVER-24563 Fix race in check for DB names that differ in case only"Daniel Gottlieb2017-01-118-212/+84
* SERVER-24563 Fix race in check for DB names that differ in case onlyDaniel Gottlieb2017-01-118-84/+212
* Revert "SERVER-24563 Fix race in check for DB names that differ in case only"Mathias Stearn2017-01-118-218/+85
* SERVER-24563 Fix race in check for DB names that differ in case onlyDaniel Gottlieb2017-01-118-85/+218
* SERVER-22136 Attach term metadata to UpdatePosition commandSiyuan Zhou2017-01-1011-80/+118
* Import wiredtiger: d48181f6f4db08761ed7b80b0332908b272ad0d0 from branch mongo...David Hows2017-01-06176-2051/+5137
* SERVER-27568: Track mongo-perf master for microbenchmarksdalyd2017-01-041-1/+1
* SERVER-27456 Microbenchmarks: Increase inMemorySizeGB and oplogSizedalyd2017-01-041-4/+5
* SERVER-26106 raise oplog socket timeout for rollbackEric Milkie2017-01-031-3/+3
* SERVER-27461 Retry connecting to shut down primary until failure in shutdown_...Jack Mulrow2016-12-281-4/+10
* SERVER-27118 Default shutdown command's timeoutSecs argument to 10 secondsJack Mulrow2016-12-282-1/+63
* SERVER-27214 Disallow chaining in stepdown_needs_electable_secondary.js and s...Judah Schvimer2016-12-282-2/+3
* SERVER-27196 add wtimeouts to stepdown_needs_electable_secondary.js and stepd...Eric Milkie2016-12-282-7/+13
* SERVER-27024 Added test for stepdown needs majority behaviorWilliam Schultz2016-12-283-19/+166
* SERVER-26747 replSetStepDown waits for caught up majority with electable seco...William Schultz2016-12-287-91/+358
* SERVER-26987 Release migration manager lock during find ops in cloneNathan Myers2016-12-271-33/+67
* SERVER-25012 Use non blocking call for opening bulk cursor to WTSulabh Mahajan2016-12-221-2/+6
* SERVER-27304 add internalQueryAlwaysMergeOnPrimaryShard setParameterDavid Storch2016-12-214-1/+83
* SERVER-27350: Enable access control for microbenchmarks in Evergreendalyd2016-12-141-16/+24
* SERVER-27208: Turn on manifest for microbenchmarksdalyd2016-12-141-0/+1
* SERVER-27208: Update microbenchmarks to use next mongo-perf releasedalyd2016-12-141-1/+1
* SERVER-27042 Stabilize currentop.js and add unit tests for lock state reportingCharlie Swanson2016-12-128-88/+278
* SERVER-27343 Reduce frequency of sys-perf runs to 7 daysHenrik Ingo2016-12-121-6/+6
* SERVER-25004 isolate parsing logic in collmodRobert Guo2016-12-124-111/+175