summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* SERVER-22169 Avoid deadlock with LegacyCatalogManager's lock pinger thread wh...Spencer T Brody2016-01-191-2/+5
* SERVER-11983: do not create _id field on capped collection updatesScott Hernandez2016-01-197-24/+62
* SERVER-22171 Remove the lint task from non-Enterprise RHEL 6.2 variantsKamran Khan2016-01-191-3/+0
* SERVER-21988: wait for applier before starting rollbackScott Hernandez2016-01-195-89/+66
* SERVER-22114 Avoid doing unnecessary repeated calls to DBConfig::_loadRandolph Tan2016-01-152-10/+40
* SERVER-22114 Remove unnecessary refresh in ChunkManagerTargeter::refreshNowRandolph Tan2016-01-158-112/+60
* SERVER-22100 do not preallocate find/getMore response buffers on Windows DEBUGAdam Midvidy2016-01-151-1/+11
* SERVER-22190 set electionTime in heartbeart response under protocol version 1Benety Goh2016-01-152-0/+7
* SERVER-22120 rework bad nested assert.soon()s in no_chaining.jsmatt dannenberg2016-01-141-10/+9
* Revert "SERVER-21883 Remove _testDistLockWithSkew and _skewClockCommand"Spencer T Brody2016-01-148-1/+697
* SERVER-22075 disable flakey test case in election_timing.jsmatt dannenberg2016-01-141-0/+5
* SERVER-22112 Remove circular dependency between CatalogManager and CatalogCacheKaloian Manassiev2016-01-1410-164/+75
* SERVER-22113 Remove unused sharding-specific getLocsInRange codeKaloian Manassiev2016-01-143-240/+0
* SERVER-22077 Speed up sharding tests which stop replica set membersKaloian Manassiev2016-01-142-18/+34
* SERVER-22079 Make sharding_rs1.js more compactKaloian Manassiev2016-01-143-90/+64
* SERVER-22066 Add more assertions to range_deleter_testKaloian Manassiev2016-01-141-18/+13
* SERVER-22055 Remove unused client functionalityKaloian Manassiev2016-01-1414-277/+134
* SERVER-22058 Fix warnings in non-MMAP V1 implementation of writingPtrKaloian Manassiev2016-01-143-8/+9
* SERVER-22109 applyOps should validate database name in index spec when creati...Benety Goh2016-01-142-0/+15
* SERVER-20037 After CatalogManager swap release distributed locks held by old ...Spencer T Brody2016-01-1318-25/+237
* SERVER-22154 Blacklist csrs upgrade tests on in-memory storage engineSpencer T Brody2016-01-132-0/+6
* SERVER-20580 Re-enable csrs_upgrade_during_migrate.js testSpencer T Brody2016-01-139-43/+41
* SERVER-20422 SERVER-21995 Allow overriding the cached config server string in...Spencer T Brody2016-01-132-13/+33
* SERVER-20694 Catch IncompatibleCatalogManager errors in cluster find codeSpencer T Brody2016-01-138-11/+18
* SERVER-20037 Clean up calculation of legacy distributed lock process IDSpencer T Brody2016-01-139-73/+50
* SERVER-21883 Remove _testDistLockWithSkew and _skewClockCommandRandolph Tan2016-01-138-696/+1
* SERVER-22027 Sharding should not retry killed operationsKaloian Manassiev2016-01-1318-155/+142
* SERVER-21050 Disable CSRS continuous config server primary stepdown suiteKaloian Manassiev2016-01-131-1/+0
* SERVER-22010 Blacklist min_optime_recovery.js from continuous config stepdown...Kaloian Manassiev2016-01-132-3/+7
* SERVER-21050 Continuous config server primary step downKaloian Manassiev2016-01-136-27/+309
* SERVER-21956 DBClientCursor should propagate the correct exception codeKaloian Manassiev2016-01-131-2/+10
* SERVER-21978 move_primary_basic.js should always set a fixed primary shardKaloian Manassiev2016-01-131-0/+2
* SERVER-21050 Continuous config stepdown logging changesKaloian Manassiev2016-01-1317-227/+249
* SERVER-21050 Make CSRS use write concern timeout of 15 secondsKaloian Manassiev2016-01-1317-66/+77
* SERVER-22048 Add index stats test covering multiple potential plan matchJames Wahlin2016-01-132-22/+118
* SERVER-22048 Record index access stats for aggregation and mapReduceJames Wahlin2016-01-133-0/+32
* SERVER-20358 prevent creation of users containing NULL charactersrahuldhodapkar2016-01-132-0/+9
* SERVER-21776 CachedPlanStage: add post-replan log msgs at log level 1Jason Rassi2016-01-121-1/+15
* SERVER-21776 Most instance.cpp log msgs should use kCommand componentJason Rassi2016-01-121-28/+14
* SERVER-21869 Avoid wrapping of spherical queries in geo_full.jsSiyuan Zhou2016-01-121-9/+28
* SERVER-21744 ElectionID always increases under PV0 and PV1.Siyuan Zhou2016-01-1210-23/+178
* SERVER-22109 validate index spec namespace in applyOperation_inlockBenety Goh2016-01-122-0/+55
* SERVER-21952 Do not run jstestfuzz with --continueOnFailureJonathan Abrahams2016-01-111-43/+20
* SERVER-21934 Add extra information to OSX stack dumps to support ASLR.Andy Schwerin2016-01-111-8/+35
* SERVER-21997 periodically drop locks while keepCursorPinnedDuringGetMore fail...David Storch2016-01-111-1/+9
* SERVER-22054 Report client address in authentication failure errorSpencer Jackson2016-01-111-1/+1
* SERVER-21583 added applyOps test case for creating foreground and background ...Benety Goh2016-01-111-0/+33
* SERVER-21583 applyOperation_inlock builds background indexes in foreground if...Benety Goh2016-01-111-5/+14
* SERVER-21583 fixed background index options in background index replsets testBenety Goh2016-01-111-1/+1
* SERVER-22034 Use sslPEMKeyFile for incoming connectionsSpencer Jackson2016-01-113-14/+33