summaryrefslogtreecommitdiff
path: root/src/mongo/s/balancer_policy_tests.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-23609 Make top chunk split use the balancer to move chunksKaloian Manassiev2016-05-031-612/+0
* SERVER-22667 Balancer policy tests need to initialize the shard nameKaloian Manassiev2016-04-281-4/+17
* SERVER-23609 Get rid of struct ChunkInfoKaloian Manassiev2016-04-221-10/+10
* SERVER-23634 Move shard usage statistics gathering behind an interfaceKaloian Manassiev2016-04-141-111/+87
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-458/+451
* SERVER-18127 Do not use OwnedPointerVectorMap in BalancerPolicyKaloian Manassiev2015-05-191-443/+475
* SERVER-17774 Move ChunkType to src/mongo/s/catalogDaniel Alabi2015-04-071-1/+1
* SERVER-13256 Add usings and qualifications for names from namespace stdAndrew Morrow2015-01-151-0/+6
* SERVER-13256 Remove scoped_ptr from pch.hAndrew Morrow2015-01-051-0/+4
* SERVER-16392 ShardInfo should stop using mapped to get size estimateRandolph Tan2014-12-191-12/+12
* SERVER-15641 Fix memory leaks in C++ unit testsAndrew Morrow2014-10-151-16/+14
* SERVER-15592 set default log component for all cppMatt Kangas2014-10-141-0/+2
* SERVER-15567 Allow streaming into unittest assertions.Andy Schwerin2014-10-091-2/+4
* SERVER-14745 Remove WritebackListenerRandolph Tan2014-08-281-34/+32
* SERVER-14729 logging cleanup - removed mongo/util/log.h from headers, de-inli...Benety Goh2014-08-121-0/+1
* SERVER-14506 special top chunk logic can move max chunk to a shard with incom...Randolph Tan2014-08-071-104/+168
* SERVER-13264 Move Apache-licensed files to AGPLIan Whalen2014-05-161-9/+21
* SERVER-11637: Consolidate unittest crutches into crutch.cppShaun Verch2013-11-091-9/+0
* SERVER-11637: Removed NO_CRUTCH from a bunch of testsShaun Verch2013-11-091-1/+0
* SERVER-8510 Get rid of CmdLine struct and use new option handling styleShaun Verch2013-10-041-2/+0
* SERVER-7434 Do not spawn a thread in grandparent process when using --forkAndy Schwerin2013-02-011-1/+0
* Clean up headers in files that will be changed in move to chunk typesShaun Verch2012-12-181-1/+1
* SERVER-939 Changed ChunkFields to ChunkTypeShaun Verch2012-12-181-40/+40
* SERVER-7866 balancer shouldn't ignore jumbo chunks, just not try and move themEliot Horowitz2012-12-121-0/+36
* SERVER-7666 don't drain maxSize shards, only prevent to-migrationsGreg Studer2012-11-191-0/+196
* SERVER-939 Introduced more collection and fields names constants.Alberto Lerner2012-11-051-32/+29
* SERVER-6603 remove remapLock and hook functions (Windows)Tad Marshall2012-08-011-4/+0
* Break a few more libraries off of "mongocommon".Andy Schwerin2012-07-171-0/+6
* SERVER-2545 - sanity check tag rangesEliot Horowitz2012-06-151-4/+8
* optimize DistributionStatus::getTagForChunkEliot Horowitz2012-06-151-0/+22
* make an explicity DistributionStatusEliot Horowitz2012-06-141-7/+8
* SERVER-2545 BalancerPolicy fully tag awareEliot Horowitz2012-06-141-10/+17
* SERVER-2545 - draining tag awareEliot Horowitz2012-06-141-0/+77
* refactor BalancerPolicy to make simpler to add rulesEliot Horowitz2012-06-141-0/+47
* re-organizing BalancerPolicy a bit moreEliot Horowitz2012-06-131-4/+4
* flatten Balancer classesEliot Horowitz2012-06-131-24/+24
* clean balancer policy a bit in prep of SERVER-2545Eliot Horowitz2012-06-131-58/+24
* comment in testEliot Horowitz2012-06-131-0/+1
* turn balancer policy tests into new style c++ testEliot Horowitz2012-06-131-0/+168