summaryrefslogtreecommitdiff
path: root/src/mongo/db/s/session_catalog_migration_destination.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-55194 Allow multiple statement ids per oplog entryGregory Noma2021-03-161-5/+6
* SERVER-52921 Integrate config.txn cloner for resharding into RecipientStateMa...Randolph Tan2021-02-171-0/+4
* SERVER-50871 Add logging to SessionCatalogMigrationDestination to make it eas...Jason Zhang2021-01-221-2/+27
* SERVER-53672 Remove SessionCatalogMigrationDestination::_isStateChanged condi...Alexandre Bique2021-01-211-6/+0
* SERVER-52611 Update comment about when a chunk migration recipient's SessionC...Esha Maharishi2020-11-031-1/+3
* SERVER-49899 Create config.transactions cloner for resharding (merges txns)Eric Maynard2020-10-131-1/+1
* SERVER-50400 Migrating session info ignores ConfigurationInProgress instead o...Sergi Mateo Bellido2020-09-231-4/+0
* SERVER-50878 Coverity analysis defect 115286: Uninitialized scalar variableAlex Taskov2020-09-171-1/+1
* SERVER-43385 remove MMAPv1 referencesVishnu Kaushik2020-09-111-4/+3
* SERVER-50344 Rename Client methods to clarify that they are about being kille...Spencer T Brody2020-08-251-2/+7
* SERVER-47735 change mongo source over to logv2Billy Donahue2020-04-261-1/+1
* SERVER-40187 Remove waitsForNewOplog response field from _getNextSessionModsRandolph Tan2020-04-131-11/+0
* SERVER-46585 Move redact to logv2Henrik Edin2020-03-101-1/+1
* 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