summaryrefslogtreecommitdiff
path: root/src/mongo/s/write_ops
Commit message (Expand)AuthorAgeFilesLines
* SERVER-62783 Use the 'any' form for the wrongly encoded positional formatKaloian Manassiev2022-01-261-1/+1
* SERVER-62783 Get rid of ChunkVersion::appendWithField/parseWithFieldKaloian Manassiev2022-01-241-1/+1
* SERVER-62783 Get rid of ChunkVersion::appendToCommand/parseFromCommandKaloian Manassiev2022-01-241-5/+6
* SERVER-62445 Add collectionUUID parameter to write commandsMoustafa Maher Khalil2022-01-151-0/+1
* SERVER-61821 Retire usage of `OwnedPointerMap`Yuhong Zhang2022-01-134-113/+71
* SERVER-62247 Avoid making copies of the vector in TargetedWriteBatch::getWrit...Yuhong Zhang2021-12-232-20/+10
* SERVER-29262 Retire usage of `OwnedPointerVector` in `write_ops`.Faustoleyva542021-12-015-50/+41
* SERVER-60989 Make TransactionRouter take in txnNumberAndRetryCounter instead ...Sanika Phanse2021-11-203-14/+11
* SERVER-61365 - adding unit test for batch writes resulting in tenantMigration...mathisbessamdb2021-11-173-1/+271
* SERVER-61166 Update batched write path on mongos mongoq to handle TenantMigra...mathisbessamdb2021-11-103-12/+3
* SERVER-58756 Store stmtIds for the operations in retryable internal transacti...Cheahuychou Mao2021-10-293-3/+89
* SERVER-60378 Rewrite some sharding tests to avoid using chunk versions with T...Allison Easton2021-10-082-25/+26
* SERVER-59618 add LockerMongos and LockerMongosClientObserver. Register in sha...Benety Goh2021-09-282-4/+20
* 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-214-232/+179
* SERVER-58752 Support retrying internal transactions on transient transaction ...Cheahuychou Mao2021-09-013-9/+18
* SERVER-59164 All write commands on sharded time-series namespace should trans...Arun Banala2021-08-315-9/+23
* SERVER-58989 Make timestamp required in DatabaseVersionBase IDLAllison Easton2021-08-161-1/+1
* SERVER-58399 Fix serialization logic for 'errInfo' field produced by Document...Mihai Andrei2021-08-113-8/+57
* SERVER-57446 fix clang-tidy header issues and add header-filterDaniel Moody2021-08-022-2/+2
* SERVER-58021 mongos should retry write upon getting ShardCannotRefreshDueToLo...Jordi Serra Torrens2021-07-211-1/+2
* SERVER-57095 Increase number of zones in resharding_large_number_of_initial_c...Luis Osta2021-07-202-4/+15
* 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-50454 Avoiding sending the "keyValue" field to drivers on duplicate ke...Denis Grebennicov2021-05-201-1/+1
* SERVER-54975 Rename IDL parser classes to use CommandRequest and CommandReply...Bernard Gorman2021-04-027-215/+224
* 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-043-20/+0
* SERVER-52812 Unify the implicit createDatabase/enableSharding flowKaloian Manassiev2021-02-2111-1698/+3
* SERVER-54585 Move support for `findAndModify` to the write_ops utilitiesKaloian Manassiev2021-02-181-18/+12
* SERVER-53060 Remove QueryRequest classRuoxin Xu2021-02-171-9/+11
* SERVER-54021 Optimize shouldBypassDocumentValidationForCommand for IDL typesBen Caimano2021-01-282-0/+6
* SERVER-54071 Deduplicate `BatchedCommandRequest build*Op` methods in the code...Pierlauro Sciarelli2021-01-272-0/+94
* SERVER-53547 Make use of return values in ShardRegistry APITommaso Tocci2020-12-311-2/+1
* SERVER-53093 Add timestamp to ChunkVersionSergi Mateo Bellido2020-12-141-1/+1
* SERVER-53093 Add timestamp to ChunkVersionSergi Mateo Bellido2020-12-103-96/+200
* SERVER-51070 Use the regular write path for writes to the Config ServerKaloian Manassiev2020-12-047-169/+178
* SERVER-51070 Move the ConfigServer ShardId constant to be under ShardIdKaloian Manassiev2020-12-031-2/+2
* SERVER-47398 Rename runtime constants to legacyCharlie Swanson2020-12-015-65/+70
* SERVER-53053 Get rid of the 'canThrowSSVOnIgnored' conditioning in ChunkVersionKaloian Manassiev2020-11-261-1/+0
* SERVER-52933 Add timestamp to the DatabaseVersion IDLSergi Mateo Bellido2020-11-244-11/+8
* 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-062-49/+444
* SERVER-51729 Confusing run-on error message in update shard targetingJason Zhang2020-11-031-9/+8
* SERVER-48433 Remove LogicalClock facadeKevin Pulo2020-09-171-3/+0
* SERVER-46199 Make the collection CatalogCache support causal consistencyMarcos José Grillo Ramírez2020-09-091-1/+1
* SERVER-50408 Change NotMaster error name to NotWritablePrimaryPavi Vetriselvan2020-09-031-2/+2
* SERVER-50505 Make the CatalogCache return ChunkManager(s) directlyKaloian Manassiev2020-09-013-72/+61
* SERVER-49703 Added libdep linter alphabetic rule and update all libdeps list ...Daniel Moody2020-08-271-1/+1