summaryrefslogtreecommitdiff
path: root/src/mongo/db/s/migration_chunk_cloner_source_legacy_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-55592 Add time-series fields to sharding catalogSergi Mateo Bellido2021-04-211-0/+1
* SERVER-52778 Mark all places where collections are implicitly created in shar...Kaloian Manassiev2021-03-171-3/+16
* SERVER-53227 Move the DistLockManager to only be available on MongoDKaloian Manassiev2021-01-031-3/+2
* SERVER-53093 Add timestamp to ChunkVersionSergi Mateo Bellido2020-12-101-2/+3
* SERVER-52933 Add timestamp to the DatabaseVersion IDLSergi Mateo Bellido2020-11-241-1/+1
* SERVER-50027 Implement an 'allowMigrations' collection propertyKaloian Manassiev2020-11-111-0/+1
* SERVER-46199 Make the RoutingTableHistory movableKaloian Manassiev2020-09-031-5/+6
* SERVER-49568 Thread the CollectionType's ReshardingFields through to the Cata...Blake Oler2020-09-021-0/+1
* SERVER-50505 Make the CatalogCache return ChunkManager(s) directlyKaloian Manassiev2020-09-011-1/+5
* SERVER-50329 Make ChunkManager be passed by value everywhereKaloian Manassiev2020-08-171-4/+3
* SERVER-48775 Move all Sharding unit-tests that assume a MongoD to the db/s di...Kaloian Manassiev2020-06-211-1/+1
* SERVER-47992 Make disableResumableRangeDeleter just prevent ranges from being...Esha Maharishi2020-05-181-4/+4
* SERVER-45781 Throw Stale Shard Version when collection is unknown on getColle...Marcos José Grillo Ramírez2020-04-081-1/+32
* SERVER-44787 Make migrationId in StartChunkCloneRequest non-optional after 4....Alex Taskov2020-04-081-4/+4
* SERVER-45339 Make MigrationSourceManager send _recvChunkStart to recipient sh...Alex Taskov2020-02-041-4/+12
* SERVER-45179 Add the FCV 4.4 behavior to the MigrationDestinationManagerAlex Taskov2020-01-141-4/+4
* SERVER-42273 Introduce 'force' option to 'moveChunk' to allow migrating jumbo...Janna Golden2019-11-051-1/+2
* SERVER-39339 Remove `stdx/memory.h`ADAM David Alan Martin2019-06-101-2/+2
* SERVER-40170 Increase the sharding unit-tests async work future timeoutKaloian Manassiev2019-03-181-3/+3
* SERVER-39926 Observe prepared transactions on prepare for migration to guaran...Blake Oler2019-03-081-8/+8
* SERVER-39021 Switch migrations to observe multi-statement transaction CRUD st...Blake Oler2019-02-211-8/+8
* 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-36054 Remove ScopedCollectionMetadata's operator boolKaloian Manassiev2018-07-111-9/+17
* SERVER-34367 Change test to use clock source mock to control yield timingRandolph Tan2018-04-301-0/+9
* SERVER-29908 Move OpObserver callbacks out of CollectionShardingStateKaloian Manassiev2018-03-071-11/+4
* SERVER-33336 Snapshot reads should not take MODE_IX locks when autocommit=trueTess Avitabile2018-03-021-1/+1
* SERVER-29909 Remove circular dependency between db_raii and sharding librariesKaloian Manassiev2017-12-161-2/+1
* SERVER-30894/SERVER-31290 Implement command for transferring session informat...Randolph Tan2017-09-281-8/+8
* Revert "Revert "Revert "SERVER-30894 Implement command for transferring sessi...Randolph Tan2017-09-281-8/+8
* Revert "Revert "SERVER-30894 Implement command for transferring session infor...Randolph Tan2017-09-271-8/+8
* Revert "SERVER-30894 Implement command for transferring session information d...Greg McKeon2017-09-271-8/+8
* SERVER-30894 Implement command for transferring session information during mi...Randolph Tan2017-09-261-8/+8
* SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-071-1/+1
* SERVER-25673 Remove redundant ChunkManager access in MigrationManagerDianna Hohensee2017-01-171-1/+0
* Revert "SERVER-25673 Remove redundant ChunkManager access in MigrationManager"Mathias Stearn2017-01-111-0/+1
* SERVER-25673 Remove redundant ChunkManager access in MigrationManagerDianna Hohensee2017-01-111-1/+0
* SERVER-27390 Delete dead code in commitChunkMigrationNathan Myers2017-01-101-1/+0
* SERVER-27428 Wait for the onCommand thread in MigrationChunkClonerSourceLegac...Kaloian Manassiev2016-12-151-10/+18
* SERVER-22657 Unit-tests for MigrationChunkClonerSourceLegacyKaloian Manassiev2016-11-181-0/+367