summaryrefslogtreecommitdiff
path: root/src/mongo/db/s
Commit message (Expand)AuthorAgeFilesLines
* SERVER-22535 Migration source manager checks for PlanExecutor errors during i...Tess Avitabile2016-02-091-1/+10
* SERVER-22498 fix migration session id multiversion failureDianna Hohensee2016-02-083-3/+14
* Fixing format issue in SERVER-20290Dianna Hohensee2016-02-021-2/+2
* SERVER-20290 Introduce migration session id, with testDianna Hohensee2016-02-0211-56/+438
* SERVER-20030 Shut down ShardRegistrySpencer T Brody2016-01-291-3/+3
* SERVER-21678 setting fromMigrate flag for deletes in oplogDianna Hohensee2016-01-272-2/+6
* SERVER-21382 fixing sharding migration to transfer only document deletions re...Dianna Hohensee2016-01-223-2/+17
* SERVER-20036 Interrupt mapReduce and movePrimary commands on catalog manager ...Spencer T Brody2016-01-211-4/+4
* SERVER-22232 Wait for secondaries to catch up before starting new migration i...Spencer T Brody2016-01-201-0/+1
* SERVER-20422 SERVER-21995 Allow overriding the cached config server string in...Spencer T Brody2016-01-131-0/+12
* SERVER-20037 Clean up calculation of legacy distributed lock process IDSpencer T Brody2016-01-132-6/+12
* SERVER-21050 Continuous config stepdown logging changesKaloian Manassiev2016-01-131-2/+2
* Revert "SERVER-21366 Periodically yield when applying migration deletions"Dan Pasette2015-12-181-45/+19
* SERVER-21366 Periodically yield when applying migration deletionsKaloian Manassiev2015-12-081-19/+45
* SERVER-20651 do not allow mongos connect to mongod if mongod does not suppor...Misha Tyulenev2015-11-191-2/+2
* SERVER-21215 If the config servers are all down, retry sharding state initial...Spencer T Brody2015-11-182-47/+57
* SERVER-21233 Sharding config servers should not be pinging the distributed lockRandolph Tan2015-11-171-24/+61
* SERVER-21146 Fix duplicate fassert codeKaloian Manassiev2015-11-111-1/+1
* SERVER-21146 Add sharding state initialization error stateKaloian Manassiev2015-11-112-78/+193
* SERVER-21222 minOpTime recovery should only be written if the config server i...Randolph Tan2015-11-102-1/+10
* SERVER-20640 Get wire versions from native DBClient instead of running isMasterJonathan Reams2015-11-051-2/+2
* SERVER-21146 restrict splitChunk, moveChunk, mergeChunks on mongod to interna...Misha Tyulenev2015-11-032-4/+2
* SERVER-21186 Make actionLog format the same as changeLog'sKaloian Manassiev2015-11-034-13/+3
* SERVER-21034 Remove log of xfer deletes on data that the shard does not ownRandolph Tan2015-10-301-1/+0
* SERVER-20609 use getFields instead of calling getField 4xAdam Midvidy2015-10-302-6/+15
* SERVER-21034 Sharding should log ignored deletions at higher log levelRandolph Tan2015-10-301-2/+1
* SERVER-21186 Fix chunk version handling in ChunkTypeKaloian Manassiev2015-10-301-1/+1
* 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