summaryrefslogtreecommitdiff
path: root/src/mongo/s/balance.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-23609 Make top chunk split use the balancer to move chunksKaloian Manassiev2016-05-031-134/+0
* SERVER-22667 Balancer chunk selection policy interfaceKaloian Manassiev2016-04-291-7/+8
* Revert "SERVER-22667 Balancer chunk selection policy interface"Kyle Suarez2016-04-271-8/+7
* SERVER-22667 Balancer chunk selection policy interfaceKaloian Manassiev2016-04-261-7/+8
* SERVER-22667 Introduce a MigrateInfoVector typeKaloian Manassiev2016-04-251-7/+7
* SERVER-23634 Move shard usage statistics gathering behind an interfaceKaloian Manassiev2016-04-141-1/+9
* SERVER-22667 Move Chunk::pickSplitVector/MedianKey out of ChunkKaloian Manassiev2016-04-121-18/+15
* SERVER-23550 Cleanup balancer methods to use StatusWithKaloian Manassiev2016-04-061-8/+8
* SERVER-23549 Put balancer on the ServiceContextKaloian Manassiev2016-04-061-43/+45
* SERVER-22318 remove SCCC supportMisha Tyulenev2016-03-031-2/+2
* SERVER-22628 Use MigrationSecondaryThrottleOptions for parsing the balancer s...Kaloian Manassiev2016-02-231-2/+2
* SERVER-20036 Interrupt migrations if there is a pending need to swap active c...Spencer T Brody2015-09-041-1/+2
* SERVER-19875 Add OperationContext to CatalogManager::getAllShardsSpencer T Brody2015-08-251-2/+2
* SERVER-19543 Thread OperationContext through to everywhere that accesses the ...Spencer T Brody2015-08-121-3/+6
* SERVER-18978: Clang-Format - Fix comment word wrapping indentationMark Benvenuto2015-06-201-4/+6
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-77/+78
* SERVER-17307 Replace boost::shared_ptr and friends with std::shared_ptrAndrew Morrow2015-06-101-3/+2
* SERVER-17308 Replace boost::scoped_ptr<T> with std::unique_ptr<T>Andrew Morrow2015-06-101-2/+1
* Revert "Revert "SERVER-18124 Remove usage of SyncClusterConnection from the b...Kaloian Manassiev2015-05-201-2/+1
* Revert "Revert "SERVER-18124 Move tags loading to the catalog manager""Kaloian Manassiev2015-05-201-1/+1
* Revert "SERVER-18124 Remove usage of SyncClusterConnection from the balancer"Kaloian Manassiev2015-05-201-1/+2
* SERVER-18124 Remove usage of SyncClusterConnection from the balancerKaloian Manassiev2015-05-191-2/+1
* SERVER-18127 Do not use OwnedPointerVectorMap in BalancerPolicyKaloian Manassiev2015-05-191-7/+5
* SERVER-17592 Refactor legacy logic into distributed lock managerRandolph Tan2015-04-241-6/+7
* SERVER-18024 Move collection metadata loading under the catalog managerKaloian Manassiev2015-04-211-1/+1
* SERVER-17496 Move ChunkManager to separate fileKaloian Manassiev2015-03-091-2/+0
* SERVER-13256 Remove pch.hAndrew Morrow2015-01-151-3/+0
* SERVER-13256 Remove shared_ptr from pch.hAndrew Morrow2015-01-051-1/+2
* SERVER-13256 Remove scoped_ptr from pch.hAndrew Morrow2015-01-051-1/+3
* SERVER-13256 Prohibit new uses of pch.hAndrew Morrow2015-01-051-0/+3
* SERVER-14041 enhance secondaryThrottle parameterRandolph Tan2014-07-161-2/+4
* Revert "SERVER-14041 enhance secondaryThrottle parameter"Randolph Tan2014-07-151-4/+2
* SERVER-14041 enhance secondaryThrottle parameterRandolph Tan2014-07-151-2/+4
* SERVER-13256: Remove pch - qualify std in headersMark Benvenuto2014-05-191-4/+4
* SERVER-11875 Convert internal writes to use write commandsRandolph Tan2014-01-061-3/+1
* 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-7376 migrate deletion not aggressive enough and tied to migrate movesRandolph Tan2012-12-111-1/+5
* SERVER-939 Introduced more collection and fields names constants.Alberto Lerner2012-11-051-2/+4
* Revert "SERVER-7376 make all migration cleanup async unless explicitly specif...Greg Studer2012-10-181-5/+1
* SERVER-7376 make all migration cleanup async unless explicitly specified othe...Greg Studer2012-10-171-1/+5
* pch headerSiddharth Singh2012-08-061-1/+1
* SERVER-6278 add option to throttle balancing based on secondaries keeping upEliot Horowitz2012-07-091-1/+1
* flatten Balancer classesEliot Horowitz2012-06-131-1/+1
* clean balancer policy a bit in prep of SERVER-2545Eliot Horowitz2012-06-131-1/+1
* SERVER-5348 make dbclient.h the main C++ driver include fileEric Milkie2012-04-021-1/+0
* SERVER-4641 make sure stopBalancer() handles case where mongos is actively lo...gregs2012-01-161-1/+1
* bulk move of code to src/ SERVER-4551Eliot Horowitz2011-12-241-0/+105