summaryrefslogtreecommitdiff
path: root/src/mongo/db/s/migration_coordinator.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-65559 Get rid of legacy range deleter and RangeDeleterService feature ...Pierlauro Sciarelli2023-05-081-21/+0
* SERVER-66587 rename isEnabledAndIgnoreFCV to isEnabledAndIgnoreFCVUnsafeJiawei Yang2023-04-051-1/+3
* SERVER-73115 Always include tenant in collection name attributes in log linesmathisbessamdb2023-03-301-3/+3
* SERVER-75053 Add KeyPattern to RangeDeletionTask during migration commitAllison Easton2023-03-271-0/+8
* SERVER-72818 Wait for range deleter service to be fully initialized before tr...Pierlauro Sciarelli2023-01-171-4/+7
* SERVER-71328 Ensure correct filtering metadata on donor shard after multiple ...toto2023-01-051-5/+5
* SERVER-69770 Enforce lock mode in CollectionShardingRuntime APIDaniel Gómez Ferro2023-01-031-2/+2
* SERVER-69435 Make the CSS acquisition a RAIIJordi Serra Torrens2022-10-261-1/+2
* SERVER-65558 Enable Feature flag for PM-2849Pierlauro Sciarelli2022-10-171-17/+53
* Revert "SERVER-65558 Enable range deleter service feature flag"Pierlauro Sciarelli2022-10-131-53/+17
* SERVER-65558 Enable range deleter service feature flagPierlauro Sciarelli2022-10-101-17/+53
* SERVER-69768 Include key pattern in range deletion task documentsSilvia Surroca2022-09-211-0/+3
* SERVER-68725 Plug actual deletion in the range deleter servicePierlauro Sciarelli2022-09-201-1/+2
* SERVER-69586 Make update/delete of range deletion document on recipient idemp...Silvia Surroca2022-09-161-2/+4
* SERVER-69555 Range deletions must always be referred by `collUuid+range` rath...Pierlauro Sciarelli2022-09-121-7/+13
* SERVER-69442 Move deleteMigrationCoordinatorDocumentLocally inside the Migrat...Kaloian Manassiev2022-09-051-10/+16
* SERVER-68214 move session_catalog*, session*, logical_session* to mongo/db/se...Shin Yee Tan2022-08-171-1/+1
* SERVER-61072 Remove MigrationRecipientCriticalSection feature flagAntonio Fuschetto2022-07-111-19/+9
* SERVER-62316 Remove the workaround for SERVER-62245Jordi Serra Torrens2022-06-281-35/+6
* SERVER-63819 Make range deletion's `numOrphanDocs` field non-optional once 6....Allison Easton2022-05-261-3/+0
* SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue2022-05-061-1/+3
* SERVER-64196 Implement BalancerStatisticsRegistry and command to retrieve its...Tommaso Tocci2022-04-051-2/+3
* SERVER-64163 Synchronize orphans tracking upon upgrade/downgrade with ongoing...Allison Easton2022-03-301-2/+5
* Revert "SERVER-64163 Synchronize orphans tracking upon upgrade/downgrade with...Tommaso Tocci2022-03-221-4/+0
* SERVER-64163 Synchronize orphans tracking upon upgrade/downgrade with ongoing...Allison Easton2022-03-221-0/+4
* SERVER-63763 Track initial number of orphans in range deletion task documents...Allison Easton2022-03-031-0/+12
* SERVER-62245 MigrationRecovery must not assume that only one migration needs ...Jordi Serra Torrens2021-12-301-6/+35
* SERVER-62243 Wait for vector clock document majority-commit without timeoutPierlauro Sciarelli2021-12-241-1/+1
* SERVER-61206 Persist migration decision before waiting for releaseRecientCrit...Jordi Serra Torrens2021-11-081-14/+26
* SERVER-60834 new migration protocol setFCV requirementsSergi Mateo Bellido2021-11-011-3/+3
* SERVER-58991 Acquire the critical section on the recipient shard of a moveChu...Jordi Serra Torrens2021-10-131-0/+27
* SERVER-55392 Add a timestamp field to config.rangeDeletionsAntonio Fuschetto2021-05-311-0/+5
* SERVER-50890 Improve failover management when completing migrationsMarcos José Grillo Ramírez2021-01-081-23/+25
* SERVER-46202 Implement ShardRegistry on top of ReadThroughCacheKevin Pulo2020-09-161-15/+26
* Revert "SERVER-46202 Implement ShardRegistry on top of ReadThroughCache"Tommaso Tocci2020-09-151-26/+15
* SERVER-46202 Implement ShardRegistry on top of ReadThroughCacheTommaso Tocci2020-09-151-15/+26
* SERVER-50174 Make MigrationCoordinator recovery acquire the MigrationBlocking...Kaloian Manassiev2020-08-071-18/+22
* SERVER-48641 SERVER-48689 Yield session in migration destination driver when ...Jack Mulrow2020-07-161-1/+2
* SERVER-46799 Update sharding log lines to adhere to LOGV2 style guide (files ...Esha Maharishi2020-04-131-18/+18
* SERVER-44841 Revisit log levels for new migration protocolAlex Taskov2020-02-291-59/+70
* SERVER-46376 Fix format specifier in LOGV2 statement in MigrationCoordinatorAlex Taskov2020-02-241-2/+2
* SERVER-45952 moveChunk command should re-use lsid and use txnNumber that incr...Alex Taskov2020-02-211-11/+45
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-211-25/+58
* SERVER-45744 Migration coordinator recovery task should bump the txnNumber on...Alex Taskov2020-02-201-0/+17
* SERVER-46263 Make submitRangeDeletionTask return a future that completes when...Esha Maharishi2020-02-191-6/+5
* SERVER-45917 Make waitForDelete wait for deletion to be scheduled before wait...Jack Mulrow2020-02-061-9/+26
* SERVER-45499 Remove multiversion_incompatible flag from merge_with_drop_shard...Esha Maharishi2020-01-281-14/+10
* SERVER-44162 Resume coordinating active migrations on stepupEsha Maharishi2020-01-241-2/+21
* SERVER-45647 Remove lsid and txnNumber from MigrationCoordinator docAlex Taskov2020-01-181-14/+4
* SERVER-44163 Plug MigrationCoordinator into MigrationSourceManagerEsha Maharishi2020-01-021-15/+52