summaryrefslogtreecommitdiff
path: root/src/mongo/s/write_ops
Commit message (Expand)AuthorAgeFilesLines
* SERVER-73112 Expose function to construct NamespaceString in unit testsjannaerin2023-02-086-40/+42
* SERVER-73469 Remove dependency of the ChunkManager on QueryKaloian Manassiev2023-02-032-2/+1
* SERVER-72637: Implement the skeleton of BulkWriteExec on mongosLingzhi Deng2023-01-319-62/+330
* SERVER-73238 Move some shard_key_pattern query methods out of 'grid'Kaloian Manassiev2023-01-312-35/+3
* SERVER-72084 Handle properly assigning sample idsJason Zhang2023-01-261-2/+22
* SERVER-72854 Feature flag fetching indexes in catalog cacheAllison Easton2023-01-181-6/+9
* SERVER-72609 Append other command information to the command object passed to...Jason Zhang2023-01-103-33/+17
* SERVER-72451 Explicitly set the status for the no-op BatchedCommandResponseJason Zhang2023-01-031-1/+5
* SERVER-69920 Implement two phase protocol for updateOne and deleteOneJason Zhang2022-12-292-26/+100
* SERVER-71981 Write a two phase write protocol helperJason Zhang2022-12-143-0/+99
* SERVER-71932 Refactor executeBatch logic in batch_write_execJason Zhang2022-12-091-213/+266
* SERVER-71896 Validate if a query with _id or shard key is directly targetable...Jason Zhang2022-12-085-28/+202
* SERVER-65677: Use validate repair mode to fix duplicate keysWill Buerger2022-12-081-3/+3
* SERVER-70382 Replace boost::none index versions with the actual index version...Allison Easton2022-11-232-1/+9
* SERVER-71456 Update and delete size estimation logic should account for 'samp...Mihai Andrei2022-11-221-30/+6
* SERVER-71340 Change helper function in write_one_without_shard_keysphanse992022-11-225-60/+143
* SERVER-68722 Improved error handling for updates when one shard throws retrya...Mohammad Dashti2022-11-222-92/+171
* SERVER-71403 Detect write without shard key in batch_write_exec.cpp and parse...Jason Zhang2022-11-211-0/+31
* SERVER-71396 Have batch write op detect a write without shard keyJason Zhang2022-11-216-10/+345
* SERVER-69802 Support sampling write queries on sharded clustersCheahuychou Mao2022-11-033-3/+19
* SERVER-70090 Replace CollectionGeneration with UUID in CollectionIndexesAllison Easton2022-10-246-117/+117
* SERVER-68755 Implement ChunkManagerTargeter outputting chunk rangesIsrael Hsu2022-10-171-20/+49
* SERVER-69708 Detect a write without a shard key or _idJason Zhang2022-10-134-0/+208
* SERVER-68357: Have CollectionUUIDMismatchInfo use DatabaseNameAdityavardhan Agrawal2022-09-291-1/+1
* SERVER-69033 Remove ChunkVersion only constructor from ShardVersionAllison Easton2022-09-018-224/+366
* SERVER-69245 Fix compilation of unittests with C++20Allison Easton2022-08-311-1/+1
* SERVER-68891 StaleConfigInfo should use shard versionAllison Easton2022-08-265-38/+38
* SERVER-68214 move session_catalog*, session*, logical_session* to mongo/db/se...Shin Yee Tan2022-08-174-4/+4
* SERVER-66289 Update write size estimation logic in DocumentSourceWriterMihai Andrei2022-08-161-44/+9
* SERVER-67400 Create ShardVersion typeAllison Easton2022-07-292-4/+4
* 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-273-4/+4
* SERVER-67709 rename visit_helperBilly Donahue2022-07-062-16/+16
* SERVER-64449 Get rid of all references to OBSOLETE_StaleShardVersionKaloian Manassiev2022-06-242-14/+1
* SERVER-64449 Get rid of the gFeatureFlagNewWriteErrorExceptionFormat flagKaloian Manassiev2022-06-224-162/+139
* SERVER-67400 Introduce a CollectionPlacement component of the collection versionKaloian Manassiev2022-06-211-4/+2
* SERVER-66662 Block insertion into __safeContent__Shreyas Kalyan2022-06-171-0/+11
* SERVER-65530 Get rid of the old ChunkVersion serialization formatsKaloian Manassiev2022-06-162-3/+4
* SERVER-66205 Merge `WriteConflictException` and `TemporarilyUnavailableExcept...Amirsaman Memaripour2022-05-101-1/+1
* SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue2022-05-061-1/+3
* SERVER-65278 added clang-tidy v4 builder and fixed clang-tidy v4 issues.Daniel Moody2022-04-292-2/+2
* SERVER-54284 ExceptionFor<ErrorCodes::WriteConflict> should resolve to WriteC...Amirsaman Memaripour2022-04-281-5/+4
* SERVER-65491 Use the new ChunkVersion format in the positional pathsKaloian Manassiev2022-04-133-2/+7
* SERVER-65160 Make StaleShardVersion as obsoleteKaloian Manassiev2022-04-045-10/+32
* SERVER-64872 Ensure `CollectionUUIDMismatch` from sharded `aggregate` does no...Gregory Noma2022-03-311-51/+8
* SERVER-64874 Make mongos return retriedStmtIdsCheahuychou Mao2022-03-294-0/+16
* SERVER-64520 Get rid of WriteErrorDetailKaloian Manassiev2022-03-2914-882/+462
* Revert "SERVER-64520 Get rid of WriteErrorDetail"Kaloian Manassiev2022-03-2414-459/+881
* SERVER-64520 Get rid of WriteErrorDetailKaloian Manassiev2022-03-2414-881/+459