summaryrefslogtreecommitdiff
path: root/src/mongo/s/balance.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* SERVER-18436 Implement getGlobalSettings for RS catalog managerDaniel Alabi2015-06-191-2/+2
* SERVER-18815 Rename shard registry's findIfExists(...) to getShard(...) and a...Daniel Alabi2015-06-181-2/+2
* SERVER-17307 Replace boost::shared_ptr and friends with std::shared_ptrAndrew Morrow2015-06-101-1/+1
* SERVER-17308 Replace boost::scoped_ptr<T> with std::unique_ptr<T>Andrew Morrow2015-06-101-2/+1
* SERVER-17309 Replace std::auto_ptr<T> with std::unique_ptr<T>Andrew Morrow2015-06-101-1/+1
* SERVER-18815 Make Shard object non-copyable. Get rid of Shard::make(...) and ...Daniel Alabi2015-06-091-1/+1
* SERVER-18815 Define ShardId type. Get rid of findIfExists(...) and getAllShar...Daniel Alabi2015-06-051-12/+24
* SERVER-18007 support non-default constructible types in StatusWithAdam Midvidy2015-06-041-1/+2
* SERVER-18737 Balancer::run should not call getValue() on non-OK StatusWithDaniel Alabi2015-05-291-1/+2
* Revert "Revert "SERVER-18124 Remove usage of SyncClusterConnection from the b...Kaloian Manassiev2015-05-201-37/+13
* Revert "Revert "SERVER-18124 Move tags loading to the catalog manager""Kaloian Manassiev2015-05-201-111/+140
* Revert "SERVER-18124 Move tags loading to the catalog manager"Kaloian Manassiev2015-05-201-12/+15
* Revert "SERVER-18124 Remove usage of SyncClusterConnection from the balancer"Kaloian Manassiev2015-05-201-13/+36
* SERVER-18124 Remove usage of SyncClusterConnection from the balancerKaloian Manassiev2015-05-191-36/+13
* SERVER-18124 Move tags loading to the catalog managerKaloian Manassiev2015-05-191-15/+12
* SERVER-18127 Do not use OwnedPointerVectorMap in BalancerPolicyKaloian Manassiev2015-05-191-32/+20
* SERVER-13874 Get rid of some dead code in time_support.h/cppAndy Schwerin2015-05-141-1/+1
* SERVER-18137 CollectionType should store fully-qualified namespace as Namespa...Daniel Alabi2015-05-121-4/+3
* SERVER-17592 Move legacy dist lock code under catalogRandolph Tan2015-05-051-1/+1
* SERVER-18156 SettingsType should do all validation and default value determin...Daniel Alabi2015-04-301-17/+11
* SERVER-18125 Move config server consistency checking behind the legacy catalo...Daniel Alabi2015-04-291-9/+0
* SERVER-18131 Clean up LastError.Andy Schwerin2015-04-291-0/+2
* SERVER-18124 Cleanup ChunkType and ChunkVersionKaloian Manassiev2015-04-281-2/+1
* SERVER-17592 Refactor legacy logic into distributed lock managerRandolph Tan2015-04-241-6/+7
* SERVER-18122 Move sharding global settings retrieval to the catalog managerDaniel Alabi2015-04-231-13/+12
* SERVER-18024 Move collection metadata loading under the catalog managerKaloian Manassiev2015-04-211-49/+30
* SERVER-18121 Move action logging to the catalog managerDaniel Alabi2015-04-211-53/+5
* SERVER-18080 Move cluster commands out of mongoscoreKaloian Manassiev2015-04-171-1/+1
* SERVER-18064 Move shard.cpp under the sharding client libraryKaloian Manassiev2015-04-151-1/+1
* SERVER-17723 Sharding catalog cacheKaloian Manassiev2015-04-101-5/+14
* SERVER-17774 Move ChunkType to src/mongo/s/catalogDaniel Alabi2015-04-071-1/+1
* SERVER-17849 Fix coverity issues in type_chunkDaniel Alabi2015-04-021-1/+2
* SERVER-17774 Cleanup parsing of ChunkType. Implement validate and fromBSON me...Daniel Alabi2015-03-311-4/+4
* SERVER-17637 Sharding catalog manager interfaceKaloian Manassiev2015-03-201-12/+21
* SERVER-17592 DistributedLock RefactorRandolph Tan2015-03-201-4/+6
* SERVER-17496 Move ChunkManager to separate fileKaloian Manassiev2015-03-091-1/+2
* SERVER-17151 ConfigCoordinator should not call fsyncKaloian Manassiev2015-03-031-7/+1
* SERVER-17300 Balancer tries to create config.tags index multiple timesRandolph Tan2015-02-271-11/+0
* SERVER-5004 Do not start new chunk moves if balancer is disabled mid balancin...Spencer T Brody2015-02-251-3/+25