summaryrefslogtreecommitdiff
path: root/src/mongo/s/commands/cluster_merge_chunks_cmd.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-28106 Cleanup the contract of ChunkManager::findIntersectingChunkKaloian Manassiev2017-02-271-1/+1
* SERVER-28030 Move catalog_cache.h/.cpp to mongo/s/Kaloian Manassiev2017-02-181-1/+1
* SERVER-27809 Move Chunk::splitIfShould to cluster_write.h/.cppKaloian Manassiev2017-01-301-2/+2
* SERVER-27321 Rename ScopedChunkManager::getExisting to refreshAndGetKaloian Manassiev2016-12-081-41/+23
* SERVER-23996 ShardRegistry::getShard should return a StatusWith<shared_ptr<Sh...Misha Tyulenev2016-08-251-3/+3
* SERVER-25488 merge ClientBasic and ClientKyle Suarez2016-08-081-1/+1
* SERVER-24439 Make mongos commands over sharded collections inherit the collec...Tess Avitabile2016-08-051-1/+2
* SERVER-24323 Rename CatalogManager to ShardingCatalogClientSpencer T Brody2016-06-131-1/+1
* SERVER-23609 Introduce RAII class for retrieving sharding cache objectsKaloian Manassiev2016-04-291-2/+2
* SERVER-20224 commands that write support writeConcernJudah Schvimer2016-04-121-0/+3
* SERVER-23508 Enhance split/mergeChunk testsKaloian Manassiev2016-04-071-6/+5
* SERVER-23024 remove isWriteCommandForConfigServer methodMisha Tyulenev2016-03-151-3/+0
* SERVER-19855 Use ShardConnection for migrations and splitsSpencer T Brody2015-08-251-1/+3
* SERVER-19875 Add OperationContext to CatalogManager::getAllShardsSpencer T Brody2015-08-251-1/+1
* Revert "SERVER-19855 Use ShardConnection for migrations and splits"Benety Goh2015-08-211-3/+1
* Revert "Revert "SERVER-19855 Use ShardConnection for migrations and splits""Kaloian Manassiev2015-08-211-1/+3
* Revert "SERVER-19855 Use ShardConnection for migrations and splits"Kaloian Manassiev2015-08-211-3/+1
* SERVER-19855 Use ShardConnection for migrations and splitsKaloian Manassiev2015-08-211-1/+3
* SERVER-19914 Remove connectionString() method on CatalogManagerSpencer T Brody2015-08-131-1/+1
* SERVER-19608 Cleanup ShardingState initializationKaloian Manassiev2015-08-131-1/+0
* SERVER-19543 Thread OperationContext through to everywhere that accesses the ...Spencer T Brody2015-08-121-4/+4
* SERVER-19247 remove implicit conversion from NamespaceString to std::stringQingyang Chen2015-07-061-1/+1
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-142/+150
* SERVER-18815 Rename shard registry's findIfExists(...) to getShard(...) and a...Daniel Alabi2015-06-181-1/+1
* SERVER-17307 Replace boost::shared_ptr and friends with std::shared_ptrAndrew Morrow2015-06-101-3/+2
* SERVER-18815 Make Shard object non-copyable. Get rid of Shard::make(...) and ...Daniel Alabi2015-06-091-3/+11
* SERVER-18127 Remove all references to configServerKaloian Manassiev2015-06-041-2/+2
* SERVER-18127 Shard class should use ConnectionString for addressesKaloian Manassiev2015-05-261-2/+3
* SERVER-15860 Switch replication metadata ops to be replication-specific, rath...matt dannenberg2015-04-171-2/+1
* SERVER-17817 Make AuthorizationSession a decoration of ClientBasic.Andy Schwerin2015-04-161-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-31/+31
* SERVER-17496 Move ChunkManager to separate fileKaloian Manassiev2015-03-091-1/+4
* SERVER-13256 Add usings and qualifications for names from namespace stdAndrew Morrow2015-01-151-0/+4
* SERVER-14973 consolidate shard key parsing, cleanup shard key patternsGreg Studer2014-10-161-30/+24
* Revert "SERVER-13961 Pass LockState to DBWrite and DBRead directly"Kaloian Manassiev2014-05-281-3/+1
* SERVER-13961 Pass LockState to DBWrite and DBRead directlyKaloian Manassiev2014-05-281-1/+3
* SERVER-13641 rename TransactionExperiment to OperationContextHari Khalsa2014-05-151-1/+1
* SERVER-13641 Unify Command::newRun into runMathias Stearn2014-05-141-1/+1
* SERVER-13498 Get rid of LockStatusKaloian Manassiev2014-04-151-1/+1
* SERVER-9513 Merge several ActionTypes togetherSpencer T Brody2013-11-121-1/+1
* SERVER-10818 reorganize all the write commmand stuff in a folderGreg Studer2013-11-111-0/+196