summaryrefslogtreecommitdiff
path: root/src/mongo/db/s/sharding_state.cpp
Commit message (Expand)AuthorAgeFilesLines
* Revert "SERVER-22663 Make --shardsvr required for a mongod to be used as a sh...Esha Maharishi2016-08-111-3/+0
* SERVER-22663 Make --shardsvr required for a mongod to be used as a shardEsha Maharishi2016-08-111-0/+3
* SERVER-25417 flesh out log messages in ShardingState::initializeShardingAware...Esha Maharishi2016-08-111-17/+22
* SERVER-25417 harden checks around using --shardSvr, --overrideShardIdentity, ...Esha Maharishi2016-08-041-44/+101
* SERVER-24573 Implement CollectionRangeDeleter range deletion logicLeon Zaruvinsky2016-08-021-6/+1
* SERVER-24856 Make manual moveChunk requests go through the balancer on CSRS p...Kaloian Manassiev2016-07-301-0/+7
* SERVER-24367 Implement CollectionRangeDeleter task lifetime managementSam Dunietz2016-07-291-4/+22
* Revert "SERVER-24367 Implement CollectionRangeDeleter task lifetime management"Sam Dunietz2016-07-281-22/+4
* SERVER-24367 Implement CollectionRangeDeleter task lifetime managementSam Dunietz2016-07-281-4/+22
* Revert "SERVER-24856 Make manual moveChunk requests go through the balancer o...Ian Whalen2016-07-271-7/+0
* SERVER-24856 Make manual moveChunk requests go through the balancer on CSRS p...Kaloian Manassiev2016-07-271-0/+7
* SERVER-25241 Do not refresh metadata in CollectionShardingState constructorKaloian Manassiev2016-07-271-2/+2
* SERVER-25254 Only advance config server optime in response to messages from c...Randolph Tan2016-07-261-4/+12
* SERVER-24569 Maintain rangesToClean and metadataInUse on chunk migrationsKaloian Manassiev2016-07-211-296/+76
* SERVER-24664 Remove ShardingState::getCollectionMetadata, getVersionLeon Zaruvinsky2016-07-201-25/+0
* SERVER-25011 Add Range Deleter TaskExecutor for cleaning up orphaned rangesLeon Zaruvinsky2016-07-181-0/+21
* SERVER-24817 Hook up clusterID into places that need itSpencer T Brody2016-07-081-0/+9
* SERVER-24415 Replace instances of shared_ptr<CollectionMetadata> with ScopedC...Leon Zaruvinsky2016-07-071-15/+16
* SERVER-24781 CSRS primary should cleanup dist locks on promotionKaloian Manassiev2016-07-061-4/+5
* SERVER-24664 Get rid of calls to ShardingState::getCollectionMetadataLeon Zaruvinsky2016-06-221-5/+2
* SERVER-24323 Rename CatalogManager to ShardingCatalogClientSpencer T Brody2016-06-131-3/+3
* SERVER-24467 Move active migrations tracking to separate classKaloian Manassiev2016-06-131-32/+5
* SERVER-24479 Make 'Notification' class be able to return a valueKaloian Manassiev2016-06-101-1/+1
* SERVER-22659 Changing ShardingState::refreshMetadataNow to correctly handle u...Dianna Hohensee2016-06-011-1/+3
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-7/+10
* SERVER-23973 Make config servers send their ConnectionString correctly when s...Spencer T Brody2016-05-231-2/+2
* SERVER-18277 Track elapsed time on cursors using microsecond resolution on Op...Andy Schwerin2016-05-231-18/+3
* SERVER-23933 Remove OpDebug from ops/update.cpp::update()James Wahlin2016-05-191-3/+1
* SERVER-24104 Replace stdx::duration with mongo::Duration.Andy Schwerin2016-05-171-1/+1
* SERVER-23120 Make ShardRegistry available for use on config serversRandolph Tan2016-05-061-45/+2
* SERVER-23765 Update config string of shardIdentity documentRandolph Tan2016-05-051-4/+71
* SERVER-23857 dispatch shard creation by ConnectionString typeMisha Tyulenev2016-05-051-1/+44
* SERVER-23213 Remove dead networking code from ShardRegistrySpencer T Brody2016-05-041-0/+1
* SERVER-22647 remove extra loggingRandolph Tan2016-04-221-1/+0
* SERVER-23268 remove CatalogManager::ConfigServerMode::SCCCMisha Tyulenev2016-04-211-1/+1
* SERVER-22647 opObserver on shard mongod to initialize sharding state on inser...Randolph Tan2016-04-201-36/+49
* SERVER-23694 Move TaskExecutorPool currently owned by ShardRegistry to GridSpencer T Brody2016-04-181-1/+1
* SERVER-22661 Require --shardsvr for shard aware initializationRandolph Tan2016-04-081-5/+14
* SERVER-23479 move ownership of configOpTime to GridEsha Maharishi2016-04-051-1/+1
* SERVER-23509 Consolidate mongod-specific sharding commands under db/sKaloian Manassiev2016-04-051-46/+0
* SERVER-23298 refactor ShardingConnectionHook and ShardingEgressMetadataHook t...Esha Maharishi2016-04-031-2/+2
* SERVER-22661 Add initialization from shard identity docRandolph Tan2016-03-231-1/+140
* SERVER-23246 make SockAddr its own filesMatt Cotter2016-03-231-1/+0
* SERVER-22656 Componentize MigrationSourceManagerKaloian Manassiev2016-03-231-34/+0
* SERVER-23296 Move pending chunk management under MigrationDestinationManagerKaloian Manassiev2016-03-231-87/+0
* SERVER-22656 Tighten assertions for move chunk donateKaloian Manassiev2016-03-221-10/+2
* SERVER-23137 Remove unused 'allowNetworking' argument from CatalogManager sta...Spencer T Brody2016-03-181-1/+1
* SERVER-22656 Use RAII classes to enter migrationKaloian Manassiev2016-03-181-0/+35
* SERVER-22997 Unify wait for migrate critical section and metadata refreshKaloian Manassiev2016-03-161-46/+37
* SERVER-22359 Move ensureShardVersionOkOrThrow to CollectionShardingStateKaloian Manassiev2016-03-101-69/+48