summaryrefslogtreecommitdiff
path: root/src/mongo/db/s/session_catalog_migration_source.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-66992 Optimize how often SessionCatalog mutex is heldJack Mulrow2022-06-031-1/+1
* SERVER-66095 Remove TenantId parameter from OplogEntry ctorsjannaerin2022-05-041-3/+0
* SERVER-54284 ExceptionFor<ErrorCodes::WriteConflict> should resolve to WriteC...Amirsaman Memaripour2022-04-281-1/+1
* SERVER-65312 findAndModify pre/post image noop oplog entry should have the sa...Cheahuychou Mao2022-04-071-1/+1
* SERVER-65293 Chunk migration should only migrate internal sessions for retrya...Cheahuychou Mao2022-04-071-15/+35
* SERVER-64331 Chunk migration should not migrate internal sessions for non-ret...Cheahuychou Mao2022-03-241-13/+14
* SERVER-63494 Enable WouldChangeOwningShard update and findAndModify tests wit...Cheahuychou Mao2022-03-191-1/+1
* SERVER-63494 Transfer history for retryable transactions with more than one o...Cheahuychou Mao2022-03-191-65/+231
* SERVER-64413 Make SessionCatalogMigrationSource ignore internal transactions ...Cheahuychou Mao2022-03-161-1/+24
* SERVER-64415 Make MigrationChunkClonerSourceLegacy not add pre/post image opT...Cheahuychou Mao2022-03-161-17/+4
* SERVER-62609 Represent the w parameter of WriteConcernOptions as a variantMatt Broadstone2022-02-011-2/+3
* SERVER-62391 Add tenantId field to oplog entriesHugh Tong2022-01-281-0/+3
* SERVER-62233 Filter Rewritten No-Op Oplogs Outside Chunk Range In handleWrite...Luis Osta2022-01-141-5/+40
* SERVER-61385 Migrate callers of 'DBClientBase::query()' legacy API to the mod...David Storch2021-12-211-3/+3
* SERVER-59512 add new, cleaner query interface to DBClientBaseDavid Storch2021-11-101-8/+5
* SERVER-56185 Investigate possible improvements with session migration and a c...Allison Easton2021-10-151-0/+17
* SERVER-56127 Fixing retryable writes on update and delete commands to not exe...Bobby Morck2021-10-141-2/+1
* Revert "SERVER-56127 Fixing retryable writes on update and delete commands to...Ethan Zhang2021-10-131-1/+2
* SERVER-56127 Fixing retryable writes on update and delete commands to not exe...Bobby Morck2021-10-081-2/+1
* SERVER-58670 Tighten up what kind of BSON the 'Query' type can be wrapped aroundIrina Yatsenko2021-08-231-6/+6
* SERVER-56630 Unittest OpObserverImpl and chunk migration for retryable findAn...Jason Chan2021-06-031-1/+2
* SERVER-56563: Downconvert `needsRetryImage` oplog entries for chunk migrations.Daniel Gottlieb2021-05-141-4/+91
* SERVER-55194 Allow multiple statement ids per oplog entryGregory Noma2021-03-161-7/+6
* SERVER-49904 Create new oplog type to attach metadata during runtimeRandolph Tan2020-12-171-18/+19
* SERVER-51752 Remove incorrect comment from SessionCatalogMigrationSource::sta...Esha Maharishi2020-10-261-1/+0
* SERVER-49908 Update config.localReshardingOperations.recipient document follo...Randolph Tan2020-10-211-1/+2
* SERVER-48860 Create migration oplog applier class, writing no-ops onlyMatthew Russotto2020-08-171-1/+9
* SERVER-49820 Allow setting destined recipient in oplog entriesjannaerin2020-08-031-1/+2
* SERVER-41873 Remove most remaining uses of 'oplogReplay' flagDavid Storch2020-03-261-10/+4
* SERVER-45626: Introduce AutoGetOplog for consistent oplog locking rulesLingzhi Deng2020-03-131-1/+1
* SERVER-43641 upgrade random.hBilly Donahue2019-10-091-1/+1
* Revert "SERVER-43641 upgrade random.h"James Wahlin2019-10-021-1/+1
* SERVER-43641 upgrade random.hBilly Donahue2019-10-021-1/+1
* SERVER-42165 Replace uses of stdx::mutex with mongo::MutexBen Caimano2019-09-171-11/+11
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-4/+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-2/+1
* SERVER-41074 Make decision to send pre/post image oplog the same as the decis...Randolph Tan2019-05-171-5/+20
* SERVER-40475 Migrate sentinel entry for retryable writes converted to transac...Matthew Saltz2019-05-021-34/+70
* SERVER-40476 remove mongoutils::strBilly Donahue2019-04-091-1/+1
* SERVER-40169 OplogEntry constructor accepts prepare argumentBenety Goh2019-04-051-1/+2
* SERVER-35219 Change the sleep on the destination side into a cond var wait on...Randolph Tan2019-03-201-3/+57
* 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-1/+2
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-36799 Move all transactions and retryable writes functionality from Se...Kaloian Manassiev2018-10-081-8/+9
* SERVER-34882 Support creating instances with all required fields in IDLMark Benvenuto2018-09-141-1/+1
* SERVER-36224 Refactor Collection::updateDocument argsJustin Seyster2018-08-261-0/+1
* SERVER-36094 Make DBClientBase::query() take an NamespaceStringOrUUIDMatthew Russotto2018-08-141-1/+1
* SERVER-35745 _getNextSessionMods doesn't include oplogReplay flag to query ne...Randolph Tan2018-06-261-3/+8