summaryrefslogtreecommitdiff
path: root/src/mongo/db/s/session_catalog_migration_destination_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-36334 Discontinue setting 'h' field in oplog entriesVesselina Ratcheva2022-08-251-1/+0
* SERVER-68215 MongoDSessionCatalog constructor accepts MongoDSessionCatalogTra...Benety Goh2022-08-251-1/+5
* SERVER-68215 check out mongod sessions through MongoDSessionCatalogBenety Goh2022-08-241-23/+44
* SERVER-68215 make MongoDSessionCatalog a decoration on ServiceContextBenety Goh2022-08-231-1/+3
* SERVER-68214 move session_catalog*, session*, logical_session* to mongo/db/se...Shin Yee Tan2022-08-171-5/+5
* SERVER-67505 Move multi-doc transaction classes from mongo/db/ to mongo/db/tr...Shin Yee Tan2022-08-011-3/+3
* SERVER-62923 Change DB lock RAII types to use DatabaseNamejannaerin2022-07-151-1/+1
* SERVER-65947 MigrationDestinationManager must recover if an error occurs duri...Jordi Serra Torrens2022-05-171-31/+64
* SERVER-66095 Remove TenantId parameter from OplogEntry ctorsjannaerin2022-05-041-1/+0
* 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-10/+7
* SERVER-62050 Remove _opCtx from AutoGetCollectionFaustoleyva542022-01-051-2/+2
* SERVER-59512 add new, cleaner query interface to DBClientBaseDavid Storch2021-11-101-2/+2
* SERVER-60529 Make TransactionParticipant take in txnNumberAndRetryCounter ins...Jason Zhang2021-11-031-13/+6
* SERVER-58752 Support retrying internal transactions on transient transaction ...Cheahuychou Mao2021-09-011-4/+15
* SERVER-58670 Tighten up what kind of BSON the 'Query' type can be wrapped aroundIrina Yatsenko2021-08-231-1/+1
* SERVER-56630 Unittest OpObserverImpl and chunk migration for retryable findAn...Jason Chan2021-06-031-10/+200
* SERVER-55264 Extend SessionCatalogMigrationDestinationTest to cover multiple ...Yuhong Zhang2021-04-261-3/+69
* SERVER-54975 Rename IDL parser classes to use CommandRequest and CommandReply...Bernard Gorman2021-04-021-3/+3
* SERVER-55194 Allow multiple statement ids per oplog entryGregory Noma2021-03-161-71/+72
* SERVER-50871 Add logging to SessionCatalogMigrationDestination to make it eas...Jason Zhang2021-01-221-28/+28
* SERVER-53227 Move the DistLockManager to only be available on MongoDKaloian Manassiev2021-01-031-3/+2
* SERVER-49904 Create new oplog type to attach metadata during runtimeRandolph Tan2020-12-171-34/+35
* SERVER-49908 Update config.localReshardingOperations.recipient document follo...Randolph Tan2020-10-211-1/+2
* SERVER-50317 Const correct uses of CollectionHenrik Edin2020-09-021-1/+2
* SERVER-48477 move CRUD interface into PlanExecutorDavid Storch2020-08-311-1/+1
* SERVER-48312 Remove support for 'supportsDocLocking = false'Gregory Wlodarek2020-08-041-5/+1
* SERVER-49820 Allow setting destined recipient in oplog entriesjannaerin2020-08-031-16/+17
* SERVER-38987 Replace ephemeralForTest storage engine with biggie implementationHenrik Edin2020-07-171-0/+2
* SERVER-48775 Move all Sharding unit-tests that assume a MongoD to the db/s di...Kaloian Manassiev2020-06-211-2/+1
* SERVER-48775 Run dos2unix on two sharding test files with CRLF line endingsKaloian Manassiev2020-06-151-1770/+1770
* SERVER-45781 Throw Stale Shard Version when collection is unknown on getColle...Marcos José Grillo Ramírez2020-04-081-1760/+1770
* SERVER-42589 Made the wall field in oplog_entry.idl a required fieldXuerui Fa2019-09-041-3/+3
* SERVER-41469 Enforce w:1 for creation of transactions table on step-upJason Chan2019-07-011-1/+4
* SERVER-39339 Remove `stdx/memory.h`ADAM David Alan Martin2019-06-101-3/+4
* SERVER-39809 Remove the prepare root field of oplog entrySiyuan Zhou2019-05-211-19/+17
* SERVER-40169 OplogEntry constructor accepts prepare argumentBenety Goh2019-04-051-17/+19
* SERVER-39847 Migrating session info can trigger fassert when destination shar...Randolph Tan2019-02-271-14/+67
* SERVER-38810 Use Session's concurrency control rules instead of internal mute...Andy Schwerin2019-02-151-28/+24
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-38335 Make killAllSessions not attach the lsid from request to Operati...Randolph Tan2019-02-041-1/+2
* SERVER-38810 Simplify correct usage of locking in Session/SessionCatalog.Andy Schwerin2019-01-101-77/+117
* SERVER-37700 Remove thread names that include whitespacesJonathan Ma2019-01-081-1/+1
* SERVER-38713 Get rid of transaction number equality checking from _makeUpdate...Kaloian Manassiev2018-12-221-16/+16
* SERVER-38713 Get rid of transaction number equality checking from checkStatem...Kaloian Manassiev2018-12-221-3/+3
* SERVER-38677 Remove the invalidations counter from TransactionParticipantKaloian Manassiev2018-12-181-1/+1
* SERVER-37923 Rename TransactionParticipant::getFromNonCheckedOutSession to be...Kaloian Manassiev2018-12-061-26/+20
* SERVER-37923 Make chunk migration check-out the sessionKaloian Manassiev2018-12-061-5/+5
* SERVER-38371 Do not skip subsequent session records if one session's migratio...Kaloian Manassiev2018-12-051-37/+124
* SERVER-37245 Do not access the SessionCatalog directly if not necessaryKaloian Manassiev2018-11-191-5/+0