summaryrefslogtreecommitdiff
path: root/src/mongo/s/write_ops/batch_write_exec.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-65491 Use the new ChunkVersion format in the positional pathsKaloian Manassiev2022-04-131-0/+2
* SERVER-65160 Make StaleShardVersion as obsoleteKaloian Manassiev2022-04-041-2/+3
* SERVER-64520 Get rid of WriteErrorDetailKaloian Manassiev2022-03-291-31/+26
* Revert "SERVER-64520 Get rid of WriteErrorDetail"Kaloian Manassiev2022-03-241-26/+31
* SERVER-64520 Get rid of WriteErrorDetailKaloian Manassiev2022-03-241-31/+26
* SERVER-63331 Remove unnecessary conversion between BSON and WriteError IDLKaloian Manassiev2022-02-271-1/+0
* SERVER-63331 Remove useless methods from BatchCommandResponseKaloian Manassiev2022-02-071-2/+1
* SERVER-61821 Retire usage of `OwnedPointerMap`Yuhong Zhang2022-01-131-10/+6
* SERVER-61365 - adding unit test for batch writes resulting in tenantMigration...mathisbessamdb2021-11-171-0/+7
* SERVER-61166 Update batched write path on mongos mongoq to handle TenantMigra...mathisbessamdb2021-11-101-1/+0
* SERVER-59164 All write commands on sharded time-series namespace should trans...Arun Banala2021-08-311-2/+2
* SERVER-58271 Stop forcing collection version refreshes in chunk manager targeterTommaso Tocci2021-07-071-3/+6
* SERVER-58266 Stop forcing database version refreshes in chunk manager targeterTommaso Tocci2021-07-051-5/+9
* SERVER-53624 Make mongos return RetryableWriteError label when retryable writ...Cheahuychou Mao2021-05-261-0/+9
* SERVER-48571 Write operation might invariant if a target error happens and a ...Marcos José Grillo Ramírez2020-11-061-48/+29
* SERVER-48174 Add log component and LOGV2 messages in server to measure latenc...Allison Easton2020-06-251-0/+18
* SERVER-46717 Support let parameters for deletes in sharded environmentsEric Cox2020-06-111-1/+0
* SERVER-47735 change mongo source over to logv2Billy Donahue2020-04-261-1/+1
* SERVER-46799 Fix LOGV2 lines in the BatchWriteExecutorKaloian Manassiev2020-04-051-44/+36
* SERVER-47170 Get rid of Status returns from the NSTargeter APIKaloian Manassiev2020-03-311-16/+14
* SERVER-46431 Attach lsid and txnNumber to commands sent through ReplicaSetNod...Gregory Noma2020-02-281-11/+2
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-211-1/+0
* SERVER-45869 automatically converted structured loggingGabriel Russell2020-02-131-22/+67
* SERVER-45414 Remove CannotImplicitlyCreateCollection retry logic on mongosMihai Andrei2020-01-161-15/+0
* SERVER-43617 Add metrics on the mongos to indicate the number of shards targe...Janna Golden2019-12-171-0/+12
* SERVER-41245: Add RetryableWriteError error labelLingzhi Deng2019-11-061-2/+2
* SERVER-41949 Attach the databaseVersion on the write path on mongos"jannaerin2019-08-081-7/+27
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-9/+4
* SERVER-39175 Transactional bulkWrite error missing writeErrors (mongos)Randolph Tan2019-04-031-11/+54
* SERVER-39836 Allow updates to document shard key value if write is in transac...jannaerin2019-03-201-2/+3
* SERVER-34733 mongos needs to also refresh db version after receiving onImplic...Randolph Tan2019-02-141-0/+6
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-38092 Additional logging for cluster writer and chunk manager targeterNick Zolnierz2018-11-121-0/+4
* SERVER-37347 Distinguish retryable writes from writes in a transaction on mongosJack Mulrow2018-10-291-3/+12
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-36589 Reorganize libraries and fold s/transaction to s/Randolph Tan2018-09-261-1/+1
* SERVER-37016 Don't stash TransactionRouter inside ShardingTaskExecutorRandolph Tan2018-09-211-8/+9
* SERVER-36557 Compute atClusterTime for cluster batch writes and findAndModifyJack Mulrow2018-09-061-0/+13
* SERVER-36015 Remove references to system.namespaces and system.indexesDianna Hohensee2018-08-291-1/+1
* SERVER-32198 Add support for an optional `vWanted` to StaleConfigInfoKaloian Manassiev2018-06-271-1/+3
* SERVER-34016 Add number of contacted shards to the mongos slow query logBernard Gorman2018-03-281-0/+10
* SERVER-32615 Make user write commands in sharded cluster go through _configCr...Randolph Tan2018-02-231-0/+9
* SERVER-32617 Fix code that reconstructs status with just code and stringMathias Stearn2018-01-171-5/+2
* SERVER-32684 Make mongos write command objects hold Status directlyMathias Stearn2018-01-171-3/+1
* SERVER-28992 Cleanup and remove unused code from write commandsKaloian Manassiev2017-12-221-10/+9
* SERVER-31873 Make mongos retry findAndModify with txnNumberKaloian Manassiev2017-11-111-6/+3
* SERVER-28916 Make mongos automatically retry failed retryable writesJack Mulrow2017-11-071-1/+2
* SERVER-28875 make the ARS take a RetryPolicyEsha Maharishi2017-09-131-1/+2
* SERVER-28752 Use IDL write_ops everywhere instead of Batched Insert/Update/De...Kaloian Manassiev2017-08-011-63/+53
* SERVER-28752 Use IDL for write commands parsingKaloian Manassiev2017-07-061-19/+33