summaryrefslogtreecommitdiff
path: root/src/mongo/s/write_ops/batch_write_exec_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-68755 Implement ChunkManagerTargeter outputting chunk rangesIsrael Hsu2022-10-171-20/+49
* SERVER-69033 Remove ChunkVersion only constructor from ShardVersionAllison Easton2022-09-011-138/+239
* SERVER-68891 StaleConfigInfo should use shard versionAllison Easton2022-08-261-23/+23
* SERVER-68214 move session_catalog*, session*, logical_session* to mongo/db/se...Shin Yee Tan2022-08-171-1/+1
* SERVER-64449 Get rid of the gFeatureFlagNewWriteErrorExceptionFormat flagKaloian Manassiev2022-06-221-103/+117
* SERVER-66205 Merge `WriteConflictException` and `TemporarilyUnavailableExcept...Amirsaman Memaripour2022-05-101-1/+1
* SERVER-54284 ExceptionFor<ErrorCodes::WriteConflict> should resolve to WriteC...Amirsaman Memaripour2022-04-281-5/+4
* SERVER-64520 Get rid of WriteErrorDetailKaloian Manassiev2022-03-291-174/+84
* Revert "SERVER-64520 Get rid of WriteErrorDetail"Kaloian Manassiev2022-03-241-84/+174
* SERVER-64520 Get rid of WriteErrorDetailKaloian Manassiev2022-03-241-174/+84
* SERVER-63491 Remove TxnNumberAndRetryCounter as a parameter for txnRouter.beg...Sanika Phanse2022-02-241-9/+6
* SERVER-60989 Make TransactionRouter take in txnNumberAndRetryCounter instead ...Sanika Phanse2021-11-201-9/+6
* SERVER-61365 - adding unit test for batch writes resulting in tenantMigration...mathisbessamdb2021-11-171-0/+257
* SERVER-60378 Rewrite some sharding tests to avoid using chunk versions with T...Allison Easton2021-10-081-12/+13
* SERVER-52847 Make timestamp required in CollectionType and ShardCollectionTyp...Allison Easton2021-09-211-215/+160
* SERVER-58752 Support retrying internal transactions on transient transaction ...Cheahuychou Mao2021-09-011-6/+12
* SERVER-58989 Make timestamp required in DatabaseVersionBase IDLAllison Easton2021-08-161-1/+1
* SERVER-54975 Rename IDL parser classes to use CommandRequest and CommandReply...Bernard Gorman2021-04-021-93/+93
* SERVER-52812 Unify the implicit createDatabase/enableSharding flowKaloian Manassiev2021-02-211-1/+1
* SERVER-53093 Add timestamp to ChunkVersionSergi Mateo Bellido2020-12-101-82/+172
* SERVER-51070 Use the regular write path for writes to the Config ServerKaloian Manassiev2020-12-041-51/+51
* SERVER-47398 Rename runtime constants to legacyCharlie Swanson2020-12-011-43/+47
* SERVER-52933 Add timestamp to the DatabaseVersion IDLSergi Mateo Bellido2020-11-241-2/+2
* SERVER-48571 Execute baton manually to ensure unittest terminationMarcos José Grillo Ramírez2020-11-071-0/+5
* SERVER-48571 Write operation might invariant if a target error happens and a ...Marcos José Grillo Ramírez2020-11-061-1/+415
* SERVER-48433 Remove LogicalClock facadeKevin Pulo2020-09-171-3/+0
* SERVER-50408 Change NotMaster error name to NotWritablePrimaryPavi Vetriselvan2020-09-031-2/+2
* SERVER-50217 change auth op observer to handle $v:1 and $v:2 updatesIan Boros2020-08-271-16/+31
* SERVER-49321 Make VectorClock::Component protectedPierlauro Sciarelli2020-07-221-2/+1
* SERVER-49308 Allow to advance any VectorClock time for testingPierlauro Sciarelli2020-07-071-1/+2
* SERVER-48775 Make all `s_test` suites use the ShardingTestFixtureKaloian Manassiev2020-06-151-3/+2
* SERVER-47914 Move clusterTime from LogicalClock to VectorClockKevin Pulo2020-06-051-1/+3
* SERVER-47740 Plumbing for construction of a full ExpressionContext in the sha...Eric Cox2020-06-011-10/+173
* SERVER-47233 Consider WriteOp complete when no shards left to targetMarcos José Grillo Ramírez2020-04-071-0/+101
* SERVER-46981 Make the BatchWriteExecutor account for the potential size of th...Kaloian Manassiev2020-04-061-4/+42
* SERVER-47170 Get rid of Status returns from the NSTargeter APIKaloian Manassiev2020-03-311-4/+4
* SERVER-44587 Modify StaleConfigInfo to take in and store a shard's IDBlake Oler2020-01-061-8/+16
* SERVER-45100 Make the BatchWriteExecutor retry multi-writes only against unsu...Marcos José Grillo Ramírez2019-12-191-65/+567
* SERVER-41949 Attach the databaseVersion on the write path on mongos"jannaerin2019-08-081-6/+160
* SERVER-41676 Convert TransactionRouter to use observer pattern to synchronize...Blake Oler2019-06-271-2/+2
* SERVER-39339 Remove `stdx/memory.h`ADAM David Alan Martin2019-06-101-2/+2
* SERVER-39175 Transactional bulkWrite error missing writeErrors (mongos)Randolph Tan2019-04-031-36/+107
* SERVER-40170 Increase the sharding unit-tests async work future timeoutKaloian Manassiev2019-03-181-15/+15
* SERVER-39875 Make router process readOnly field in responses to transaction s...Esha Maharishi2019-03-131-42/+73
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-37344 Implement recovery token for retrying a commit command on a diff...Randolph Tan2018-12-171-1/+2
* SERVER-37245 Use the SessionCatalog to track sessions on MongoSKaloian Manassiev2018-11-191-5/+4
* SERVER-36813 Be careful when choosing default uniqueKeyCharlie Swanson2018-11-011-0/+39
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-37349 Later statements in a transaction should target shards using the...Jack Mulrow2018-10-191-1/+1