summaryrefslogtreecommitdiff
path: root/src/mongo/s/write_ops/batch_write_op.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-66289 Update write size estimation logic in DocumentSourceWriterMihai Andrei2022-08-161-44/+9
* Revert "SERVER-66289 Update write size estimation logic in DocumentSourceWriter"Uladzimir Makouski2022-07-281-9/+44
* SERVER-66289 Update write size estimation logic in DocumentSourceWriterMihai Andrei2022-07-271-44/+9
* SERVER-68246 rewrite calls to boost::optional get and is_initializedBilly Donahue2022-07-271-1/+1
* SERVER-66662 Block insertion into __safeContent__Shreyas Kalyan2022-06-171-0/+11
* SERVER-64872 Ensure `CollectionUUIDMismatch` from sharded `aggregate` does no...Gregory Noma2022-03-311-51/+8
* SERVER-64874 Make mongos return retriedStmtIdsCheahuychou Mao2022-03-291-0/+7
* SERVER-64520 Get rid of WriteErrorDetailKaloian Manassiev2022-03-291-51/+45
* Revert "SERVER-64520 Get rid of WriteErrorDetail"Kaloian Manassiev2022-03-241-45/+51
* SERVER-64520 Get rid of WriteErrorDetailKaloian Manassiev2022-03-241-51/+45
* SERVER-63327 Remove usages of StaleShardVersion from the migrations pathKaloian Manassiev2022-03-111-2/+2
* SERVER-63285 Ensure `CollectionUUIDMismatch` error from write commands does n...Gregory Noma2022-02-181-0/+103
* SERVER-63331 Remove useless methods from BatchCommandResponseKaloian Manassiev2022-02-071-4/+0
* SERVER-62445 Add collectionUUID parameter to write commandsMoustafa Maher Khalil2022-01-151-0/+1
* SERVER-61821 Retire usage of `OwnedPointerMap`Yuhong Zhang2022-01-131-26/+18
* SERVER-62247 Avoid making copies of the vector in TargetedWriteBatch::getWrit...Yuhong Zhang2021-12-231-17/+5
* SERVER-29262 Retire usage of `OwnedPointerVector` in `write_ops`.Faustoleyva542021-12-011-19/+22
* SERVER-58756 Store stmtIds for the operations in retryable internal transacti...Cheahuychou Mao2021-10-291-3/+4
* SERVER-57567 Update sharded passthrough suite to handle time series collectionsArun Banala2021-09-211-1/+2
* SERVER-52847 Make timestamp required in CollectionType and ShardCollectionTyp...Allison Easton2021-09-211-2/+2
* SERVER-59164 All write commands on sharded time-series namespace should trans...Arun Banala2021-08-311-5/+9
* SERVER-54975 Rename IDL parser classes to use CommandRequest and CommandReply...Bernard Gorman2021-04-021-15/+16
* SERVER-54824 Make mongos write size estimation respect hint fieldNikita Lapkov2021-03-191-0/+15
* SERVER-52778 Remove unused 'allowImplictCollectionCreate' from the routerKaloian Manassiev2021-03-041-2/+0
* SERVER-54585 Move support for `findAndModify` to the write_ops utilitiesKaloian Manassiev2021-02-181-18/+12
* SERVER-51070 Use the regular write path for writes to the Config ServerKaloian Manassiev2020-12-041-22/+31
* SERVER-47398 Rename runtime constants to legacyCharlie Swanson2020-12-011-2/+2
* SERVER-50505 Make the CatalogCache return ChunkManager(s) directlyKaloian Manassiev2020-09-011-1/+0
* SERVER-48775 Move all Sharding unit-tests that assume a MongoD to the db/s di...Kaloian Manassiev2020-06-211-1/+0
* SERVER-46717 Support let parameters for deletes in sharded environmentsEric Cox2020-06-111-1/+0
* SERVER-47740 Plumbing for construction of a full ExpressionContext in the sha...Eric Cox2020-06-011-1/+6
* SERVER-46981 Make the BatchWriteExecutor account for the potential size of th...Kaloian Manassiev2020-04-061-4/+18
* SERVER-47170 Get rid of Status returns from the NSTargeter APIKaloian Manassiev2020-03-311-1/+6
* SERVER-47151 Separate WriteOpTest(s) and ChunkManagerTest into separate .cpp ...Kaloian Manassiev2020-03-311-4/+0
* SERVER-45100 Make the BatchWriteExecutor retry multi-writes only against unsu...Marcos José Grillo Ramírez2019-12-191-0/+5
* SERVER-43617 Add metrics on the mongos to indicate the number of shards targe...Janna Golden2019-12-171-0/+7
* SERVER-43712 mongos use ReadWriteConcernDefaults for WCKevin Pulo2019-11-061-0/+3
* SERVER-41949 Attach the databaseVersion on the write path on mongos"jannaerin2019-08-081-2/+27
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-11/+11
* SERVER-41676 Convert TransactionRouter to use observer pattern to synchronize...Blake Oler2019-06-271-1/+1
* SERVER-41071 Replace NULL and 0 with nullptrA. Jesse Jiryu Davis2019-06-141-7/+7
* SERVER-39339 Remove `stdx/memory.h`ADAM David Alan Martin2019-06-101-3/+3
* SERVER-41316 Account for constants in UpdateOpEntry size estimateCharlie Swanson2019-05-311-3/+10
* SERVER-40406 Add support for $$NOW and $$CLUSTER_TIME in the update commandBernard Gorman2019-05-171-1/+4
* SERVER-40052 Remove unnecessary invariant in BatchWriteOp invariantBlake Oler2019-04-241-5/+0
* SERVER-40346 Use AlternativeSessionRegion to insert config documents as retry...Blake Oler2019-04-161-2/+2
* SERVER-40495 Cleanup manually allocated memory inside BatchWriteOp::targetBat...Randolph Tan2019-04-121-2/+4
* SERVER-40381 Add the ability to specify a pipeline to an update commandJames Wahlin2019-04-111-7/+4
* SERVER-39175 Transactional bulkWrite error missing writeErrors (mongos)Randolph Tan2019-04-031-11/+16
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0