summaryrefslogtreecommitdiff
path: root/src/mongo/db/s/active_migrations_registry.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-65969 Fix data race in ScopedDonateChunkPaolo Polato2022-05-171-1/+5
* SERVER-62857 Handle same-migration recovery on recipient upon multiple stepdownsAllison Easton2022-05-161-2/+5
* SERVER-64817 Compute missing bound of moveRange within MigrationSourceManagerPierlauro Sciarelli2022-04-251-4/+5
* SERVER-56275: Check all ways that an opCtx will be interrupted for step up an...XueruiFa2021-07-071-1/+2
* SERVER-56779 Allow multiple concurrent merges for the same collection across ...Kaloian Manassiev2021-06-121-12/+76
* Revert "SERVER-56779 Allow multiple concurrent merges for the same collection...Kaloian Manassiev2021-06-031-64/+9
* SERVER-56779 Allow multiple concurrent merges for the same collection across ...Kaloian Manassiev2021-05-141-9/+64
* SERVER-46756 Migration recovery on stepup can attempt to recover a move chunk...Esha Maharishi2020-03-131-9/+14
* SERVER-45047 Create multiVersion test to validate mixed FCV migrationsAlex Taskov2019-12-201-0/+28
* SERVER-42165 Replace uses of stdx::mutex with mongo::MutexBen Caimano2019-09-171-2/+2
* SERVER-39339 Remove `stdx/memory.h`ADAM David Alan Martin2019-06-101-1/+1
* SERVER-40357 expand all calls to MONGO_DISALLOW_COPYINGBilly Donahue2019-03-281-4/+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-29908 Move more libraries from sharding into sharding_api_d/sharding_r...Kaloian Manassiev2018-03-131-0/+3
* SERVER-33197 Implement joining behavior for movePrimary on shardsBlake Oler2018-02-271-49/+52
* SERVER-32901 Consolidate sharding librariesKaloian Manassiev2018-01-291-1/+1
* SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-071-2/+2
* SERVER-26370 Improve error messages returned on moveChunk conflictKaloian Manassiev2016-09-301-2/+21
* SERVER-26370 Register incoming migrations on the ActiveMigrationsRegistryKaloian Manassiev2016-09-291-0/+49
* SERVER-26370 Cleanup MigrationDestinationManagerKaloian Manassiev2016-09-291-19/+19
* SERVER-22671 adding migration status to serverStatus' sharding sectionDianna Hohensee2016-08-241-1/+9
* SERVER-24467 Make the shard implementation of 'moveChunk' joinableKaloian Manassiev2016-06-131-9/+56
* SERVER-24467 Move active migrations tracking to separate classKaloian Manassiev2016-06-131-0/+107