summaryrefslogtreecommitdiff
path: root/src/mongo/db/s/migration_chunk_cloner_source.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-61072 Remove MigrationRecipientCriticalSection feature flagAntonio Fuschetto2022-07-111-1/+1
* SERVER-61759 Interrupt and join migrations when allowMigrations is set to falseKaloian Manassiev2021-12-071-1/+1
* SERVER-60834 new migration protocol setFCV requirementsSergi Mateo Bellido2021-11-011-1/+1
* SERVER-47992 Make disableResumableRangeDeleter just prevent ranges from being...Esha Maharishi2020-05-181-2/+1
* SERVER-44787 Make migrationId in StartChunkCloneRequest non-optional after 4....Alex Taskov2020-04-081-4/+2
* SERVER-45952 moveChunk command should re-use lsid and use txnNumber that incr...Alex Taskov2020-02-211-0/+3
* SERVER-45744 Migration coordinator recovery task should bump the txnNumber on...Alex Taskov2020-02-201-0/+7
* SERVER-45339 Make MigrationSourceManager send _recvChunkStart to recipient sh...Alex Taskov2020-02-041-1/+5
* SERVER-45179 Add the FCV 4.4 behavior to the MigrationDestinationManagerAlex Taskov2020-01-141-1/+2
* SERVER-40791 Track multi-statement transaction operations for migrations at c...Blake Oler2019-06-201-11/+0
* Revert "SERVER-40791 Track multi-statement transaction operations for migrati...Blake Oler2019-06-131-0/+11
* SERVER-40791 Track multi-statement transaction operations for migrations at c...Blake Oler2019-06-121-11/+0
* SERVER-40475 Migrate sentinel entry for retryable writes converted to transac...Matthew Saltz2019-05-021-0/+11
* SERVER-39940 Model a shard key update as a delete inside the chunk migration ...Blake Oler2019-04-241-1/+2
* SERVER-40357 expand all calls to MONGO_DISALLOW_COPYINGBilly Donahue2019-03-281-2/+2
* SERVER-39926 Observe prepared transactions on prepare for migration to guaran...Blake Oler2019-03-081-6/+3
* SERVER-39021 Switch migrations to observe multi-statement transaction CRUD st...Blake Oler2019-02-211-3/+6
* 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-14/+16
* SERVER-31979 Chunk migration statistics included in moveChunk.commitjannaerin2018-02-081-0/+3
* SERVER-31979 Include chunk migration stats in `moveChunk.commit` changelog en...jannaerin2018-02-051-1/+1
* SERVER-31030 Use full OpTime instead of just Timestamps to refer to oplog ent...Randolph Tan2017-10-041-5/+9
* SERVER-30894/SERVER-31290 Implement command for transferring session informat...Randolph Tan2017-09-281-3/+12
* Revert "Revert "Revert "SERVER-30894 Implement command for transferring sessi...Randolph Tan2017-09-281-12/+3
* Revert "Revert "SERVER-30894 Implement command for transferring session infor...Randolph Tan2017-09-271-3/+12
* Revert "SERVER-30894 Implement command for transferring session information d...Greg McKeon2017-09-271-12/+3
* SERVER-30894 Implement command for transferring session information during mi...Randolph Tan2017-09-261-3/+12
* SERVER-29136 Better extractDocumentKeyNathan Myers2017-08-151-1/+1
* SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-071-8/+8
* SERVER-22657 Unit-tests for MigrationChunkClonerSourceLegacyKaloian Manassiev2016-11-181-5/+7
* SERVER-22656 Componentize MigrationSourceManagerKaloian Manassiev2016-03-231-0/+143