summaryrefslogtreecommitdiff
path: root/src/mongo/s/balancer_policy.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-22937 Retry operations run through the ShardRegistry wherever possibleSpencer T Brody2016-03-071-6/+6
* SERVER-20855 Change CatalogManager::getAllShards to return the config OpTime ...Spencer T Brody2015-10-121-4/+4
* SERVER-20743 Combine target selection and command execution in ShardRegistry.Andy Schwerin2015-10-061-9/+5
* SERVER-19608 Give runCommand methods on ShardRegistry a txn, unless they only...Spencer T Brody2015-09-021-2/+2
* SERVER-19875 Add OperationContext to CatalogManager::getAllShardsSpencer T Brody2015-08-251-5/+7
* SERVER-19543 Thread OperationContext through to everywhere that accesses the ...Spencer T Brody2015-08-121-2/+2
* SERVER-19111 Get rid of ShardStatusKaloian Manassiev2015-06-291-14/+42
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-390/+363
* SERVER-18815 Rename shard registry's findIfExists(...) to getShard(...) and a...Daniel Alabi2015-06-181-3/+2
* SERVER-18996 Implement getAllShards for RS Catalog Manager.Daniel Alabi2015-06-171-1/+1
* SERVER-18947 Cleanup unused code in chunk.hKaloian Manassiev2015-06-171-1/+1
* SERVER-17307 Replace boost::shared_ptr and friends with std::shared_ptrAndrew Morrow2015-06-101-1/+1
* SERVER-18438/SERVER-18435 Add RemoteCommandTargeter and runner to gridKaloian Manassiev2015-06-091-1/+2
* SERVER-18815 Make Shard object non-copyable. Get rid of Shard::make(...) and ...Daniel Alabi2015-06-091-32/+28
* SERVER-18438 Unify shard runtime status retrievalKaloian Manassiev2015-05-311-13/+23
* Revert "Revert "SERVER-18124 Move tags loading to the catalog manager""Kaloian Manassiev2015-05-201-32/+1
* Revert "SERVER-18124 Move tags loading to the catalog manager"Kaloian Manassiev2015-05-201-1/+32
* SERVER-18124 Move tags loading to the catalog managerKaloian Manassiev2015-05-191-32/+1
* SERVER-18127 Do not use OwnedPointerVectorMap in BalancerPolicyKaloian Manassiev2015-05-191-69/+66
* SERVER-18124 Cleanup ChunkType and ChunkVersionKaloian Manassiev2015-04-281-3/+3
* SERVER-18064 Move shard.cpp under the sharding client libraryKaloian Manassiev2015-04-151-1/+2
* SERVER-17848 Use the catalog manager to query shards in a sharded clusterDaniel Alabi2015-04-131-15/+8
* SERVER-17775 Move ShardType to src/mongo/s/catalogDaniel Alabi2015-04-091-1/+1
* SERVER-17775 Add fromBON and validate methods. Cleanup parsing of ShardType.Daniel Alabi2015-04-011-18/+9
* SERVER-17496 Move ChunkManager to separate fileKaloian Manassiev2015-03-091-1/+1
* SERVER-17496 Move ShardConnection to separate fileKaloian Manassiev2015-03-091-0/+1
* SERVER-13256 Add usings and qualifications for names from namespace stdAndrew Morrow2015-01-151-0/+8
* SERVER-16683 Decrease mongos memory footprint when shards have several tagsRandolph Tan2015-01-061-16/+52
* Whitespace fix for sharding error message re: numJumboChunksMatt Kangas2014-12-231-2/+2
* SERVER-16392 ShardInfo should stop using mapped to get size estimateRandolph Tan2014-12-191-18/+19
* SERVER-14745 Remove WritebackListenerRandolph Tan2014-08-281-23/+2
* SERVER-14729 assign default log component MONGO_LOG_DEFAULT_COMPONENTBenety Goh2014-08-121-2/+2
* SERVER-14506 special top chunk logic can move max chunk to a shard with incom...Randolph Tan2014-08-071-0/+80
* SERVER-14506 special top chunk logic can move max chunk to a shard with incom...Randolph Tan2014-08-071-43/+57
* SERVER-5092 assign default log component to server modulesBenety Goh2014-07-011-1/+4
* 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
* Clean up #includes to conform with coding standardDan Pasette2013-07-241-2/+3
* SERVER-7728 Add more details on why a shard is 'unavailable' for balancingRandolph Tan2013-04-301-2/+12
* Fixes SERVER-9491Johan Hedin2013-04-281-1/+1
* SERVER-8279 warn if shard versions differ in mixed clusterGreg Studer2013-02-071-5/+5
* SERVER-939 Changed ChunkFields to ChunkTypeShaun Verch2012-12-181-2/+2
* SERVER-7866 balancer shouldn't ignore jumbo chunks, just not try and move themEliot Horowitz2012-12-121-2/+41
* spacingEliot Horowitz2012-12-121-59/+54
* SERVER-7666 don't drain maxSize shards, only prevent to-migrationsGreg Studer2012-11-191-3/+3
* SERVER-939 Introduced more collection and fields names constants.Alberto Lerner2012-11-051-1/+1
* SERVER-7204 - reduce spam in balancer shard selection log() to LOG(1)Eliot Horowitz2012-10-011-2/+2
* clean up some overly verbose loggingEliot Horowitz2012-07-031-2/+6
* SERVER-2545 - sanity check tag rangesEliot Horowitz2012-06-151-1/+31
* optimize DistributionStatus::getTagForChunkEliot Horowitz2012-06-151-12/+19