summaryrefslogtreecommitdiff
path: root/src/mongo/db/s
Commit message (Expand)AuthorAgeFilesLines
* SERVER-23905 Unify lifetime management for LockState on OperationContexts int...Andy Schwerin2016-06-032-0/+2
* SERVER-23733 Remove the mongos chunkSize startup optionKaloian Manassiev2016-06-023-8/+9
* SERVER-24318 change BackgroundSync to one owned object by the Repl ExternalSt...Eric Milkie2016-06-012-0/+2
* SERVER-22659 Changing ShardingState::refreshMetadataNow to correctly handle u...Dianna Hohensee2016-06-012-2/+14
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-2821-136/+227
* SERVER-22659 No need to redundantly set the metadata after refreshMetadataNow...Dianna Hohensee2016-05-271-18/+16
* SERVER-23243 Replace Listener::getElapsedTimeMillis() in scoped_timer.cppWaley Chen2016-05-251-3/+3
* SERVER-22646 mongos's addShard sends _configsvrAddShard to the configsEsha Maharishi2016-05-231-124/+1
* SERVER-23973 Make config servers send their ConnectionString correctly when s...Spencer T Brody2016-05-232-2/+7
* SERVER-22659 when commit chunk command fails, refresh collection metadata on ...Dianna Hohensee2016-05-231-3/+76
* SERVER-24253 Coverity analysis defect 99519: PW.PARAMETER_HIDDENEsha Maharishi2016-05-231-2/+4
* SERVER-24252 Coverity analysis defect 99520: PW.USELESS_TYPE_QUALIFIER_ON_RET...Esha Maharishi2016-05-231-1/+1
* SERVER-18277 Track elapsed time on cursors using microsecond resolution on Op...Andy Schwerin2016-05-233-24/+9
* SERVER-23973 Ensure config servers send the correct config server optime when...Spencer T Brody2016-05-192-3/+7
* SERVER-23933 Remove OpDebug from ops/update.cpp::update()James Wahlin2016-05-192-5/+2
* SERVER-22645 add new _configsvrAddShard commandEsha Maharishi2016-05-182-0/+262
* SERVER-22659 removing _uncommittedMetadata local variableDianna Hohensee2016-05-186-42/+93
* Revert "SERVER-23243 Replace Listener::getElapsedTimeMillis() in scoped_timer...Waley Chen2016-05-181-3/+3
* SERVER-24167 ChunkType should generate the chunk's _idKaloian Manassiev2016-05-183-5/+0
* SERVER-23243 Replace Listener::getElapsedTimeMillis() in scoped_timer.cppWaley Chen2016-05-171-3/+3
* SERVER-24104 Replace stdx::duration with mongo::Duration.Andy Schwerin2016-05-176-10/+14
* SERVER-24071 Introduce ChunkVersion legacy format parserKaloian Manassiev2016-05-101-1/+0
* SERVER-23120 Make ShardRegistry available for use on config serversRandolph Tan2016-05-064-45/+126
* SERVER-23856 Write cpp tests for shard initialization inside CollectionShardi...Randolph Tan2016-05-052-0/+197
* SERVER-23765 Update config string of shardIdentity documentRandolph Tan2016-05-056-13/+107
* SERVER-23857 dispatch shard creation by ConnectionString typeMisha Tyulenev2016-05-052-3/+69
* SERVER-22664 Add _overrideShardIdentity configuration for cloud backup serviceRandolph Tan2016-05-051-1/+2
* SERVER-23213 Remove dead networking code from ShardRegistrySpencer T Brody2016-05-043-0/+3
* SERVER-23243 Replace Listener::getElapsedTimeMillis() in elapsed_tracker.cppWaley Chen2016-05-021-1/+5
* Revert "SERVER-23243 Replace Listener::getElapsedTimeMillis() in elapsed_trac...Waley Chen2016-05-021-5/+1
* SERVER-23243 Replace Listener::getElapsedTimeMillis() in elapsed_tracker.cppWaley Chen2016-05-021-1/+5
* SERVER-23340 Turn off secondaryThrottle by defaultJudah Schvimer2016-04-265-6/+18
* SERVER-23814 Add sharding state initialization to secondariesRandolph Tan2016-04-261-1/+1
* SERVER-23243 Replace the easy-to-remove usages of Listener::getElapsedTimeMil...Waley Chen2016-04-251-0/+1
* SERVER-22647 remove extra loggingRandolph Tan2016-04-221-1/+0
* SERVER-23268 remove CatalogManager::ConfigServerMode::SCCCMisha Tyulenev2016-04-211-1/+1
* 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