summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl
Commit message (Expand)AuthorAgeFilesLines
* SERVER-65337 set minThreads to 0: TenantMigrationDonorService, TenantMigratio...Adityavardhan Agrawal2022-08-313-0/+43
* SERVER-68931 Drain oplog buffers before applying recipient configMatt Broadstone2022-08-316-193/+273
* SERVER-44137: ReplicationCoordinatorExternalStateImpl: clean up constantsKonstantin Trushin2022-08-301-18/+14
* SERVER-68342 Modify ServerParameter to take tenantIdGabriel Marks2022-08-302-3/+3
* SERVER-67892 Add _shardsvrCreateGlobalIndex commandJosef Ahmad2022-08-309-0/+26
* SERVER-69197 Clear lastCommitted and currentCommitted on splitMatt Broadstone2022-08-2910-78/+50
* SERVER-68215 move MongoDSessionCatalog into its own libraryBenety Goh2022-08-291-0/+10
* SERVER-69146 Mark 'loadBalanced' and 'serviceId' fields with 'stability:stable'Vesselina Ratcheva2022-08-291-2/+2
* SERVER-68826 Move logical_time into server_baseKaloian Manassiev2022-08-293-21/+16
* SERVER-66150: Share writer pool and client connection for file importChristopher Caplinger2022-08-265-76/+180
* SERVER-68826 Move basic_types into server_baseKaloian Manassiev2022-08-2621-23/+19
* SERVER-36334 Discontinue setting 'h' field in oplog entriesVesselina Ratcheva2022-08-2516-30/+5
* SERVER-67549 Change dropDatabase command path to use DatabaseNamejannaerin2022-08-252-3/+3
* SERVER-68964 Reset lastCommitted to blockTimestamp after splitMatt Broadstone2022-08-2510-35/+80
* SERVER-68215 MongoDSessionCatalog constructor accepts MongoDSessionCatalogTra...Benety Goh2022-08-256-9/+30
* SERVER-68621 Fix internal fields erroneously marked as stableVesselina Ratcheva2022-08-251-4/+4
* SERVER-68558: Mark command reply types with is_command_reply fieldErin McNulty2022-08-242-0/+2
* SERVER-68215 check out mongod sessions through MongoDSessionCatalogBenety Goh2022-08-247-19/+36
* SERVER-67634 Ensure that change collections are never used on configRishab Joshi2022-08-232-3/+3
* SERVER-65177 Use executor clock to calculate elapsed initial sync timeali-mir2022-08-233-4/+11
* SERVER-68421 Remove CommandHelper::parseNsCollectionRequired(StringData dbnam...Sophia Tan2022-08-231-3/+3
* SERVER-68215 make MongoDSessionCatalog a decoration on ServiceContextBenety Goh2022-08-238-9/+33
* SERVER-68899 Check FCV is initialized before checking that featureFlagRequire...jannaerin2022-08-232-6/+5
* SERVER-67900 Thread CollectionPtr into the onInsert OpObserverKaloian Manassiev2022-08-238-24/+12
* SERVER-68826 Fold tenant_id into the server_base libraryKaloian Manassiev2022-08-231-13/+8
* SERVER-68812 Prevent extra Stats copies in InitialSyncer::_appendInitialSyncP...Vesselina Ratcheva2022-08-221-2/+2
* SERVER-68833 did some tidy clang fixesJuan Gu2022-08-221-2/+4
* Revert "SERVER-67372 Make tenant migration recipient delete its state documen...Sophia Tan2022-08-223-71/+10
* SERVER-67372 Make tenant migration recipient delete its state document in its...Fernando Lisboa2022-08-193-10/+71
* SERVER-68651 Put isDowngrading to upgraded path under feature flagLuxi Liu2022-08-191-1/+2
* SERVER-67946 added downgrading->upgrading path sharding testsLuxi Liu2022-08-191-1/+1
* SERVER-59732 Remove the compatibility check for syncSourceHost in OplogQueryM...Wenbin Zhu2022-08-192-21/+1
* SERVER-67409 Change mongo::createCollection to take db nameSophia Tan2022-08-181-6/+6
* SERVER-66998 Do not allow WriteConflict exceptions to be thrown without contextFaustoleyva542022-08-183-4/+11
* SERVER-63845 Separate variable reference tracking from pipeline field depende...Nicholas Zolnierz2022-08-181-1/+1
* SERVER-66708 Ensure deserializer methods for IDL defined types that construct...Hugh Tong2022-08-183-7/+87
* SERVER-68826 Introduce the server_base libraryKaloian Manassiev2022-08-182-33/+20
* SERVER-68214 move session_catalog*, session*, logical_session* to mongo/db/se...Shin Yee Tan2022-08-1730-50/+50
* SERVER-67493 Rename TenantMigrationRecipient's _taskCompletionPromise to _for...Fernando Lisboa2022-08-173-58/+62
* SERVER-68848 explicit IDLParserContext unary ctorBilly Donahue2022-08-161-2/+2
* SERVER-66050 findSelfInConfig should attempt fast path for every HostAndPort ...Matthew Russotto2022-08-1610-7/+167
* SERVER-68835: Mark tenantId as optional for tenant migration cmdsChristopher Caplinger2022-08-163-8/+6
* SERVER-68808 Fix removal of ErrorCode::Interruption from Replseanzimm2022-08-162-7/+9
* SERVER-63454: Don't require tenantId for shard mergeChristopher Caplinger2022-08-1511-190/+194
* SERVER-68820 Move temp collection cleanup paths out of DatabaseKaloian Manassiev2022-08-153-17/+11
* SERVER-68635 Move the whole insert path out of CollectionImplKaloian Manassiev2022-08-159-54/+49
* SERVER-67644 fix racy std::string metricBilly Donahue2022-08-141-4/+5
* SERVER-66631 Implement command to enable and disable the change stream.Rishab Joshi2022-08-115-12/+491
* SERVER-68634 Move insertDocumentForBulkLoader out of CollectionImplKaloian Manassiev2022-08-112-18/+17
* SERVER-65236 Make tenant migration donor delete its state doc in its run methodEsha Maharishi2022-08-106-71/+79