summaryrefslogtreecommitdiff
path: root/src/mongo/s/d_migrate.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-23494 Move VersionManager under sharding_clientKaloian Manassiev2016-04-051-334/+0
* SERVER-22661 Add initialization from shard identity docRandolph Tan2016-03-231-1/+1
* SERVER-22656 Componentize MigrationSourceManagerKaloian Manassiev2016-03-231-78/+0
* SERVER-23024 remove isWriteCommandForConfigServer methodMisha Tyulenev2016-03-151-18/+0
* SERVER-22359 Move op observer hooks to CollectionShardingStateKaloian Manassiev2016-03-071-38/+0
* SERVER-22628 Sharding secondary throttle parsing into separate classKaloian Manassiev2016-02-171-3/+5
* SERVER-22591 Move ChunkMoveWriteConcernOptions to separate fileKaloian Manassiev2016-02-121-0/+1
* SERVER-20290 Introduce migration session idDianna Hohensee2016-02-021-8/+27
* SERVER-22174 Cleanup unused sharding codeKaloian Manassiev2016-01-201-19/+1
* SERVER-22057 refactor OpObserver::onUpdate and MigrationSourceManager::logUpd...Dianna Hohensee2016-01-151-2/+2
* SERVER-21899 MigrationSourceManager::logOp refactorDianna Hohensee2016-01-061-17/+23
* SERVER-21678 setting fromMigrate flag for deletes in oplogDianna Hohensee2016-01-041-0/+10
* SERVER-21382 fixing sharding migration to transfer only document deletions re...Dianna Hohensee2015-12-221-0/+4
* SERVER-20372: non-sharded insert calls ensureShardVersionOKOrThrowMartin Bligh2015-09-251-2/+3
* SERVER-19934 Begin the implementation of chunk move as a state machineKaloian Manassiev2015-09-221-35/+5
* SERVER-19934 Move moveChunk command to separate source filesKaloian Manassiev2015-09-181-974/+5
* SERVER-20298 Less strict configdb checking for config repl setRandolph Tan2015-09-171-2/+3
* SERVER-20036 Interrupt migrations if there is a pending need to swap active c...Spencer T Brody2015-09-041-6/+35
* SERVER-20036 Make moveChunk return meaningful error codesSpencer T Brody2015-09-021-99/+128
* SERVER-20040 Access the ForwardingCatalogManager explicitly when needed, othe...Spencer T Brody2015-09-021-1/+1
* SERVER-19903 Dist lock pinger not running for config RSRandolph Tan2015-08-281-2/+2
* SERVER-19855 Use ShardConnection for migrations and splitsSpencer T Brody2015-08-251-3/+2
* 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-251-8/+12
* SERVER-19875 Remove Shard::reloadShardInfo() static method in favor of callin...Spencer T Brody2015-08-251-1/+1
* Revert "SERVER-19855 Use ShardConnection for migrations and splits"Benety Goh2015-08-211-2/+3
* Revert "Revert "SERVER-19855 Use ShardConnection for migrations and splits""Kaloian Manassiev2015-08-211-3/+2
* Revert "SERVER-19855 Use ShardConnection for migrations and splits"Kaloian Manassiev2015-08-211-2/+3
* SERVER-19855 Use ShardConnection for migrations and splitsKaloian Manassiev2015-08-211-3/+2
* 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-181-72/+131
* Revert "Revert "SERVER-19736 Add opTime invariant checks when updating cached...Kaloian Manassiev2015-08-171-1/+2
* Revert "SERVER-19736 Add opTime invariant checks when updating cached config ...Eric Milkie2015-08-171-2/+1
* SERVER-19736 Add opTime invariant checks when updating cached config server dataRandolph Tan2015-08-141-1/+2
* SERVER-19608 Cleanup ShardingState initializationKaloian Manassiev2015-08-131-2/+2
* SERVER-19543 Thread OperationContext through to everywhere that accesses the ...Spencer T Brody2015-08-121-12/+12
* SERVER-18567 Remove legacy ConnectionString::parseKaloian Manassiev2015-07-161-7/+0
* SERVER-18084 Modularize chunk migration state machineKaloian Manassiev2015-07-141-1673/+92
* SERVER-18084 Make ShardingState a decoration on ServiceContextKaloian Manassiev2015-07-141-20/+21
* SERVER-18084 Move mongod metadata management to be under mongo/dbKaloian Manassiev2015-07-111-1/+3
* SERVER-18084 Move code out of d_state.h/.cppKaloian Manassiev2015-07-111-4/+8
* SERVER-19099 Consistently use concurrency and time names via stdxAndrew Morrow2015-06-301-58/+58
* SERVER-16889.5 PlanExecutor::getStats() and PlanStage::getStats() return uniq...Qingyang Chen2015-06-291-6/+6
* SERVER-19021 Clean up how CatalogManagerLegacy reads some global stateSpencer T Brody2015-06-261-3/+8
* SERVER-16889 Modernize getExecutor*(), PlanExecutor::make() signaturesQingyang Chen2015-06-261-9/+9
* SERVER-19078 getChunks should accept sort and limitKaloian Manassiev2015-06-231-2/+2
* SERVER-18978: Clang-Format - Fix comment word wrapping indentationMark Benvenuto2015-06-201-11/+16
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-2337/+2290
* SERVER-18815 Rename shard registry's findIfExists(...) to getShard(...) and a...Daniel Alabi2015-06-181-2/+2
* SERVER-18947 Cleanup unused code in chunk.hKaloian Manassiev2015-06-171-29/+28