summaryrefslogtreecommitdiff
path: root/src/mongo/db/s/migration_source_manager.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-071-83/+83
* SERVER-27941 change the shardVersion check to an epoch check when entering th...Dianna Hohensee2017-02-241-4/+6
* SERVER-25673 Remove redundant ChunkManager access in MigrationManagerDianna Hohensee2017-01-171-13/+7
* SERVER-27603 Rename mongo::inShutdown() to mongo::globalInShutdownDeprecated(...Andy Schwerin2017-01-151-1/+1
* Revert "SERVER-25673 Remove redundant ChunkManager access in MigrationManager"Mathias Stearn2017-01-111-7/+13
* SERVER-25673 Remove redundant ChunkManager access in MigrationManagerDianna Hohensee2017-01-111-13/+7
* SERVER-27390 Delete dead code in commitChunkMigrationNathan Myers2017-01-101-2/+1
* SERVER-27510 remove chunk version check in moveChunk and splitChunkEsha Maharishi2017-01-101-3/+0
* SERVER-22657 Unit-tests for MigrationChunkClonerSourceLegacyKaloian Manassiev2016-11-181-5/+6
* SERVER-22657 Make MigrationChunkClonerSourceLegacy not do host resolutionKaloian Manassiev2016-11-111-3/+9
* SERVER-26885 Take collection X lock to enter the migration critical sectionKaloian Manassiev2016-11-071-2/+5
* SERVER-26883 Skip sharding zone if no shards are assigned to itKaloian Manassiev2016-11-031-11/+12
* SERVER-25665 Make splitChunk and moveChunk commands use 'chunkVersion'Kaloian Manassiev2016-11-021-18/+12
* SERVER-26797 protect upcast to StaleConfigException from DBExceptionMisha Tyulenev2016-10-311-6/+2
* SERVER-26374 add namespace logging in MigrationSourceManagerMisha Tyulenev2016-10-251-51/+44
* SERVER-26593 decrement usage counter in ScopedCollectionMetadata's move const...Esha Maharishi2016-10-141-14/+13
* SERVER-26471 Always incrementally refresh metadata after committing chunk mig...Kaloian Manassiev2016-10-071-99/+68
* SERVER-26396 converted unnecessarily alarming error message in MigrationSourc...Dianna Hohensee2016-10-051-8/+11
* SERVER-26407 Prevent segfaults in MigrationSourceManager due to dropped colle...Dianna Hohensee2016-10-051-6/+18
* SERVER-26370 Cleanup MigrationDestinationManagerKaloian Manassiev2016-09-291-4/+3
* SERVER-23944 Expect CallbackCanceled as shutdown error during chunk commitKaloian Manassiev2016-09-231-1/+2
* SERVER-26145 Do not fassert at shutdown during move chunk commitKaloian Manassiev2016-09-191-12/+18
* Revert "SERVER-26145 Do not fassert at shutdown during move chunk commit"Kaloian Manassiev2016-09-191-16/+12
* SERVER-26145 Do not fassert at shutdown during move chunk commitKaloian Manassiev2016-09-191-12/+16
* SERVER-26089 Remove incorrect assertion from migration commitKaloian Manassiev2016-09-141-78/+43
* SERVER-24991 re-added causedBy logging constructDan Pasette2016-08-311-1/+1
* SERVER-25811 send collection version with CommitChunkMigration commandDianna Hohensee2016-08-301-14/+20
* SERVER-25832 Rename Shard::runCommand to Shard::runCommandWithFixedRetryAttemptsSpencer T Brody2016-08-291-6/+7
* SERVER-24470 CommitChunkMigration command checks that the balancer still has ...Dianna Hohensee2016-08-291-4/+11
* SERVER-24991 log redaction for storage mongosRamon Fernandez2016-08-271-2/+2
* Revert "SERVER-25832 Rename Shard::runCommand to Shard::runCommandWithFixedRe...Dan Pasette2016-08-261-7/+6
* SERVER-25832 Rename Shard::runCommand to Shard::runCommandWithFixedRetryAttemptsSpencer T Brody2016-08-261-6/+7
* SERVER-22671 adding migration status to serverStatus' sharding sectionDianna Hohensee2016-08-241-0/+10
* SERVER-25001 Wire in new _configsvrSplitChunk command so mongod no longer run...Jess Fan2016-08-231-4/+8
* SERVER-25686 send all moveChunk commands through to the shard to wait for wai...Dianna Hohensee2016-08-221-3/+6
* SERVER-24569 Maintain rangesToClean and metadataInUse on chunk migrationsKaloian Manassiev2016-07-211-5/+5
* SERVER-24488 Move logic to serialize and deserialize CommitChunkMigration to ...Leon Zaruvinsky2016-07-191-21/+16
* SERVER-24415 Replace instances of shared_ptr<CollectionMetadata> with ScopedC...Leon Zaruvinsky2016-07-071-7/+7
* SERVER-22659 Adding CommitChunkMigration command on the config server.Dianna Hohensee2016-06-221-125/+115
* SERVER-23891 implement ShardId classMisha Tyulenev2016-06-151-2/+2
* SERVER-24558 Fix hash_shard_num_chunks.jsKaloian Manassiev2016-06-141-20/+6
* SERVER-24323 Rename CatalogManager to ShardingCatalogClientSpencer T Brody2016-06-131-27/+27
* SERVER-24467 Make the shard implementation of 'moveChunk' joinableKaloian Manassiev2016-06-131-37/+47
* SERVER-24479 Make 'Notification' class be able to return a valueKaloian Manassiev2016-06-101-26/+2
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-48/+79
* SERVER-22659 No need to redundantly set the metadata after refreshMetadataNow...Dianna Hohensee2016-05-271-18/+16
* SERVER-22659 when commit chunk command fails, refresh collection metadata on ...Dianna Hohensee2016-05-231-3/+76
* SERVER-22659 removing _uncommittedMetadata local variableDianna Hohensee2016-05-181-31/+26
* SERVER-24104 Replace stdx::duration with mongo::Duration.Andy Schwerin2016-05-171-2/+3
* SERVER-23534 move miscellaneous methods off GridEsha Maharishi2016-04-061-0/+1