summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/tenant_oplog_applier_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-76085 Create createDatabaseName_forTest to be used in unit testingmathisbessamdb2023-04-171-2/+3
* Revert "SERVER-72622: Track TenantOplogApplier progress in replicated collect...Christopher Caplinger2023-04-101-757/+537
* SERVER-72622: Track TenantOplogApplier progress in replicated collectionChristopher Caplinger2023-04-081-537/+757
* SERVER-70007 Remove TODOs comments in tenant_oplog_applier_testSophia Tan2023-04-051-4/+0
* Revert "SERVER-72622: Track TenantOplogApplier progress in replicated collect...Suganthi Mani2023-03-281-605/+540
* SERVER-72622: Track TenantOplogApplier progress in replicated collectionChristopher Caplinger2023-03-211-540/+605
* SERVER-72197 Run clang-format 12.0.1 on the codebaseclang-format 12.0.12023-02-111-30/+50
* SERVER-73112 Expose function to construct NamespaceString in unit testsjannaerin2023-02-081-46/+108
* SERVER-72946 Change DbClient *Index functions to use NamespaceString objectSophia Tan2023-02-031-1/+1
* SERVER-71831 Ensure shard merge only copy the tenantIds providedDidier Nadeau2023-01-241-0/+66
* SERVER-70043 Thread-through CollectionPtr into the onDelete OpObserverJordi Serra Torrens2022-11-041-18/+14
* SERVER-70044 Thread-through CollectionPtr into the onUpdate OpObserverDaniel Gómez Ferro2022-10-281-2/+2
* SERVER-69499 Change callsites to use serialize and deserialize from Namespace...Adityavardhan Agrawal2022-10-101-3/+3
* SERVER-67155: serialize and deserialize namespaceString correctlyAdityavardhan Agrawal2022-09-191-2/+2
* SERVER-68215 MongoDSessionCatalog constructor accepts MongoDSessionCatalogTra...Benety Goh2022-08-251-1/+5
* SERVER-68215 check out mongod sessions through MongoDSessionCatalogBenety Goh2022-08-241-0/+2
* SERVER-66708 Ensure deserializer methods for IDL defined types that construct...Hugh Tong2022-08-181-1/+1
* SERVER-68214 move session_catalog*, session*, logical_session* to mongo/db/se...Shin Yee Tan2022-08-171-2/+2
* SERVER-64616: Install recipient access blocker when applying "create" entryChristopher Caplinger2022-08-041-1/+1
* SERVER-68378 remove all uses of optional_io.hppBilly Donahue2022-07-291-1/+0
* SERVER-63650 Change Locker::isDbLockedForMode to take in DatabaseNamejannaerin2022-07-111-3/+3
* SERVER-67507 Move op_observer files to op_observer directoryShin Yee Tan2022-07-081-2/+2
* SERVER-50301 Delete code which handles $v:1 update oplog entriesMihai Andrei2022-06-301-6/+13
* SERVER-66963 Improve performance of NamespaceString and DatabaseName construc...jannaerin2022-06-141-45/+72
* SERVER-66565 Use hint with config.transactions partial index and allow creati...Jack Mulrow2022-05-251-0/+7
* SERVER-61145 Shard merge protocol fetches and applies all donor oplog entries.Suganthi Mani2022-05-121-70/+280
* SERVER-64609 Rename instances of TenantDatabaseName to DatabaseNameHugh Tong2022-05-091-7/+7
* SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue2022-05-061-1/+3
* SERVER-64608 Add tenantId to NamespaceStringjannaerin2022-04-251-54/+53
* SERVER-65439: Conditionally set multikey paths when indexing recordsChristopher Caplinger2022-04-211-0/+42
* SERVER-64215 Interrupt OplogBufferMock::waitForData on shutdownTommaso Tocci2022-03-041-0/+34
* SERVER-60837 Remove CollectionUUID and OptionalCollectionUUID aliasesDaniel Gómez Ferro2021-12-021-9/+9
* SERVER-60690: Refactor OplogUpdateEntryArgs to use retryable FAM enum.Daniel Gottlieb2021-11-021-10/+4
* SERVER-31540 Get rid of boost::optional<UUID> from the OpObservers (Part 2)Kaloian Manassiev2021-10-191-1/+1
* SERVER-53777 Add idempotency targeted tests for tenant migration.Wenbin Zhu2021-05-051-2/+256
* SERVER-56373: Introduce `needsRetryImage` field to oplog entries. Refactor Op...Daniel Gottlieb2021-05-041-9/+11
* SERVER-55141: Add receiveStart and numOpsApplied to recipient currentOpLingzhi Deng2021-03-161-0/+2
* SERVER-48593 createIndexForApplyOps() should always relax index build constra...Bynn Lee2021-03-151-1/+1
* SERVER-54912: Use o2 field for tenant migration no-op writesLingzhi Deng2021-03-041-1/+1
* SERVER-53573 Remove _opTimeMapping and tests making sure we chain no-ops corr...Matthew Russotto2021-02-261-4/+0
* SERVER-54347 Allow createIndexes and dropIndexes through the tenant_oplog_app...Matthew Russotto2021-02-221-0/+63
* SERVER-49904 Create new oplog type to attach metadata during runtimeRandolph Tan2020-12-171-2/+2
* SERVER-52934 Tenant oplog applier typo error fix and unit test failure fix.Suganthi Mani2020-12-021-127/+127
* SERVER-50024 make tunable server parameters for TenantOplogProcessing constantsVishnu Kaushik2020-12-021-4/+13
* SERVER-52628 Tenant migration recipient no longer gives a false indication to...Suganthi Mani2020-11-061-1/+28
* SERVER-52624: Remove useless setOplogCollectionName and getOplogCollectionNam...Lingzhi Deng2020-11-061-1/+0
* SERVER-51246 Write a noop into the oplog buffer after each batch to ensure te...Judah Schvimer2020-10-291-0/+125
* SERVER-51704 Shut down executor explicitly in tenant_oplog_applier_testMatthew Russotto2020-10-211-0/+5
* SERVER-48811 Run cloners in MigrationServiceInstanceSuganthi Mani2020-10-071-20/+77
* SERVER-50984 Add CollectionPtr to replace usage of const Collection*Henrik Edin2020-09-261-2/+2