summaryrefslogtreecommitdiff
path: root/src/mongo/s/chunk.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-22937 Retry operations run through the ShardRegistry wherever possibleSpencer T Brody2016-03-071-1/+1
* SERVER-22628 MoveChunkRequest for constructing moveChunk commandsKaloian Manassiev2016-02-251-22/+17
* SERVER-22849 Improve logging for splitChunkKaloian Manassiev2016-02-251-3/+5
* SERVER-22628 Use MigrationSecondaryThrottleOptions for parsing the balancer s...Kaloian Manassiev2016-02-231-20/+11
* SERVER-22593 Don't separately send collection epoch during moveChunkKaloian Manassiev2016-02-121-2/+0
* SERVER-21186 Move update call to be specific to the catalog managerKaloian Manassiev2015-11-111-9/+8
* SERVER-21186 Make actionLog format the same as changeLog'sKaloian Manassiev2015-11-031-2/+2
* SERVER-21186 Make intial chunk creation use insert and not upsertKaloian Manassiev2015-10-301-23/+4
* SERVER-20676 Retry move chunk if it fails due to stale chunk boundariesSpencer T Brody2015-10-081-0/+4
* Revert "SERVER-20676 Retry move chunk if it fails due to stale chunk boundaries"Max Hirschhorn2015-10-071-4/+0
* SERVER-20676 Retry move chunk if it fails due to stale chunk boundariesSpencer T Brody2015-10-071-0/+4
* SERVER-20743 Combine target selection and command execution in ShardRegistry.Andy Schwerin2015-10-061-5/+6
* SERVER-19608 Give runCommand methods on ShardRegistry a txn, unless they only...Spencer T Brody2015-09-021-1/+1
* SERVER-20131 Take ChunkType by reference in Chunk constructorSpencer T Brody2015-08-261-1/+1
* SERVER-19855 Use ShardConnection for migrations and splitsSpencer T Brody2015-08-251-9/+6
* SERVER-19875 Add OperationContext to CatalogManager::getAllShardsSpencer T Brody2015-08-251-49/+30
* SERVER-19875 Make (almost) all CatalogManager methods take OperationContextSpencer T Brody2015-08-251-4/+6
* Revert "SERVER-19855 Use ShardConnection for migrations and splits"Benety Goh2015-08-211-6/+9
* Revert "Revert "SERVER-19855 Use ShardConnection for migrations and splits""Kaloian Manassiev2015-08-211-9/+6
* Revert "SERVER-19855 Use ShardConnection for migrations and splits"Kaloian Manassiev2015-08-211-6/+9
* SERVER-19855 Use ShardConnection for migrations and splitsKaloian Manassiev2015-08-211-9/+6
* Revert "Revert "SERVER-19736 Add opTime invariant checks when updating cached...Kaloian Manassiev2015-08-171-1/+1
* Revert "SERVER-19736 Add opTime invariant checks when updating cached config ...Eric Milkie2015-08-171-1/+1
* SERVER-19736 Add opTime invariant checks when updating cached config server dataRandolph Tan2015-08-141-1/+1
* SERVER-19914 Remove connectionString() method on CatalogManagerSpencer T Brody2015-08-131-2/+2
* SERVER-19543 Thread OperationContext through to everywhere that accesses the ...Spencer T Brody2015-08-121-29/+36
* SERVER-19367 Return ConnectionString by value, not by referenceKaloian Manassiev2015-08-031-2/+2
* SERVER-19319 Fix a lint breakageKaloian Manassiev2015-07-291-3/+0
* Revert "SERVER-19319 Send setShardVersion command after sharding a collection"Kaloian Manassiev2015-07-291-2/+0
* SERVER-18084 Cleanup includesKaloian Manassiev2015-07-281-1/+2
* SERVER-19276 NULL pointer crash in Chunk::_getExtremeKeyRandolph Tan2015-07-161-0/+5
* SERVER-18594 RS Catalog Manager implementation of shardCollectionSpencer T Brody2015-07-141-11/+12
* SERVER-18978: Clang-Format - Fix comment word wrapping indentationMark Benvenuto2015-06-201-1/+2
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-608/+576
* SERVER-18436 Implement getGlobalSettings for RS catalog managerDaniel Alabi2015-06-191-1/+1
* SERVER-18815 Rename shard registry's findIfExists(...) to getShard(...) and a...Daniel Alabi2015-06-181-6/+6
* SERVER-18947 Cleanup unused code in chunk.hKaloian Manassiev2015-06-171-8/+1
* SERVER-17307 Replace boost::shared_ptr and friends with std::shared_ptrAndrew Morrow2015-06-101-1/+1
* SERVER-17309 Replace std::auto_ptr<T> with std::unique_ptr<T>Andrew Morrow2015-06-101-2/+2
* SERVER-18815 Make Shard object non-copyable. Get rid of Shard::make(...) and ...Daniel Alabi2015-06-091-23/+49
* SERVER-18127 Remove ConfigServer::modelServerKaloian Manassiev2015-06-041-3/+3
* SERVER-18815 Remove Shard(std::string&) constructorKaloian Manassiev2015-06-041-2/+8
* SERVER-18127 Shard class should use ConnectionString for addressesKaloian Manassiev2015-05-261-2/+2
* Revert "Revert "SERVER-18124 Move tags loading to the catalog manager""Kaloian Manassiev2015-05-201-7/+3
* Revert "SERVER-18124 Move tags loading to the catalog manager"Kaloian Manassiev2015-05-201-3/+7
* SERVER-18124 Move tags loading to the catalog managerKaloian Manassiev2015-05-191-7/+3
* SERVER-18127 Do not use OwnedPointerVectorMap in BalancerPolicyKaloian Manassiev2015-05-191-6/+3
* SERVER-18156 SettingsType should do all validation and default value determin...Daniel Alabi2015-04-301-6/+1
* SERVER-18125 Move config server consistency checking behind the legacy catalo...Daniel Alabi2015-04-291-7/+0
* SERVER-18131 Clean up LastError.Andy Schwerin2015-04-291-1/+1