summaryrefslogtreecommitdiff
path: root/src/mongo/s/balance.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-23609 Make top chunk split use the balancer to move chunksKaloian Manassiev2016-05-031-513/+0
* SERVER-23211 Remove all callers of ShardRegistry::runIdempotentCommandOnShardSpencer T Brody2016-05-021-18/+23
* SERVER-22667 Balancer chunk selection policy interfaceKaloian Manassiev2016-04-291-177/+50
* Revert "SERVER-22667 Balancer chunk selection policy interface"Kyle Suarez2016-04-271-51/+139
* SERVER-22667 Balancer chunk selection policy interfaceKaloian Manassiev2016-04-261-139/+51
* SERVER-22667 Move multiSplit to shardutilKaloian Manassiev2016-04-261-8/+11
* SERVER-22667 Introduce a MigrateInfoVector typeKaloian Manassiev2016-04-251-19/+10
* SERVER-23609 Get rid of struct ChunkInfoKaloian Manassiev2016-04-221-13/+10
* SERVER-23696 Consolidate balancer configuration into single classKaloian Manassiev2016-04-191-53/+19
* SERVER-23634 Move shard usage statistics gathering behind an interfaceKaloian Manassiev2016-04-141-29/+27
* SERVER-22667 Move Chunk::pickSplitVector/MedianKey out of ChunkKaloian Manassiev2016-04-121-230/+228
* SERVER-23550 Cleanup balancer methods to use StatusWithKaloian Manassiev2016-04-061-42/+39
* SERVER-23549 Put balancer on the ServiceContextKaloian Manassiev2016-04-061-55/+58
* SERVER-23534 move miscellaneous methods off GridEsha Maharishi2016-04-061-2/+2
* SERVER-22656 Componentize MigrationSourceManagerKaloian Manassiev2016-03-231-1/+4
* SERVER-22937 Retry operations run through the ShardRegistry wherever possibleSpencer T Brody2016-03-071-3/+3
* SERVER-22318 remove SCCC supportMisha Tyulenev2016-03-031-5/+6
* SERVER-17468 don't log balancer rounds to the actionlog if no chunks are movedDianna Hohensee2016-02-291-5/+5
* SERVER-22628 Use MigrationSecondaryThrottleOptions for parsing the balancer s...Kaloian Manassiev2016-02-231-8/+13
* SERVER-20036 Interrupt mapReduce and movePrimary commands on catalog manager ...Spencer T Brody2016-01-211-1/+1
* SERVER-21626 Do not fassert if namespace gets dropped during balancingKaloian Manassiev2015-11-231-5/+7
* SERVER-21186 Move update call to be specific to the catalog managerKaloian Manassiev2015-11-111-7/+5
* SERVER-21186 Make actionLog format the same as changeLog'sKaloian Manassiev2015-11-031-19/+57
* SERVER-21109 Add helper for waiting a balancing round in js testsRandolph Tan2015-10-291-5/+16
* SERVER-20743 Combine target selection and command execution in ShardRegistry.Andy Schwerin2015-10-061-12/+18
* SERVER-20036 Interrupt migrations if there is a pending need to swap active c...Spencer T Brody2015-09-041-1/+4
* SERVER-20040 Access the ForwardingCatalogManager explicitly when needed, othe...Spencer T Brody2015-09-021-2/+2
* SERVER-19608 Give runCommand methods on ShardRegistry a txn, unless they only...Spencer T Brody2015-09-021-3/+3
* SERVER-19459 Check return Status in a few missing places when calling Catalog...Spencer T Brody2015-08-281-9/+14
* SERVER-20132 Check result of _checkOIDs when initializing balancerSpencer T Brody2015-08-261-1/+3
* SERVER-19875 Add OperationContext to CatalogManager::getAllShardsSpencer T Brody2015-08-251-9/+10
* SERVER-19875 Make (almost) all CatalogManager methods take OperationContextSpencer T Brody2015-08-251-11/+14
* SERVER-19875 Remove Shard::reloadShardInfo() static method in favor of callin...Spencer T Brody2015-08-251-2/+2
* SERVER-18668 remove some pessimizing and redundant movesAdam Midvidy2015-08-241-1/+1
* SERVER-19543 Use ForwardingCatalogManager to acquire distributed locks outsid...Andy Schwerin2015-08-191-3/+2
* Revert "Revert "SERVER-19736 Add opTime invariant checks when updating cached...Kaloian Manassiev2015-08-171-2/+3
* Revert "SERVER-19736 Add opTime invariant checks when updating cached config ...Eric Milkie2015-08-171-3/+2
* SERVER-19736 Add opTime invariant checks when updating cached config server dataRandolph Tan2015-08-141-2/+3
* SERVER-19543 Thread OperationContext through to everywhere that accesses the ...Spencer T Brody2015-08-121-42/+48
* SERVER-19272 MongosType should handle validation properlyDaniel Alabi2015-07-101-10/+13
* SERVER-19272 ActionLogType should do its validation and handle setting balanc...Daniel Alabi2015-07-061-46/+5
* SERVER-19247 remove implicit conversion from NamespaceString to std::stringQingyang Chen2015-07-061-13/+12
* SERVER-19252 Move all mongos catalog types to s/catalogDaniel Alabi2015-07-021-1/+1
* SERVER-19004 Get rid of Shard::runCommandKaloian Manassiev2015-06-271-5/+19
* Revert "SERVER-19004 Get rid of Shard::runCommand"Siyuan Zhou2015-06-261-19/+5
* SERVER-19004 Get rid of Shard::runCommandKaloian Manassiev2015-06-261-5/+19
* SERVER-19078 getChunks should accept sort and limitKaloian Manassiev2015-06-231-2/+3
* SERVER-18978: Clang-Format - Fix comment word wrapping indentationMark Benvenuto2015-06-201-2/+2
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-462/+433
* SERVER-17308 Remove duplicate std::unique_ptr using-declarationsJason Rassi2015-06-191-3/+2