summaryrefslogtreecommitdiff
path: root/src/mongo/db/s/active_migrations_registry.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-73112 Avoid constructing global namespaces directlyjannaerin2023-02-261-2/+2
* SERVER-69770 Follow up, const improvements for CSR shared acquisitionDaniel Gómez Ferro2023-01-181-1/+1
* SERVER-69770 Enforce lock mode in CollectionShardingRuntime APIDaniel Gómez Ferro2023-01-031-2/+2
* SERVER-56186 Add counters in session migration codewenqinYe2022-12-011-5/+11
* SERVER-69435 Make the CSS acquisition a RAIIJordi Serra Torrens2022-10-261-3/+3
* SERVER-69435 Cleanup includes and librariesKaloian Manassiev2022-09-211-4/+0
* SERVER-68246 rewrite calls to boost::optional get and is_initializedBilly Donahue2022-07-271-2/+2
* SERVER-67729 Reject new migrations when the ActiveMigrationsRegistry is lockedPaolo Polato2022-07-181-8/+29
* SERVER-62642 Removed white space from active migration registry logs.Pol Pinol Castuera2022-07-071-1/+1
* SERVER-65969 Fix data race in ScopedDonateChunkPaolo Polato2022-05-171-3/+5
* SERVER-62857 Handle same-migration recovery on recipient upon multiple stepdownsAllison Easton2022-05-161-12/+19
* SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue2022-05-061-1/+3
* SERVER-64817 Compute missing bound of moveRange within MigrationSourceManagerPierlauro Sciarelli2022-04-251-39/+39
* SERVER-61689 Fixing ActiveMigrationsRegistry::lock functionSergi Mateo Bellido2021-11-261-0/+5
* SERVER-57680 Use namespace instead of nss for naming log attributesSanika Phanse2021-11-081-3/+3
* SERVER-56654 Do not use the collection distributed lock for chunk splitsKaloian Manassiev2021-06-141-1/+0
* SERVER-56779 Allow multiple concurrent merges for the same collection across ...Kaloian Manassiev2021-06-121-27/+77
* Revert "SERVER-56779 Allow multiple concurrent merges for the same collection...Kaloian Manassiev2021-06-031-66/+4
* SERVER-57320 Correct typo: "registerReceiveChink" -> "registerReceiveChunk"Pierlauro Sciarelli2021-06-011-1/+1
* SERVER-56779 Allow multiple concurrent merges for the same collection across ...Kaloian Manassiev2021-05-141-4/+66
* SERVER-50114 Complete TODO listed in SERVER-50047Misha Tyulenev2020-10-301-1/+0
* SERVER-50047 add debug logging to investigate moveChunk when source == destin...Misha Tyulenev2020-08-041-0/+29
* SERVER-46756 Migration recovery on stepup can attempt to recover a move chunk...Esha Maharishi2020-03-131-15/+23
* SERVER-45047 Create multiVersion test to validate mixed FCV migrationsAlex Taskov2019-12-201-0/+37
* SERVER-42165 Replace uses of stdx::mutex with mongo::MutexBen Caimano2019-09-171-6/+6
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-7/+2
* SERVER-40258 Rename CSRLock::lock to CSRLock::lockSharedRandolph Tan2019-06-271-1/+1
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-38473 Create DatabaseShardingStateLock to ensure concurrency around Da...Blake Oler2019-02-051-1/+1
* SERVER-38284 Create concurrency lock for CollectionShardingRuntimeBlake Oler2018-12-281-2/+3
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-14/+16
* SERVER-29908 Move CollectionShardingState under sharding_api_dKaloian Manassiev2018-07-271-2/+2
* SERVER-29908 Move OpObserver and MigrationSourceManager logic out of Collecti...Andy Schwerin2018-04-231-3/+3
* SERVER-29908 Move more libraries from sharding into sharding_api_d/sharding_r...Kaloian Manassiev2018-03-131-2/+14
* SERVER-33336 Snapshot reads should not take MODE_IX locks when autocommit=trueTess Avitabile2018-03-021-1/+1
* SERVER-33197 Implement joining behavior for movePrimary on shardsBlake Oler2018-02-271-25/+22
* SERVER-28670 Add sharding CatalogCache and donor metrics to serverStatusKaloian Manassiev2018-01-241-1/+1
* SERVER-29909 Remove circular dependency between db_raii and sharding librariesKaloian Manassiev2017-12-161-1/+1
* SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-071-5/+5
* SERVER-26370 Improve error messages returned on moveChunk conflictKaloian Manassiev2016-09-301-29/+39
* SERVER-26370 Register incoming migrations on the ActiveMigrationsRegistryKaloian Manassiev2016-09-291-0/+59
* SERVER-26370 Cleanup MigrationDestinationManagerKaloian Manassiev2016-09-291-13/+13
* SERVER-26077 Tighten checks around migration session idKaloian Manassiev2016-09-131-4/+5
* SERVER-22671 adding migration status to serverStatus' sharding sectionDianna Hohensee2016-08-241-0/+30
* SERVER-24856 Make manual moveChunk requests go through the balancer on CSRS p...Kaloian Manassiev2016-07-301-1/+1
* Revert "SERVER-24856 Make manual moveChunk requests go through the balancer o...Ian Whalen2016-07-271-1/+1
* SERVER-24856 Make manual moveChunk requests go through the balancer on CSRS p...Kaloian Manassiev2016-07-271-1/+1
* SERVER-24590 Protect ScopedRegisterMigration against self-assignmentKaloian Manassiev2016-06-151-4/+7
* SERVER-24467 Make the shard implementation of 'moveChunk' joinableKaloian Manassiev2016-06-131-16/+38
* SERVER-24467 Move active migrations tracking to separate classKaloian Manassiev2016-06-131-0/+93