summaryrefslogtreecommitdiff
path: root/src/mongo/s/write_ops/batch_write_op.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-43617 Add metrics on the mongos to indicate the number of shards targe...Janna Golden2021-05-131-0/+7
* SERVER-45100 Make the BatchWriteExecutor retry multi-writes only against unsu...Marcos José Grillo Ramírez2020-01-141-0/+5
* SERVER-40346 Use AlternativeSessionRegion to insert config documents as retry...Blake Oler2019-06-041-2/+3
* SERVER-40052 Remove unnecessary invariant in BatchWriteOp invariantBlake Oler2019-06-041-5/+0
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-191-8/+10
* SERVER-34347 Create new batch when targeted writes batch includes same target...jannaerin2018-04-271-4/+31
* SERVER-32615 Make user write commands in sharded cluster go through _configCr...Randolph Tan2018-02-231-0/+2
* SERVER-32684 Make mongos write command objects hold Status directlyMathias Stearn2018-01-171-21/+21
* SERVER-28992 Get rid of unused code from the write commands testsKaloian Manassiev2017-12-281-0/+1
* SERVER-28992 Cleanup and remove unused code from write commandsKaloian Manassiev2017-12-221-99/+41
* SERVER-32372 Ensure per-shard write request size doesn't exceed the max allow...Kaloian Manassiev2017-12-181-8/+16
* SERVER-28752 Use IDL write_ops everywhere instead of Batched Insert/Update/De...Kaloian Manassiev2017-08-011-56/+88
* SERVER-28752 Get rid of all usages of Batched Insert/Update/Delete Request ou...Kaloian Manassiev2017-07-241-1/+1
* SERVER-28752 Remove methods specific to WriteCommandBase from BatchedCommandR...Kaloian Manassiev2017-07-191-24/+27
* SERVER-28752 Make legacy writes go through the new write code pathKaloian Manassiev2017-07-191-2/+2
* SERVER-28752 Use IDL for write commands parsingKaloian Manassiev2017-07-061-12/+8
* SERVER-28754 Make BatchWriteExec on mongos send txnNumber/stmtId in the expli...Kaloian Manassiev2017-06-191-0/+15
* SERVER-29464 Get rid of BSONSerializableKaloian Manassiev2017-06-081-9/+7
* Revert "SERVER-29464 Get rid of BSONSerializable"Max Hirschhorn2017-06-071-7/+9
* SERVER-29464 Get rid of BSONSerializableKaloian Manassiev2017-06-071-9/+7
* SERVER-28992 Make BatchWriteOp contain a vector of WriteOpKaloian Manassiev2017-04-291-94/+64
* SERVER-28992 Fold BatchWriteStats into BatchWriteOpKaloian Manassiev2017-04-271-39/+27
* SERVER-28992 Cleanup write commands executionKaloian Manassiev2017-04-271-224/+220
* SERVER-28164 make ClusterWrite::run path use ARS instead of DBClientMultiCommandEsha Maharishi2017-03-131-2/+3
* SERVER-27975 Remove many uses of `OwnedPointerVector`ADAM David Alan Martin2017-03-101-9/+10
* SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-071-2/+2
* SERVER-26194 Account for collation specification size in batch_write_op getWr...Marko Vojvodic2016-11-011-3/+8
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-1/+1
* SERVER-24111 Move WriteConcernErrorDetail under mongo/rpcKaloian Manassiev2016-05-101-1/+1
* SERVER-20498 Send config server optime to shards automatically on all command...Spencer T Brody2015-09-241-4/+2
* SERVER-19855 SERVER-20285 Make write commands send shard version information ...Spencer T Brody2015-09-171-6/+1
* SERVER-19855 Remove 'shardName' field from write commands' metadataKaloian Manassiev2015-08-181-1/+1
* SERVER-19855 Include min OpTime with shard versionKaloian Manassiev2015-08-171-3/+6
* Revert "SERVER-19855 Include min OpTime with shard version"Kaloian Manassiev2015-08-141-6/+3
* SERVER-19855 Include min OpTime with shard versionKaloian Manassiev2015-08-141-3/+6
* SERVER-19855 Make write_ops have their own SConscriptKaloian Manassiev2015-08-141-0/+2
* SERVER-19543 Thread OperationContext through to everywhere that accesses the ...Spencer T Brody2015-08-121-2/+3
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-699/+639
* SERVER-17309 Replace std::auto_ptr<T> with std::unique_ptr<T>Andrew Morrow2015-06-101-4/+4
* SERVER-18227 Add bypassDocumentValidation option to commands that need itMathias Stearn2015-05-141-0/+1
* SERVER-13256 Add usings and qualifications for names from namespace stdAndrew Morrow2015-01-151-0/+6
* SERVER-13518 break child batches up by size or number of documentsGreg Studer2014-04-111-15/+99
* SERVER-13001: fixup mongos side with mixed version shardsScott Hernandez2014-03-191-3/+11
* SERVER-13032 record write errors on failures of shards and lack of progressGreg Studer2014-03-161-47/+70
* SERVER-12950 don't mark writes as completed after errors in ordered batchGreg Studer2014-03-031-1/+14
* SERVER-12950 break ordered batches at first multi-shard opGreg Studer2014-03-031-19/+105
* SERVER-12664 Change nUpdated to nMatched in bulk api resultsRandolph Tan2014-02-131-3/+3
* SERVER-12367 detect halted progress in write command execution, report errorGreg Studer2014-01-231-8/+33
* SERVER-12274 fix write concern handling for batch downconversionGreg Studer2014-01-141-25/+40
* SERVER-12319 nDocsModified in write commands to nModifiedRandolph Tan2014-01-131-2/+2