summaryrefslogtreecommitdiff
path: root/src/mongo/s
Commit message (Expand)AuthorAgeFilesLines
...
* SERVER-33326 Remove applyChunkOpsDeprecated from the catalog clientMarcos José Grillo Ramirez2022-05-236-283/+0
* SERVER-66480 introduce joinMigration shard cmd to set a barrier on the Balanc...Paolo Polato2022-05-232-0/+43
* SERVER-60039 Remove fallback splitVector call once v6.0 branches outAllison Easton2022-05-231-39/+6
* SERVER-64350 Remove default continuation value from auto_split_vector.idlAllison Easton2022-05-201-1/+0
* SERVER-65530 Get rid of more usages of the legacy ChunkVersion formatKaloian Manassiev2022-05-203-76/+3
* SERVER-63109 Change CollectionCatalog::_databaseProfileSettings to be keyed b...Sophia Tan2022-05-191-1/+1
* SERVER-65816 Change balancer policy to balance on data size rather than numbe...Pierlauro Sciarelli2022-05-192-0/+85
* SERVER-65530 Get rid of ChunkVersionArrayWronglyEncodedAsBSONObjFormatKaloian Manassiev2022-05-175-33/+26
* SERVER-66472 Pull the collection generation out of ChunkVersionKaloian Manassiev2022-05-176-39/+90
* SERVER-66120 Use consistent way to refer to FLE 2 encryption in user-facing m...Mark Benvenuto2022-05-171-1/+1
* SERVER-65777 Fix ns emitted for UMC commandsSara Golemon2022-05-161-1/+12
* SERVER-64352 mongo shell no longer built by defaultAlexander Neben2022-05-131-1/+2
* SERVER-65188: Check shard response ok in SessionsCollectionConfigServernandinibhartiyaMDB2022-05-121-1/+1
* SERVER-65641 Add test coverage for reaping a session with active TransactionP...Cheahuychou Mao2022-05-121-0/+6
* SERVER-59400 Revert "SERVER-55581: Return ScopedDbConnection to connection po...Amirsaman Memaripour2022-05-111-1/+0
* SERVER-61313 Remove unused ImplicitCreateCollectionException typedefSilvia Surroca2022-05-111-3/+0
* SERVER-66366 remove encryptionInformation after rewriting update and delete r...Davis Haupt2022-05-111-0/+3
* SERVER-66316 Make transactions API interact better with Client Side Operation...Jack Mulrow2022-05-112-9/+14
* SERVER-66317 Make owned bson copies for txn api threadsMark Benvenuto2022-05-101-1/+1
* SERVER-66205 Merge `WriteConflictException` and `TemporarilyUnavailableExcept...Amirsaman Memaripour2022-05-101-1/+1
* SERVER-64609 Rename instances of TenantDatabaseName to DatabaseNameHugh Tong2022-05-091-2/+1
* Revert "SERVER-66270 Set ExpressionContext::inMongos to true only on mongos"auto-revert-processor2022-05-072-5/+4
* SERVER-66270 Set ExpressionContext::inMongos to true only on mongosArun Banala2022-05-072-4/+5
* SERVER-64849: Return LogicalTime::kUninitialized instead of default-construct...Varun Ravichandran2022-05-062-0/+2
* SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue2022-05-06125-126/+370
* SERVER-63515 Remove unnecessary TODO from codebaseMarcos José Grillo Ramirez2022-05-051-1/+0
* SERVER-52604 normalize log.h inclusion semanticsBilly Donahue2022-05-042-6/+4
* SERVER-66095 Remove TenantId parameter from OplogEntry ctorsjannaerin2022-05-041-1/+0
* SERVER-62175 Mongos fails to attach RetryableWrite Error Label For Command In...Rachita Dhawan2022-05-042-45/+71
* SERVER-65810: Disable test-only cluster server parameters when enableTestComm...Varun Ravichandran2022-05-041-2/+21
* SERVER-54394 Remove `setAvoidSnapshotForRefresh_ForTest`Gregory Noma2022-05-032-29/+4
* SERVER-65278 added clang-tidy v4 builder and fixed clang-tidy v4 issues.Daniel Moody2022-04-2911-11/+11
* SERVER-65640 Add concurrency workload that performs resharding while there ar...Cheahuychou Mao2022-04-281-3/+2
* SERVER-54284 ExceptionFor<ErrorCodes::WriteConflict> should resolve to WriteC...Amirsaman Memaripour2022-04-281-5/+4
* SERVER-64970 Start generating new v2 resume token format for all events by de...Arun Banala2022-04-281-6/+8
* SERVER-62656 optional minmax for CSRS poolsBilly Donahue2022-04-256-9/+71
* SERVER-64608 Add tenantId to NamespaceStringjannaerin2022-04-251-1/+2
* SERVER-64817 Compute missing bound of moveRange within MigrationSourceManagerPierlauro Sciarelli2022-04-253-10/+10
* SERVER-60761 Move the global read-only flag to be an OperationContext functionGregory Wlodarek2022-04-227-5/+17
* SERVER-64986 Add concurrency workloads that test internal transactions using ...Cheahuychou Mao2022-04-221-8/+4
* SERVER-65407: Use admin database for applyOpsKshitij Gupta2022-04-222-2/+2
* SERVER-61782 SERVER-63835 Use futures in transaction API run implementation a...Jack Mulrow2022-04-204-40/+43
* SERVER-6491 Make dropIndexes take the distlock so it can never run in paralle...Randolph Tan2022-04-206-89/+44
* SERVER-65048 Support retryable writes in internal_transactions_test_commandSanika Phanse2022-04-191-2/+8
* SERVER-35512 Use unique_ptr in QuerySolutionNode::children and clone()David Percy2022-04-181-6/+4
* SERVER-55204 Error on fallthrough unless the attribute is usedAndrew Morrow2022-04-181-1/+1
* SERVER-64372 Clean up some wording in comments and logsBrett Nawrocki2022-04-141-1/+1
* SERVER-64372 Add parity $currentOp resharding donor fieldsBrett Nawrocki2022-04-141-3/+11
* SERVER-62479 Reap sessions for the same retryable write atomicallyCheahuychou Mao2022-04-132-17/+53
* SERVER-65246 log for waitInHello only if the fail point is setFrederic Vitzikam2022-04-131-6/+9