summaryrefslogtreecommitdiff
path: root/src/mongo/db/s
Commit message (Expand)AuthorAgeFilesLines
* SERVER-20889 Add server parameter for disabling sharding state recoverySpencer T Brody2015-10-221-0/+10
* SERVER-20918 Remove redundant OperationContext parameter in ChunkMoveOperatio...Randolph Tan2015-10-223-55/+51
* SERVER-20918 MigrationSourceManager::done called twiceRandolph Tan2015-10-223-50/+48
* SERVER-21048: Stop regetting the collection in deleteObjectsMartin Bligh2015-10-211-1/+1
* SERVER-21033 Do not wait for write concern under lockKaloian Manassiev2015-10-213-6/+9
* SERVER-20995 Linking to command does not need command implementationsAndrew Morrow2015-10-191-1/+0
* SERVER-20646 Get rid of CommonErrorCodesKaloian Manassiev2015-10-131-2/+2
* SERVER-20769 Remove global lock from setShardVersionSpencer T Brody2015-10-091-11/+3
* SERVER-20676 Retry move chunk if it fails due to stale chunk boundariesSpencer T Brody2015-10-082-10/+26
* Revert "SERVER-20676 Retry move chunk if it fails due to stale chunk boundaries"Max Hirschhorn2015-10-072-26/+10
* SERVER-19934 Sharding config minOpTime recoveryKaloian Manassiev2015-10-074-0/+380
* SERVER-20676 Retry move chunk if it fails due to stale chunk boundariesSpencer T Brody2015-10-072-10/+26
* SERVER-20700 Sort split keys returned by splitVectorSpencer T Brody2015-10-071-1/+15
* SERVER-20789 Use ShardConnection to send _recvChunkStart so that config serve...Spencer T Brody2015-10-071-1/+4
* SERVER-19418 Work around MSVC2013 function static initializer bug in ShardedC...Andy Schwerin2015-09-301-11/+18
* SERVER-20676 Use the actual chunk boundaries in moveChunk error messages, not...Spencer T Brody2015-09-301-26/+25
* SERVER-20630 find command on mongod needs to wait until out of critical sectionMisha Tyulenev2015-09-292-0/+6
* SERVER-9666 Tag some newly incomplete libraries as suchAndrew Morrow2015-09-291-1/+5
* SERVER-19162 Guard shut down of sharding state on mongod with same concurrenc...Andy Schwerin2015-09-252-9/+35
* SERVER-20372: non-sharded insert calls ensureShardVersionOKOrThrowMartin Bligh2015-09-252-42/+42
* SERVER-20498 Send config server optime to shards automatically on all command...Spencer T Brody2015-09-243-25/+83
* SERVER-19934 Fix usage of ShardRegistry before sharding is initialized'Kaloian Manassiev2015-09-222-16/+9
* SERVER-19934 Begin the implementation of chunk move as a state machineKaloian Manassiev2015-09-225-560/+772
* SERVER-19855 SERVER-20425 Make ShardRegistry responsible for tracking the con...Spencer T Brody2015-09-183-11/+3
* SERVER-19934 Move moveChunk command to separate source filesKaloian Manassiev2015-09-184-0/+1107
* SERVER-19855 Advance catalog manager optime on shards based on information se...Spencer T Brody2015-09-173-8/+26
* SERVER-19855 SERVER-20285 Make write commands send shard version information ...Spencer T Brody2015-09-171-6/+7
* SERVER-19855 Make ShardForceVersionOkModeBlock use the OperationShardVersion ...Spencer T Brody2015-09-173-11/+56
* SERVER-20298 Less strict configdb checking for config repl setRandolph Tan2015-09-173-7/+33
* SERVER-20294 Update ShardRegistry on-demand on changes to shard replica set m...Spencer T Brody2015-09-091-1/+2
* SERVER-20191 multi-updates/remove can make successive queries skip shard vers...Randolph Tan2015-09-082-13/+48
* SERVER-20270 SERVER-19608 Fix race condition around updating ShardRegistry on...Spencer T Brody2015-09-041-1/+1
* SERVER-19608 Send shard initialization data when talking through NetworkInter...Spencer T Brody2015-09-023-0/+13
* SERVER-18767 fix bug preventing mongod from using the ShardFilterStage for th...David Storch2015-08-312-5/+8
* SERVER-19903 Dist lock pinger not running for config RSRandolph Tan2015-08-284-5/+5
* SERVER-19855 Do not perform shard version checking where not necessarySpencer T Brody2015-08-252-20/+21
* SERVER-19875 Add OperationContext to CatalogManager::getAllShardsSpencer T Brody2015-08-251-3/+3
* SERVER-19875 Make (almost) all CatalogManager methods take OperationContextSpencer T Brody2015-08-256-40/+88
* SERVER-18668 remove some pessimizing and redundant movesAdam Midvidy2015-08-241-2/+2
* SERVER-9666 Tag cyclic or incomplete libraries, add more missing edgesAndrew Morrow2015-08-241-1/+8
* SERVER-17294: Boost 1.59 compilation fixesMark Benvenuto2015-08-241-0/+1
* Revert "SERVER-19855 Do not perform shard version checking where not necessary"Benety Goh2015-08-212-21/+20
* SERVER-19855 Do not perform shard version checking where not necessaryKaloian Manassiev2015-08-212-20/+21
* SERVER-19543 Use ForwardingCatalogManager to acquire distributed locks outsid...Andy Schwerin2015-08-191-2/+1
* SERVER-19855 Remove 'shardName' field from write commands' metadataKaloian Manassiev2015-08-182-1/+25
* SERVER-19855 Include min OpTime with shard versionKaloian Manassiev2015-08-171-7/+3
* Revert "Revert "SERVER-19736 Add opTime invariant checks when updating cached...Kaloian Manassiev2015-08-171-3/+3
* Revert "SERVER-19736 Add opTime invariant checks when updating cached config ...Eric Milkie2015-08-171-3/+3
* SERVER-19736 Add opTime invariant checks when updating cached config server dataRandolph Tan2015-08-141-3/+3
* Revert "SERVER-19855 Include min OpTime with shard version"Kaloian Manassiev2015-08-141-3/+7