summaryrefslogtreecommitdiff
path: root/src/mongo/db/s/session_catalog_migration_source_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-76807 Avoid adding opTimes for non-retryable internal transactions to ...Cheahuychou Mao2023-05-161-2/+7
* SERVER-76720 Don't send session tied to the current moveChunk during session ...Randolph Tan2023-05-051-40/+41
* SERVER-76806 Make SessionCatalogMigrationSource new opTime processing ignore ...Cheahuychou Mao2023-05-041-3/+2
* SERVER-73375 Change DbClient fire-and-forget command functions to use Namespa...Sophia Tan2023-02-151-54/+43
* SERVER-73112 Expose function to construct NamespaceString in unit testsjannaerin2023-02-081-8/+8
* SERVER-72942 Change DBClient *Collection functions to use NamespaceString obj...Sophia Tan2023-02-041-1/+1
* SERVER-72946 Change DbClient *Index functions to use NamespaceString objectSophia Tan2023-02-031-1/+1
* SERVER-73238 Move some shard_key_pattern query methods out of 'grid'Kaloian Manassiev2023-01-311-2/+103
* SERVER-56186 Add counters in session migration codewenqinYe2022-12-011-2/+97
* SERVER-71544 Fix race condition on _sessionCatalogSource in LogOpShardingHand...wenqinYe2022-11-281-0/+40
* SERVER-69581 add performance-for-range-copy check to clang-tidyTrevor Guidry2022-09-201-6/+6
* SERVER-36334 Discontinue setting 'h' field in oplog entriesVesselina Ratcheva2022-08-251-1/+0
* SERVER-68214 move session_catalog*, session*, logical_session* to mongo/db/se...Shin Yee Tan2022-08-171-4/+4
* SERVER-67505 Move multi-doc transaction classes from mongo/db/ to mongo/db/tr...Shin Yee Tan2022-08-011-2/+2
* SERVER-68246 rewrite calls to boost::optional get and is_initializedBilly Donahue2022-07-271-3/+3
* SERVER-66565 Use hint with config.transactions partial index and allow creati...Jack Mulrow2022-05-251-0/+3
* SERVER-66095 Remove TenantId parameter from OplogEntry ctorsjannaerin2022-05-041-1/+0
* SERVER-65312 findAndModify pre/post image noop oplog entry should have the sa...Cheahuychou Mao2022-04-071-5/+16
* SERVER-65293 Chunk migration should only migrate internal sessions for retrya...Cheahuychou Mao2022-04-071-8/+135
* SERVER-64331 Chunk migration should not migrate internal sessions for non-ret...Cheahuychou Mao2022-03-241-2/+4
* SERVER-63494 Enable WouldChangeOwningShard update and findAndModify tests wit...Cheahuychou Mao2022-03-191-2/+2
* SERVER-63494 Transfer history for retryable transactions with more than one o...Cheahuychou Mao2022-03-191-0/+605
* SERVER-64413 Make SessionCatalogMigrationSource ignore internal transactions ...Cheahuychou Mao2022-03-161-18/+319
* SERVER-64291 Make session_catalog_migration_source_test.cpp assign an lsid an...Cheahuychou Mao2022-03-071-234/+436
* SERVER-62391 Add tenantId field to oplog entriesHugh Tong2022-01-281-0/+1
* SERVER-62233 Filter Rewritten No-Op Oplogs Outside Chunk Range In handleWrite...Luis Osta2022-01-141-0/+262
* SERVER-56185 Investigate possible improvements with session migration and a c...Allison Easton2021-10-151-0/+85
* SERVER-56630 Unittest OpObserverImpl and chunk migration for retryable findAn...Jason Chan2021-06-031-15/+89
* SERVER-55265 Extend SessionCatalogMigrationSourceTest to cover multiple state...Yuhong Zhang2021-04-281-6/+131
* SERVER-55194 Allow multiple statement ids per oplog entryGregory Noma2021-03-161-41/+41
* SERVER-49904 Create new oplog type to attach metadata during runtimeRandolph Tan2020-12-171-19/+22
* SERVER-49908 Update config.localReshardingOperations.recipient document follo...Randolph Tan2020-10-211-1/+2
* SERVER-49820 Allow setting destined recipient in oplog entriesjannaerin2020-08-031-1/+2
* SERVER-42589 Made the wall field in oplog_entry.idl a required fieldXuerui Fa2019-09-041-21/+20
* SERVER-39809 Remove the prepare root field of oplog entrySiyuan Zhou2019-05-211-10/+5
* SERVER-41074 Make decision to send pre/post image oplog the same as the decis...Randolph Tan2019-05-171-23/+304
* SERVER-40475 Migrate sentinel entry for retryable writes converted to transac...Matthew Saltz2019-05-021-20/+146
* SERVER-40169 OplogEntry constructor accepts prepare argumentBenety Goh2019-04-051-5/+10
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-38844 SessionMigrationSource should explicitly ignore config.transacti...Randolph Tan2019-02-071-0/+42
* SERVER-38371 Do not skip subsequent session records if one session's migratio...Kaloian Manassiev2018-12-051-3/+2
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-14/+16
* SERVER-36799 Move all transactions and retryable writes functionality from Se...Kaloian Manassiev2018-10-081-1/+2
* SERVER-33971 Generate session sentinel oplog entry with wall clock timeJack Mulrow2018-03-211-0/+2
* SERVER-32445 config.transactions table can get out of sync when the Transacti...Randolph Tan2018-03-121-0/+1
* SERVER-32027 Fix unit-tests which rely on having a valid wallclock timeKaloian Manassiev2017-11-201-20/+10
* SERVER-31356 update the following unit tests to not mutate OplogEntry after c...Benety Goh2017-11-071-131/+222
* SERVER-31281 Use separate wallclock time to track the last use of a transactionKaloian Manassiev2017-10-261-1/+28
* SERVER-30880 Handle migration of sessions with incomplete historyRandolph Tan2017-10-251-6/+125
* SERVER-31030 Make sure that _getNextSessionMods will only contain oplog entri...Randolph Tan2017-10-071-36/+44