summaryrefslogtreecommitdiff
path: root/src/mongo/s
Commit message (Expand)AuthorAgeFilesLines
* Revert "SERVER-13643 Use awaitCommit rather than commitNow in migrate"Eric Milkie2014-11-051-2/+2
* SERVER-13643 Use awaitCommit rather than commitNow in migrateMathias Stearn2014-11-041-2/+2
* SERVER-10515 removed unused file mongos_persistence_stubs.cppBenety Goh2014-10-301-46/+0
* SERVER-15873 massert trace not needed when splitAndMove failsMatt Kangas2014-10-301-8/+8
* SERVER-15821 Empty host split assertion message in log when maxSize prevents ...Randolph Tan2014-10-291-2/+8
* SERVER-15527 explain should report planner info and exec stats when query exe...David Storch2014-10-291-0/+12
* Revert "SERVER-14674 Shard dies during chunk migration if running repairDatab...Kaloian Manassiev2014-10-291-121/+101
* SERVER-15593 Initial autosplit heuristics are very aggressive when config ser...Randolph Tan2014-10-294-13/+48
* SERVER-15262 Chunk migration should yield the MMAP V1 flush lockKaloian Manassiev2014-10-281-6/+27
* SERVER-15531 serverID for WBL no longer usedGreg Studer2014-10-282-39/+0
* SERVER-15590 dead ShardConnection::runCommand codeGreg Studer2014-10-282-17/+0
* SERVER-15590 remove unneeded minor version tracking from heuristicsGreg Studer2014-10-284-87/+12
* SERVER-14674 Shard dies during chunk migration if running repairDatabase and ...Randolph Tan2014-10-271-93/+100
* SERVER-15633 ShardingState::doRefreshMetadata should take a more granular loc...Randolph Tan2014-10-274-13/+28
* SERVER-15760 internally issued update and delete requests should not yieldDavid Storch2014-10-211-0/+1
* SERVER-15706 Refactor internal user authenticationAndreas Nilsson2014-10-211-1/+1
* SERVER-15541 SERVER-15652 implement timing-based yieldingDavid Storch2014-10-211-7/+10
* SERVER-15541 RecoveryUnit::commitAndRestart to avoid WriteUnitOfWorkDavid Storch2014-10-211-1/+1
* SERVER-13635 take ownership of shard key in shardCollectionGreg Studer2014-10-161-2/+4
* SERVER-14973 consolidate shard key parsing, cleanup shard key patternsGreg Studer2014-10-1618-721/+1489
* SERVER-13635: txn boundary for chunk migration getting disk locsEliot Horowitz2014-10-161-0/+1
* SERVER-15244 More aggressive auto-split when total chunks are smallRandolph Tan2014-10-162-10/+34
* SERVER-15647: make Extent Manager thread-safe and enable MMAPv1 CLLGeert Bosch2014-10-161-8/+8
* SERVER-15375 lazily initShardVersion only when neededGreg Studer2014-10-166-145/+182
* SERVER-15641 Fix memory leaks in C++ unit testsAndrew Morrow2014-10-151-16/+14
* SERVER-15634 Delete Status objects in ClientConnections::clearPoolAndrew Morrow2014-10-151-0/+1
* SERVER-15632 Clean up cursor in MultiHostQuery if parent op has expiredAndrew Morrow2014-10-151-4/+4
* SERVER-15591 enforce secondaryThrottle during moveChunk commitRandolph Tan2014-10-151-17/+58
* SERVER-15523 cleanup initial connection in Config::reloadSettingsGreg Studer2014-10-151-34/+30
* SERVER-15402 Improve ShardPtr/ConnectionString management for commands and se...Randolph Tan2014-10-1511-142/+157
* SERVER-15527 change rejectedPlansExecution to allPlansExecutionDavid Storch2014-10-141-17/+17
* SERVER-15592 set default log component for all cppMatt Kangas2014-10-1412-0/+24
* SERVER-15541 add PlanExecutor yield policies and registrationsDavid Storch2014-10-142-1/+7
* SERVER-14875 explain helpers for the shellDavid Storch2014-10-132-1/+8
* Revert "SERVER-15375 remove initShardVersion"Greg Studer2014-10-135-84/+150
* SERVER-15453: Fix privileges for actions "listIndexes" andAmalia Hawkins2014-10-131-1/+1
* SERVER-13635: add a method to RecordStore and Collection to lookup by DiskLoc...Eliot Horowitz2014-10-131-4/+11
* SERVER-15375 remove initShardVersionGreg Studer2014-10-135-150/+84
* SERVER-14882 Add action log data to sh.status()daveh862014-10-121-4/+14
* SERVER-13635: use new index command when checking shard keysEliot Horowitz2014-10-111-2/+9
* SERVER-14425 Move LockManager out of the newlm namespaceKaloian Manassiev2014-10-105-10/+10
* SERVER-14668: Collection level locking for update pathGeert Bosch2014-10-094-9/+9
* SERVER-15567 Allow streaming into unittest assertions.Andy Schwerin2014-10-091-2/+4
* SERVER-13635 only error shardCollection when index actually uniqueGreg Studer2014-10-081-1/+2
* SERVER-15502 simple targeting of explain for writes in mongosGreg Studer2014-10-085-72/+155
* SERVER-13635: make index check in sharding use listIndexesEliot Horowitz2014-10-071-17/+14
* SERVER-14668/SERVER-15294 Collection-level locking for all read pathsKaloian Manassiev2014-10-063-17/+17
* SERVER-15525 Disallow specifying both inline and sharded in MapReduce out opt...Randolph Tan2014-10-061-0/+5
* Revert "SERVER-14668: Replace uses of DBWrite lock with DBLock"Geert Bosch2014-10-034-9/+9
* SERVER-14668 expand support for yielding, add back in yield policyHari Khalsa2014-10-031-1/+1