summaryrefslogtreecommitdiff
path: root/src/mongo/db/s/session_catalog_migration_destination.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-36334 Discontinue setting 'h' field in oplog entriesVesselina Ratcheva2022-08-251-0/+3
* SERVER-68215 check out mongod sessions through MongoDSessionCatalogBenety Goh2022-08-241-1/+4
* SERVER-68826 Introduce the server_base libraryKaloian Manassiev2022-08-181-1/+1
* SERVER-68728 Add failpoint activation condition for mixed version clustersAbdul Qadeer2022-08-171-1/+4
* SERVER-68214 move session_catalog*, session*, logical_session* to mongo/db/se...Shin Yee Tan2022-08-171-2/+2
* SERVER-67492 Skip updating txn table for op=n when o2 is emptyAbdul Qadeer2022-08-021-3/+13
* SERVER-67505 Move multi-doc transaction classes from mongo/db/ to mongo/db/tr...Shin Yee Tan2022-08-011-1/+1
* SERVER-68246 rewrite calls to boost::optional get and is_initializedBilly Donahue2022-07-271-1/+1
* SERVER-62918 Change DBLock to use DatabaseNamejannaerin2022-06-271-1/+1
* SERVER-65947 MigrationDestinationManager must recover if an error occurs duri...Jordi Serra Torrens2022-05-171-7/+23
* SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue2022-05-061-1/+3
* SERVER-54284 ExceptionFor<ErrorCodes::WriteConflict> should resolve to WriteC...Amirsaman Memaripour2022-04-281-1/+1
* SERVER-63494 Enable WouldChangeOwningShard update and findAndModify tests wit...Cheahuychou Mao2022-03-191-1/+6
* SERVER-63494 Transfer history for retryable transactions with more than one o...Cheahuychou Mao2022-03-191-1/+6
* SERVER-63366 Basic retryability support for findAndModify WCOS with transacti...Jack Mulrow2022-02-081-0/+4
* SERVER-62233 Filter Rewritten No-Op Oplogs Outside Chunk Range In handleWrite...Luis Osta2022-01-141-4/+2
* SERVER-61105 Fixed log spam in moveChunk session migrationMatt Boros2022-01-061-9/+8
* SERVER-60529 Make TransactionParticipant take in txnNumberAndRetryCounter ins...Jason Zhang2021-11-031-3/+2
* SERVER-58752 Support retrying internal transactions on transient transaction ...Cheahuychou Mao2021-09-011-1/+5
* SERVER-56563: Downconvert `needsRetryImage` oplog entries for chunk migrations.Daniel Gottlieb2021-05-141-0/+17
* 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