summaryrefslogtreecommitdiff
path: root/src/mongo/db/s/migration_chunk_cloner_source_legacy.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-57650 Make MigrationChunkClonerSource interruptible when waiting for r...Cheahuychou Mao2021-07-201-1/+1
* SERVER-56307 fix the convergence criteria to end the catchup phasePaolo Polato2021-06-211-0/+6
* SERVER-56307 Allow the donor to enter the critical section when the untransfe...Paolo Polato2021-06-211-0/+3
* Revert "SERVER-56307 Allow the donor to enter the critical section when the u...Paolo Polato2021-06-151-3/+0
* SERVER-56307 Allow the donor to enter the critical section when the untransfe...Paolo Polato2021-05-121-0/+3
* SERVER-55298: fix BSONObjTooLarge error when calling removeShard on a jumbo c...LaMont Nelson2021-03-311-5/+3
* SERVER-50984 Add CollectionPtr to replace usage of const Collection*Henrik Edin2020-09-261-4/+5
* SERVER-50317 Const correct uses of CollectionHenrik Edin2020-09-021-4/+4
* 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-7/+3
* SERVER-45339 Make MigrationSourceManager send _recvChunkStart to recipient sh...Alex Taskov2020-02-041-1/+4
* SERVER-45179 Add the FCV 4.4 behavior to the MigrationDestinationManagerAlex Taskov2020-01-141-1/+1
* SERVER-42273 Introduce 'force' option to 'moveChunk' to allow migrating jumbo...Janna Golden2019-11-051-0/+39
* SERVER-42967 SERVER-42895 SERVER-44086 Expand DiagnosticInfo hooks in Interru...Ben Caimano2019-10-211-1/+1
* SERVER-42165 Replace uses of stdx::mutex with mongo::MutexBen Caimano2019-09-171-4/+4
* SERVER-40791 Track multi-statement transaction operations for migrations at c...Blake Oler2019-06-201-15/+37
* Revert "SERVER-40791 Track multi-statement transaction operations for migrati...Blake Oler2019-06-131-37/+15
* SERVER-40791 Track multi-statement transaction operations for migrations at c...Blake Oler2019-06-121-15/+37
* SERVER-39339 Remove `stdx/memory.h`ADAM David Alan Martin2019-06-101-1/+1
* SERVER-40475 Migrate sentinel entry for retryable writes converted to transac...Matthew Saltz2019-05-021-0/+13
* SERVER-39940 Model a shard key update as a delete inside the chunk migration ...Blake Oler2019-04-241-1/+2
* SERVER-40301 Don't hold mutex while doing queries in nextCloneBatch and nextM...Randolph Tan2019-04-031-17/+22
* SERVER-40357 expand all calls to MONGO_DISALLOW_COPYINGBilly Donahue2019-03-281-1/+2
* SERVER-35219 Change the sleep on the destination side into a cond var wait on...Randolph Tan2019-03-201-0/+10
* SERVER-39926 Observe prepared transactions on prepare for migration to guaran...Blake Oler2019-03-081-14/+3
* SERVER-39021 Switch migrations to observe multi-statement transaction CRUD st...Blake Oler2019-02-211-26/+50
* SERVER-38828 Introduce CollectionShardingRuntimeLock usage to collection crit...Blake Oler2019-02-211-0/+47
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-38371 Do not skip subsequent session records if one session's migratio...Kaloian Manassiev2018-12-051-6/+9
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-14/+16
* SERVER-16857 Delete MMAPv1 diskloc invalidations.David Storch2018-08-291-1/+0
* SERVER-35658 Check for rollback at end of each session migration batchMatthew Saltz2018-07-241-2/+23
* SERVER-36155 Remove DeleteNotificationStage.David Storch2018-07-201-5/+0
* SERVER-31979 Include chunk migration stats in `moveChunk.commit` changelog en...jannaerin2018-02-051-1/+1
* SERVER-32901 Consolidate sharding librariesKaloian Manassiev2018-01-291-1/+1
* SERVER-30880 Handle migration of sessions with incomplete historyRandolph Tan2017-10-251-1/+1
* SERVER-31030 Make sure that _getNextSessionMods will only contain oplog entri...Randolph Tan2017-10-071-1/+8
* SERVER-31030 Use full OpTime instead of just Timestamps to refer to oplog ent...Randolph Tan2017-10-041-5/+5
* SERVER-30894/SERVER-31290 Implement command for transferring session informat...Randolph Tan2017-09-281-3/+16
* Revert "Revert "Revert "SERVER-30894 Implement command for transferring sessi...Randolph Tan2017-09-281-16/+3
* Revert "Revert "SERVER-30894 Implement command for transferring session infor...Randolph Tan2017-09-271-3/+16
* Revert "SERVER-30894 Implement command for transferring session information d...Greg McKeon2017-09-271-16/+3
* SERVER-30894 Implement command for transferring session information during mi...Randolph Tan2017-09-261-3/+16
* SERVER-29136 Better extractDocumentKeyNathan Myers2017-08-151-1/+1
* SERVER-25694 Eliminate race in PlanExecutor cleanup.Charlie Swanson2017-04-131-2/+2
* SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-071-13/+13
* SERVER-22657 Unit-tests for MigrationChunkClonerSourceLegacyKaloian Manassiev2016-11-181-7/+10
* SERVER-22657 Make MigrationChunkClonerSourceLegacy not do host resolutionKaloian Manassiev2016-11-111-3/+6