summaryrefslogtreecommitdiff
path: root/src/mongo/s/balancer_policy.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-23550 Cleanup balancer methods to use StatusWithKaloian Manassiev2016-04-061-1/+1
* SERVER-19543 Thread OperationContext through to everywhere that accesses the ...Spencer T Brody2015-08-121-1/+2
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-193/+197
* SERVER-18815 Make Shard object non-copyable. Get rid of Shard::make(...) and ...Daniel Alabi2015-06-091-13/+14
* Revert "Revert "SERVER-18124 Move tags loading to the catalog manager""Kaloian Manassiev2015-05-201-9/+0
* Revert "SERVER-18124 Move tags loading to the catalog manager"Kaloian Manassiev2015-05-201-0/+9
* SERVER-18124 Move tags loading to the catalog managerKaloian Manassiev2015-05-191-9/+0
* SERVER-18127 Do not use OwnedPointerVectorMap in BalancerPolicyKaloian Manassiev2015-05-191-22/+28
* SERVER-18064 Move shard.cpp under the sharding client libraryKaloian Manassiev2015-04-151-5/+1
* SERVER-17774 Move ChunkType to src/mongo/s/catalogDaniel Alabi2015-04-071-1/+1
* SERVER-16683 Decrease mongos memory footprint when shards have several tagsRandolph Tan2015-01-061-3/+6
* SERVER-13256 Remove boost/utility from pch.hAndrew Morrow2015-01-051-0/+2
* SERVER-16392 ShardInfo should stop using mapped to get size estimateRandolph Tan2014-12-191-9/+10
* SERVER-14745 Remove WritebackListenerRandolph Tan2014-08-281-7/+1
* SERVER-14506 special top chunk logic can move max chunk to a shard with incom...Randolph Tan2014-08-071-0/+22
* SERVER-14506 special top chunk logic can move max chunk to a shard with incom...Randolph Tan2014-08-071-6/+4
* SERVER-13256: Remove pch - qualify std in headersMark Benvenuto2014-05-191-31/+31
* SERVER-8886 Correct license exception for headersIan Whalen2013-09-061-1/+1
* SERVER-8886 Add OpenSSL license exception to sharding filesIan Whalen2013-08-271-0/+12
* SERVER-8279 warn if shard versions differ in mixed clusterGreg Studer2013-02-071-1/+5
* SERVER-939 Changed ChunkFields to ChunkTypeShaun Verch2012-12-181-3/+3
* SERVER-7866 balancer shouldn't ignore jumbo chunks, just not try and move themEliot Horowitz2012-12-121-2/+3
* SERVER-7666 don't drain maxSize shards, only prevent to-migrationsGreg Studer2012-11-191-0/+4
* SERVER-939 Introduced more collection and fields names constants.Alberto Lerner2012-11-051-4/+6
* Fixed typosPascal Borreli2012-10-141-1/+1
* SERVER-2545 - sanity check tag rangesEliot Horowitz2012-06-151-1/+4
* optimize DistributionStatus::getTagForChunkEliot Horowitz2012-06-151-1/+3
* SERVER-2545 - balancer fully tag awareEliot Horowitz2012-06-151-1/+3
* SERVER-2545 BalancerPolicy fully tag awareEliot Horowitz2012-06-141-34/+30
* SERVER-2545 - draining tag awareEliot Horowitz2012-06-141-2/+37
* BalancerPolicy better name and commentEliot Horowitz2012-06-141-0/+1
* BalancerPolicy::balance is now a lot simpler with refactoringEliot Horowitz2012-06-141-4/+10
* refactor BalancerPolicy to make simpler to add rulesEliot Horowitz2012-06-141-3/+24
* Added more .getOwned() in ChunkInfoEliot Horowitz2012-06-141-2/+2
* re-organizing BalancerPolicy a bit moreEliot Horowitz2012-06-131-3/+17
* flatten Balancer classesEliot Horowitz2012-06-131-60/+63
* clean balancer policy a bit in prep of SERVER-2545Eliot Horowitz2012-06-131-43/+59
* bulk move of code to src/ SERVER-4551Eliot Horowitz2011-12-241-0/+98