summaryrefslogtreecommitdiff
path: root/src/mongo/s
Commit message (Expand)AuthorAgeFilesLines
* SERVER-20357 Add some missing libdeps edgesAndrew Morrow2015-12-171-0/+1
* SERVER-21050 Make CSRS use write concern timeout of 15 secondsKaloian Manassiev2015-12-1613-61/+73
* Revert "SERVER-21050 Make CSRS use write concern timeout of 15 seconds"Kaloian Manassiev2015-12-1613-73/+61
* SERVER-21050 Make CSRS use write concern timeout of 15 secondsKaloian Manassiev2015-12-1613-61/+73
* SERVER-21050 Make the 'causedBy' reports more descriptiveKaloian Manassiev2015-12-141-1/+1
* SERVER-21883 Remove _testDistLockWithSkew and _skewClockCommandRandolph Tan2015-12-142-452/+0
* SERVER-21597 Fix connPoolStats to work with many NetworkInterfacessamantharitter2015-12-144-3/+21
* Revert "SERVER-21050 Continuous config server primary step down"Kaloian Manassiev2015-12-111-1/+1
* SERVER-21050 Continuous config server primary step downKaloian Manassiev2015-12-111-1/+1
* SERVER-21848 CSRS catalog manager should not allow batch writes greater than 1Kaloian Manassiev2015-12-111-3/+12
* SERVER-21786 increase test coverage of the s/query directoryDavid Storch2015-12-103-0/+156
* SERVER-21050 Add early returnKaloian Manassiev2015-12-081-0/+1
* SERVER-21050 Catalog manager retry should consider write error detailsKaloian Manassiev2015-12-082-10/+82
* SERVER-21050 Make dist lock timeouts uniformKaloian Manassiev2015-12-0816-43/+41
* SERVER-21638 log when an idle mongos cursor times out at the default logLevelDavid Storch2015-12-081-0/+5
* SERVER-21600 add integration test for killCursors commandDavid Storch2015-12-085-0/+75
* SERVER-21644 Invariant failure iter != _lockMap.end() in legacy_dist_lock_man...Randolph Tan2015-12-081-3/+5
* SERVER-21596 Check if output collection is sharded when doing mapReduceRobert Guo2015-11-301-0/+6
* SERVER-21626 Do not fassert if namespace gets dropped during balancingKaloian Manassiev2015-11-231-5/+7
* SERVER-21571 Do not leak ChunkManager object on errorKaloian Manassiev2015-11-232-21/+15
* SERVER-21527 Cleanup usages of getShard for resolving host to shardKaloian Manassiev2015-11-199-47/+38
* SERVER-20651 do not allow mongos connect to mongod if mongod does not suppor...Misha Tyulenev2015-11-192-2/+15
* SERVER-21489 enableSharding should return error if sharding is already enabledKaloian Manassiev2015-11-182-0/+33
* SERVER-19510 Move text query parsing to TextMatchExpression::init()Jason Rassi2015-11-181-4/+2
* SERVER-21320 When no port is provided for a configdb argument to mongos, assumeAndy Schwerin2015-11-181-1/+12
* SERVER-21490 give all NetworkInterfaceASIO threads a unique nameAdam Midvidy2015-11-181-5/+8
* SERVER-21215 If the config servers are all down, retry sharding state initial...Spencer T Brody2015-11-188-32/+87
* SERVER-21340 Add config server optime to serverStatus for diagnosticsRandolph Tan2015-11-182-0/+14
* SERVER-21479 Check if listIndexes can find valid shardsRobert Guo2015-11-181-0/+4
* SERVER-21392 Fix broken unit-test replset_dist_lock_manager_testKaloian Manassiev2015-11-181-5/+9
* SERVER-20853 Don't copy objects out of Message to build RemoteCommandResponseMathias Stearn2015-11-171-2/+2
* SERVER-21436 NetworkInterfaceThreadPool for shardingJason Carey2015-11-172-11/+10
* SERVER-21392 Make CSRS config server updates retryKaloian Manassiev2015-11-179-30/+116
* SERVER-21290 Fix pessimizing move warning in shard_registry.cppKaloian Manassiev2015-11-171-1/+1
* SERVER-21441 faster shard targeting for equality queries on the shard keyDavid Storch2015-11-178-20/+49
* SERVER-18058 Rename hidden variable nameKaloian Manassiev2015-11-161-2/+2
* SERVER-21293 Add network timeout to the query fetcherKaloian Manassiev2015-11-163-7/+14
* SERVER-21392 Make commands retry on interrupted operationsKaloian Manassiev2015-11-169-95/+344
* SERVER-21401 Ensure that Client outlives its associated messaging portJason Rassi2015-11-131-0/+4
* SERVER-20853 eliminate copies in find and getMore pathDavid Storch2015-11-133-23/+25
* SERVER-21108 optimize getShardNoReload to take a HostAndPortAdam Midvidy2015-11-134-10/+31
* SERVER-20884 build command replies in-place to avoid copiesAdam Midvidy2015-11-132-2/+3
* SERVER-21425 do not update term when triggering stepdownEric Milkie2015-11-121-2/+2
* SERVER-21174 applyChunkOpsDeprecated should retry on notMaster or network errorsMisha Tyulenev2015-11-123-61/+124
* SERVER-21416 remove OperationContext pointer from AsyncResultsMergerDavid Storch2015-11-125-19/+12
* SERVER-21186 Move update call to be specific to the catalog managerKaloian Manassiev2015-11-1116-179/+187
* SERVER-21369 Make catalog manager's removes retryKaloian Manassiev2015-11-1111-44/+96
* SERVER-21186 Make catalog manager's inserts retryKaloian Manassiev2015-11-111-4/+46
* SERVER-21146 Add sharding state initialization error stateKaloian Manassiev2015-11-111-20/+22
* SERVER-20758 delete s/cursors.h and s/cursors.cppDavid Storch2015-11-115-638/+8