summaryrefslogtreecommitdiff
path: root/src/mongo/db/s
Commit message (Expand)AuthorAgeFilesLines
* SERVER-23128 Remove sharding logic from UpdateLifecycleImplMathias Stearn2016-04-211-1/+1
* SERVER-22647 opObserver on shard mongod to initialize sharding state on inser...Randolph Tan2016-04-207-144/+257
* SERVER-23696 Get rid of SettingsTypeKaloian Manassiev2016-04-201-1/+1
* SERVER-23495 Add abstract Shard class and shift the ShardRemote implementatio...Esha Maharishi2016-04-201-3/+4
* SERVER-23494 Cleanup sharding library dependenciesKaloian Manassiev2016-04-191-0/+1
* SERVER-23696 Consolidate balancer configuration into single classKaloian Manassiev2016-04-191-0/+2
* SERVER-18038 added minvalid and initial sync flag support to repl storage int...Benety Goh2016-04-181-0/+1
* SERVER-23694 Move TaskExecutorPool currently owned by ShardRegistry to GridSpencer T Brody2016-04-183-8/+11
* SERVER-23648 Move executorForAddShard out of ShardRegistry and into addShard ...Spencer T Brody2016-04-181-10/+2
* SERVER-23498 Add ShardFactoryMisha Tyulenev2016-04-143-5/+3
* SERVER-22540 Commands that do writes on mongos should take a writeConcern and...Judah Schvimer2016-04-121-2/+0
* SERVER-20224 commands that write support writeConcernJudah Schvimer2016-04-1212-0/+62
* SERVER-22661 Require --shardsvr for shard aware initializationRandolph Tan2016-04-085-5/+407
* SERVER-23572 move sharding_egress_metadata_hook library into coreshardEsha Maharishi2016-04-063-85/+2
* SERVER-23534 move miscellaneous methods off GridEsha Maharishi2016-04-061-0/+1
* SERVER-23493 Cleanup CollectionMetadata cloneSplit and cloneMergeKaloian Manassiev2016-04-055-241/+131
* SERVER-23494 Move VersionManager under sharding_clientKaloian Manassiev2016-04-052-28/+304
* SERVER-23479 move ownership of configOpTime to GridEsha Maharishi2016-04-052-5/+4
* SERVER-23494 Remove link dependency of mongod on coreshardKaloian Manassiev2016-04-051-2/+0
* SERVER-23509 Consolidate mongod-specific sharding commands under db/sKaloian Manassiev2016-04-0510-103/+1720
* SERVER-23484 Move Chunk::genID to ChunkTypeKaloian Manassiev2016-04-041-5/+4
* SERVER-23493 Cleanup CollectionMetadata::clonePlusChunkKaloian Manassiev2016-04-043-152/+41
* Revert "SERVER-23493 Cleanup CollectionMetadata::clonePlusChunk"Kaloian Manassiev2016-04-043-41/+152
* SERVER-23493 Cleanup CollectionMetadata::clonePlusChunkKaloian Manassiev2016-04-043-152/+41
* SERVER-23298 refactor ShardingConnectionHook and ShardingEgressMetadataHook t...Esha Maharishi2016-04-036-5/+175
* SERVER-23440 Rename duplicate metadata_test testsGeert Bosch2016-03-311-1/+1
* SERVER-23435 Sharded count command should fail at invalid collection nameKaloian Manassiev2016-03-301-1/+1
* SERVER-23377 Make sure _migrateClone always advances to next documentKaloian Manassiev2016-03-302-15/+15
* SERVER-23317 Mark migration_chunk_cloner_source_legacy as incompleteKaloian Manassiev2016-03-231-0/+5
* SERVER-22661 Add initialization from shard identity docRandolph Tan2016-03-237-9/+174
* SERVER-23246 make SockAddr its own filesMatt Cotter2016-03-231-1/+0
* SERVER-23296 Recipient shard check for collection dropKaloian Manassiev2016-03-231-4/+6
* SERVER-22656 Componentize MigrationSourceManagerKaloian Manassiev2016-03-2321-1678/+1995
* SERVER-23296 Move pending chunk management under MigrationDestinationManagerKaloian Manassiev2016-03-239-554/+289
* SERVER-22656 Tighten assertions for move chunk donateKaloian Manassiev2016-03-224-129/+41
* SERVER-23103 Break circularity between optime and bson_extractAndrew Morrow2016-03-211-0/+1
* SERVER-22661 Write a type for ShardIdentityRandolph Tan2016-03-184-0/+398
* 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-1810-165/+304
* SERVER-22997 Unify wait for migrate critical section and metadata refreshKaloian Manassiev2016-03-169-243/+359
* SERVER-23110 dbeval should not access collection sharding stateKaloian Manassiev2016-03-152-4/+13
* SERVER-23024 remove isWriteCommandForConfigServer methodMisha Tyulenev2016-03-154-12/+0
* SERVER-22483 convert disabled SCCC dbtests to jstests or unittests that use CSRSEsha Maharishi2016-03-143-54/+57
* SERVER-22320 remove SYNC option and SyncClusterConnectionMisha Tyulenev2016-03-101-12/+0
* SERVER-23068 Remove test usages of PrepareConfigsFailedKaloian Manassiev2016-03-101-42/+3
* SERVER-22359 Move ensureShardVersionOkOrThrow to CollectionShardingStateKaloian Manassiev2016-03-105-80/+185
* SERVER-22359 Rename OperationShardVersion to OperationShardingStateKaloian Manassiev2016-03-096-40/+37
* SERVER-22972 Remove usages of OldClientContext which reference databaseKaloian Manassiev2016-03-082-0/+6
* SERVER-22993 make cleanup_orphaned_cmd tests more stableMisha Tyulenev2016-03-071-1/+4
* SERVER-22359 Move op observer hooks to CollectionShardingStateKaloian Manassiev2016-03-074-27/+45