summaryrefslogtreecommitdiff
path: root/src/mongo/db/s/session_catalog_migration_source.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-71544 Fix race condition on _sessionCatalogSource in LogOpShardingHand...wenqinYe2022-11-281-0/+7
* SERVER-68214 move session_catalog*, session*, logical_session* to mongo/db/se...Shin Yee Tan2022-08-171-1/+1
* SERVER-67505 Move multi-doc transaction classes from mongo/db/ to mongo/db/tr...Shin Yee Tan2022-08-011-2/+2
* SERVER-63494 Transfer history for retryable transactions with more than one o...Cheahuychou Mao2022-03-191-11/+42
* SERVER-64415 Make MigrationChunkClonerSourceLegacy not add pre/post image opT...Cheahuychou Mao2022-03-161-1/+1
* SERVER-62233 Filter Rewritten No-Op Oplogs Outside Chunk Range In handleWrite...Luis Osta2022-01-141-0/+13
* SERVER-56185 Investigate possible improvements with session migration and a c...Allison Easton2021-10-151-0/+12
* SERVER-56563: Downconvert `needsRetryImage` oplog entries for chunk migrations.Daniel Gottlieb2021-05-141-0/+3
* SERVER-42165 Replace uses of stdx::mutex with mongo::MutexBen Caimano2019-09-171-3/+4
* SERVER-41074 Make decision to send pre/post image oplog the same as the decis...Randolph Tan2019-05-171-1/+9
* SERVER-40475 Migrate sentinel entry for retryable writes converted to transac...Matthew Saltz2019-05-021-12/+15
* SERVER-40357 expand all calls to MONGO_DISALLOW_COPYINGBilly Donahue2019-03-281-2/+2
* SERVER-35219 Change the sleep on the destination side into a cond var wait on...Randolph Tan2019-03-201-2/+36
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-35658 Check for rollback at end of each session migration batchMatthew Saltz2018-07-241-0/+7
* SERVER-35115 Separate dbclientinterface.h into several parts, one per class.Henrik Edin2018-06-291-1/+1
* SERVER-34475 Get rid of unused sharding codeKaloian Manassiev2018-04-181-10/+0
* SERVER-32027 Fix unit-tests which rely on having a valid wallclock timeKaloian Manassiev2017-11-201-8/+8
* SERVER-30880 Handle migration of sessions with incomplete historyRandolph Tan2017-10-251-7/+40
* SERVER-31030 Make sure that _getNextSessionMods will only contain oplog entri...Randolph Tan2017-10-071-3/+32
* SERVER-31030 Use full OpTime instead of just Timestamps to refer to oplog ent...Randolph Tan2017-10-041-12/+17
* SERVER-30894/SERVER-31290 Implement command for transferring session informat...Randolph Tan2017-09-281-0/+1
* Revert "Revert "Revert "SERVER-30894 Implement command for transferring sessi...Randolph Tan2017-09-281-1/+0
* Revert "Revert "SERVER-30894 Implement command for transferring session infor...Randolph Tan2017-09-271-0/+1
* Revert "SERVER-30894 Implement command for transferring session information d...Greg McKeon2017-09-271-1/+0
* SERVER-30894 Implement command for transferring session information during mi...Randolph Tan2017-09-261-0/+1
* SERVER-30890 Implement infrastructure for extracting oplog entries that needs...Randolph Tan2017-09-071-0/+158