summaryrefslogtreecommitdiff
path: root/src/mongo/db/s/session_catalog_migration_destination.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-211-1/+1
* SERVER-42165 Replace uses of stdx::mutex with mongo::MutexBen Caimano2019-09-171-9/+9
* SERVER-43174 Make migration destination threads killableRandolph Tan2019-09-131-2/+2
* SERVER-42589 Made the wall field in oplog_entry.idl a required fieldXuerui Fa2019-09-041-5/+1
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-26/+11
* SERVER-35353: Use MutableOplogEntry class to build up oplog entries progressi...Lingzhi Deng2019-07-081-53/+37
* SERVER-36529 OpObservers for session operations should pass SessionTxnRecordJudah Schvimer2019-06-251-2/+7
* SERVER-39338 Remove `stdx/functional.h`ADAM David Alan Martin2019-06-101-1/+2
* SERVER-39809 Remove the prepare root field of oplog entrySiyuan Zhou2019-05-211-1/+0
* SERVER-40763 Remove the inTxn field from oplog entriesJason Chan2019-05-151-1/+0
* SERVER-40475 Migrate sentinel entry for retryable writes converted to transac...Matthew Saltz2019-05-021-1/+1
* SERVER-35219 Change the sleep on the destination side into a cond var wait on...Randolph Tan2019-03-201-3/+7
* SERVER-39847 Migrating session info can trigger fassert when destination shar...Randolph Tan2019-02-271-7/+6
* SERVER-39431 Write oplog entries with "inTxn" field before commit for large t...Matthew Russotto2019-02-221-0/+1
* SERVER-38810 Use Session's concurrency control rules instead of internal mute...Andy Schwerin2019-02-151-4/+4
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-38810 Simplify correct usage of locking in Session/SessionCatalog.Andy Schwerin2019-01-101-57/+64
* SERVER-38713 Get rid of transaction number equality checking from _makeUpdate...Kaloian Manassiev2018-12-221-1/+1
* SERVER-38713 Get rid of transaction number equality checking from checkStatem...Kaloian Manassiev2018-12-221-3/+20
* SERVER-38677 Remove the invalidations counter from TransactionParticipantKaloian Manassiev2018-12-181-1/+1
* SERVER-37923 Rename TransactionParticipant::getFromNonCheckedOutSession to be...Kaloian Manassiev2018-12-061-2/+1
* SERVER-37923 Make chunk migration check-out the sessionKaloian Manassiev2018-12-061-1/+1
* SERVER-38371 Do not skip subsequent session records if one session's migratio...Kaloian Manassiev2018-12-051-82/+77
* 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-7/+7
* SERVER-34882 Support creating instances with all required fields in IDLMark Benvenuto2018-09-141-1/+1
* SERVER-35900 Refactor transaction machinery out from Session classRandolph Tan2018-08-081-0/+5
* SERVER-34414 Create system indexes using the normal index creation and replic...Matthew Russotto2018-07-031-1/+2
* SERVER-34824 Make prepareTransaction command write a prepare oplog entry and ...Judah Schvimer2018-06-071-1/+2
* SERVER-34159: Redact MigrationDestinationManager messagesSpencer Jackson2018-06-051-1/+1
* SERVER-32880 create onMigrateBeginOnPrimary helperPavithra Vetriselvan2018-02-141-14/+3
* SERVER-32070 migrate some easy stdx::bind to lambdas (pt3)Billy Donahue2017-12-141-2/+1
* SERVER-31566 Handle truncated oplog at session load timeKaloian Manassiev2017-10-301-15/+18
* SERVER-31566 Pull the session transaction fetch logic into a separate functionKaloian Manassiev2017-10-301-7/+7
* SERVER-31281 Use separate wallclock time to track the last use of a transactionKaloian Manassiev2017-10-261-45/+43
* SERVER-31678 Thread through the operation wall-clock time for oplog entriesKaloian Manassiev2017-10-251-0/+5
* Revert "SERVER-31678 Thread through the operation wall-clock time for oplog e...Judah Schvimer2017-10-251-5/+0
* SERVER-31678 Thread through the operation wall-clock time for oplog entriesKaloian Manassiev2017-10-251-0/+5
* Revert "SERVER-31678 Thread through the operation wall-clock time for oplog e...Judah Schvimer2017-10-251-5/+0
* Revert "SERVER-31281 Use separate wallclock time to track the last use of a t...Judah Schvimer2017-10-251-43/+45
* SERVER-31281 Use separate wallclock time to track the last use of a transactionKaloian Manassiev2017-10-251-45/+43
* SERVER-31678 Thread through the operation wall-clock time for oplog entriesKaloian Manassiev2017-10-251-0/+5
* SERVER-30880 Handle migration of sessions with incomplete historyRandolph Tan2017-10-251-4/+11
* SERVER-31347 Remove SessionCatalogMigrationDestination::waitUntilReadyToCommi...Randolph Tan2017-10-191-7/+0
* SERVER-31030 Use full OpTime instead of just Timestamps to refer to oplog ent...Randolph Tan2017-10-041-58/+65
* SERVER-31367 Ignore _getNextSessionMods CommandNotFound errorsRandolph Tan2017-10-041-0/+7
* SERVER-30894/SERVER-31290 Implement command for transferring session informat...Randolph Tan2017-09-281-37/+83
* Revert "Revert "Revert "SERVER-30894 Implement command for transferring sessi...Randolph Tan2017-09-281-72/+35
* Revert "SERVER-31290 Race in SessionCatalogMigrationDestination can cause it ...Ian Whalen2017-09-281-11/+2
* SERVER-31290 Race in SessionCatalogMigrationDestination can cause it to miss ...Randolph Tan2017-09-271-2/+11