summaryrefslogtreecommitdiff
path: root/src/mongo/s/client
Commit message (Expand)AuthorAgeFilesLines
...
* SERVER-24067 TaskExecutor RemoteCommandCallbackArgs should include elapsedMS ...Waley Chen2016-08-031-1/+2
* SERVER-24067 TaskExecutor RemoteCommandCallbackArgs should include elapsedMS ...Waley Chen2016-08-031-8/+7
* SERVER-23192 periodically reload ShardRegistry from the catalogMisha Tyulenev2016-08-013-25/+150
* SERVER-25050 Set maxTimeMS on OperationContext on mongosKaloian Manassiev2016-07-307-77/+90
* SERVER-25050 Cleanup Strategy and Shard classKaloian Manassiev2016-07-302-8/+9
* SERVER-24615 Add support for OperationContext in EgressMetadataHookMark Benvenuto2016-07-263-4/+10
* SERVER-25281 renamed Fetcher lifecycle functionsBenety Goh2016-07-261-1/+1
* SERVER-24991 Redact streaming log messagesDan Pasette2016-07-202-5/+6
* SERVER-25017 Remove RemoteCommandRunnerImpl filesMark Benvenuto2016-07-201-1/+0
* SERVER-24532 adding MigrationManager to manage parallel migrationsDianna Hohensee2016-07-133-10/+12
* SERVER-24732 add Shard::runBatchWriteCommand that checks BatchedCommandResponseJess Fan2016-07-126-33/+94
* Revert "SERVER-24532 adding MigrationManager to manage parallel migrations"Dianna Hohensee2016-07-122-8/+6
* SERVER-23103 Split several libraries out of db/serveronlyAndrew Morrow2016-07-111-5/+2
* SERVER-24532 adding MigrationManager to manage parallel migrationsDianna Hohensee2016-07-112-6/+8
* SERVER-24817 Hook up clusterID into places that need itSpencer T Brody2016-07-082-19/+1
* SERVER-24928 Remove the ReadConcernResponse classKaloian Manassiev2016-07-071-7/+7
* SERVER-24817 Make ShardLocal wait for writes it performed when doing majority...Spencer T Brody2016-07-072-8/+71
* Revert "SERVER-24817 Make ShardLocal wait for writes it performed when doing ...Eric Milkie2016-07-062-53/+8
* SERVER-24817 Make ShardLocal wait for writes it performed when doing majority...Spencer T Brody2016-07-062-8/+53
* SERVER-24796 DistLockCatalog must not retry 'findAndModify' callsKaloian Manassiev2016-06-301-1/+1
* SERVER-24827 Notify ReplicaSetMonitor on write concern errorsKaloian Manassiev2016-06-281-0/+3
* SERVER-23096 Move initialization of config.version and the config db indexes ...Spencer T Brody2016-06-286-0/+99
* SERVER-24443 Add repl::ReadConcernLevel to Shard::exhaustiveFindOnConfigDianna Hohensee2016-06-227-30/+50
* SERVER-24379 Use ShardingCatalogClient in ShardingCatalogManagerImpl::addShar...Randolph Tan2016-06-221-1/+1
* SERVER-24630 Mongos erroneously advances config optime for writes that fail w...Siyuan Zhou2016-06-211-1/+1
* SERVER-24379 Implement ShardingCatalogMangerImpl::addShardToZoneRandolph Tan2016-06-213-0/+36
* SERVER-23103 Remove the unit test crutchAndrew Morrow2016-06-161-1/+0
* SERVER-23103 Refactor access to haveLocalShardingInfoAndrew Morrow2016-06-161-2/+1
* SERVER-23891 implement ShardId classMisha Tyulenev2016-06-158-14/+14
* SERVER-24323 Rename CatalogManager to ShardingCatalogClientSpencer T Brody2016-06-134-10/+8
* SERVER-24126 fix shared library compileEsha Maharishi2016-06-132-1/+20
* Revert "SERVER-24126 Add step to _cfgsvrAddShard command where it inserts the...Esha Maharishi2016-06-102-20/+1
* SERVER-24126 Add step to _cfgsvrAddShard command where it inserts the shardId...Esha Maharishi2016-06-102-1/+20
* SERVER-24118 Rename LiteParsedQuery to QueryRequest.David Hatch2016-06-031-13/+12
* SERVER-24318 change BackgroundSync to one owned object by the Repl ExternalSt...Eric Milkie2016-06-012-0/+2
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-288-18/+28
* SERVER-22564 Move ReplicaSetMonitor to TaskExecutor threadMisha Tyulenev2016-05-262-14/+28
* SERVER-22646 mongos's addShard sends _configsvrAddShard to the configsEsha Maharishi2016-05-231-2/+6
* SERVER-23973 Make config servers send their ConnectionString correctly when s...Spencer T Brody2016-05-234-14/+15
* SERVER-18277 Track elapsed time on cursors using microsecond resolution on Op...Andy Schwerin2016-05-231-17/+19
* SERVER-23973 Ensure config servers send the correct config server optime when...Spencer T Brody2016-05-191-1/+0
* SERVER-23341 fix pessimizing moveEric Milkie2016-05-191-2/+2
* SERVER-23341 replace ShardRegistry::reload with swapMisha Tyulenev2016-05-185-185/+355
* SERVER-24104 Replace stdx::duration with mongo::Duration.Andy Schwerin2016-05-171-4/+4
* SERVER-24104 Replace direct uses of stdx::chrono::durations with MongoDB dura...Andy Schwerin2016-05-171-1/+1
* SERVER-23134 added retry support for scheduling remote commands on a task exe...Benety Goh2016-05-162-33/+8
* SERVER-24045 Refactor LiteParsedQueryTess Avitabile2016-05-061-9/+5
* SERVER-23120 Make ShardRegistry available for use on config serversRandolph Tan2016-05-061-0/+7
* SERVER-23134 removed QueryFetcherBenety Goh2016-05-061-34/+42
* SERVER-23857 dispatch shard creation by ConnectionString typeMisha Tyulenev2016-05-055-48/+48