summaryrefslogtreecommitdiff
path: root/src/mongo/s/commands/cluster_write.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-29908 Consolidate some sharding libraries to help break dependency cyclesKaloian Manassiev2018-02-121-413/+0
* SERVER-29908 Move sharding_task_executor under mongo/sKaloian Manassiev2018-02-021-1/+0
* SERVER-18137 Use NamespaceString for fully-qualified ns in shardingKevin Pulo2018-02-011-2/+2
* SERVER-32617 Fix code that reconstructs status with just code and stringMathias Stearn2018-01-171-12/+10
* SERVER-32684 Make mongos write command objects hold Status directlyMathias Stearn2018-01-171-3/+1
* SERVER-28992 Make the write commands targeter return actual ShardEndpoint(s)Kaloian Manassiev2017-12-291-6/+7
* SERVER-29027 Allow collections in the config db to be shardedsamantharitter2017-09-281-2/+30
* SERVER-30580 Eliminate DBException::getCode() in favor of code()Mathias Stearn2017-08-161-1/+1
* SERVER-20392 remove early chunksize autosplit heuristicKevin Pulo2017-08-091-24/+1
* SERVER-28752 Use IDL write_ops everywhere instead of Batched Insert/Update/De...Kaloian Manassiev2017-08-011-24/+12
* SERVER-28752 Get rid of BatchedInsertRequest::getIndexTargetingNSKaloian Manassiev2017-07-271-6/+0
* Revert "SERVER-28752 Get rid of BatchedInsertRequest::getIndexTargetingNS"Kaloian Manassiev2017-07-261-0/+6
* SERVER-28752 Get rid of BatchedInsertRequest::getIndexTargetingNSKaloian Manassiev2017-07-261-6/+0
* SERVER-28752 Get rid of all usages of Batched Insert/Update/Delete Request ou...Kaloian Manassiev2017-07-241-26/+0
* SERVER-30180 Move should-split logic from cluster_write.cpp to chunk.cppHugh Han2017-07-211-13/+4
* SERVER-30053 Remove 'opCtx' parameter from Grid::catalogClient()Kaloian Manassiev2017-07-131-2/+2
* SERVER-29817 Always intialize bytesWritten to 0 for chunks.Andy Schwerin2017-07-051-1/+1
* SERVER-28418 make the split command on mongod return a stale version error if...r3.5.9Esha Maharishi2017-06-201-1/+5
* SERVER-29464 Get rid of BSONSerializableKaloian Manassiev2017-06-081-7/+6
* SERVER-28992 Cleanup write commands executionKaloian Manassiev2017-04-271-2/+1
* SERVER-28641 remove requirement that non-internal writes against config serve...Esha Maharishi2017-04-061-41/+0
* SERVER-28164 make ClusterWrite::run path use ARS instead of DBClientMultiCommandEsha Maharishi2017-03-131-3/+1
* SERVER-22611 Sharding catalog cache refactorKaloian Manassiev2017-03-121-23/+20
* Revert "SERVER-22611 Sharding catalog cache refactor"Kaloian Manassiev2017-03-121-20/+23
* SERVER-22611 Sharding catalog cache refactorKaloian Manassiev2017-03-121-23/+20
* SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-071-25/+28
* SERVER-28155 Get rid of the 'mongoscore' sharding libraryKaloian Manassiev2017-03-011-1/+1
* SERVER-28155 Move ChunkManagerTargeter in the sharding commands libraryKaloian Manassiev2017-03-011-1/+1
* SERVER-28106 Cleanup the contract of ChunkManager::findIntersectingChunkKaloian Manassiev2017-02-271-2/+2
* SERVER-27382 Get rid of DBConfig::getChunkManagerOrPrimaryKaloian Manassiev2017-02-071-15/+8
* SERVER-27809 Move Chunk::splitIfShould to cluster_write.h/.cppKaloian Manassiev2017-01-301-100/+311
* SERVER-25665 Cleanup chunk metadata caching library dependenciesKaloian Manassiev2016-10-281-0/+302