summaryrefslogtreecommitdiff
path: root/src/mongo/s/chunk.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* SERVER-23609 Introduce RAII class for retrieving sharding cache objectsKaloian Manassiev2016-04-291-5/+5
* SERVER-22667 Cleanup ChunkManager encapsulationKaloian Manassiev2016-04-281-5/+0
* Revert "SERVER-22667 Balancer chunk selection policy interface"Kyle Suarez2016-04-271-5/+5
* SERVER-22667 Balancer chunk selection policy interfaceKaloian Manassiev2016-04-261-5/+5
* SERVER-22667 Move multiSplit to shardutilKaloian Manassiev2016-04-261-64/+25
* SERVER-22667 Remove usages of ShardConnection from chunk.cppKaloian Manassiev2016-04-221-21/+30
* SERVER-23800 Remove ShardConnection::syncKaloian Manassiev2016-04-201-7/+0
* SERVER-23696 Consolidate balancer configuration into single classKaloian Manassiev2016-04-191-96/+34
* SERVER-23634 Move shard usage statistics gathering behind an interfaceKaloian Manassiev2016-04-141-13/+16
* SERVER-22667 Move Chunk::pickSplitVector/MedianKey out of ChunkKaloian Manassiev2016-04-121-83/+37
* SERVER-23550 Cleanup balancer methods to use StatusWithKaloian Manassiev2016-04-061-5/+5
* SERVER-23534 move miscellaneous methods off GridEsha Maharishi2016-04-061-1/+36
* SERVER-23494 Remove link dependency of mongod on coreshardKaloian Manassiev2016-04-051-1/+0
* SERVER-23484 Move Chunk::genID to ChunkTypeKaloian Manassiev2016-04-041-14/+1
* SERVER-23405 Get rid of Command::getStatusFromCommandKaloian Manassiev2016-03-291-1/+1
* 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