summaryrefslogtreecommitdiff
path: root/src/mongo/s/client
Commit message (Expand)AuthorAgeFilesLines
* SERVER-27995 make repl_set* naming convention consistentJudah Schvimer2017-03-061-1/+1
* SERVER-28155 Get rid of the 'mongoscore' sharding libraryKaloian Manassiev2017-03-014-317/+1
* SERVER-28155 Get rid of the 'serveronly' sharding libraryKaloian Manassiev2017-03-014-97/+7
* Revert "SERVER-27860 remove invariants to prevent ShardLocal running on shard...Dianna Hohensee2017-03-017-77/+90
* SERVER-27977 Remove unused config conn string command parametersDianna Hohensee2017-02-272-2/+8
* SERVER-28111 Move ParallelSortClusteredCursor to mongo/s/clientKaloian Manassiev2017-02-273-4/+1588
* SERVER-28030 Move catalog_cache.h/.cpp to mongo/s/Kaloian Manassiev2017-02-181-1/+1
* SERVER-27855 Attach all NetworkInterface instances with EgressHooksRandolph Tan2017-02-171-1/+6
* SERVER-27860 remove invariants to prevent ShardLocal running on shards and re...r3.5.3Dianna Hohensee2017-02-107-90/+77
* SERVER-27828: Pass ServiceContext to oplog and ReplicationCoordinator methods...Misha Tyulenev2017-02-081-1/+2
* SERVER-27382 Remove usages of DBConfig::reload/getChunkManagerOrPrimary from ...Kaloian Manassiev2017-02-062-49/+22
* Revert "SERVER-27382 Remove usages of DBConfig::reload/getChunkManagerOrPrima...Kaloian Manassiev2017-02-032-19/+50
* SERVER-27382 Remove usages of DBConfig::reload/getChunkManagerOrPrimary from ...Kaloian Manassiev2017-02-032-50/+19
* SERVER-27625 remove dead ANSA and setShardVersion codeEsha Maharishi2017-01-231-22/+2
* SERVER-27709 Remove cycles & change incomplete tagADAM David Alan Martin2017-01-171-3/+6
* SERVER-27603 Rename mongo::inShutdown() to mongo::globalInShutdownDeprecated(...Andy Schwerin2017-01-151-1/+1
* SERVER-25932 Make MONGO_EXPORT_SERVER_PARAMETER use AtomicWord instead of std...Mark Benvenuto2017-01-051-1/+1
* SERVER-27497 Scope SCons Environment changes narrowlyAndrew Morrow2017-01-031-0/+2
* SERVER-27480 Move ShardRegistry updates out of sharding config.hKaloian Manassiev2016-12-212-0/+64
* SERVER-27325 deduplicate symbol `usingAShardConnection`Matt Cotter2016-12-132-5/+11
* SERVER-27078 fix race in ShardRegistry initializationMisha Tyulenev2016-12-072-27/+2
* SERVER-26955 Include maxTimeMs when running commands through ShardRemoteKaloian Manassiev2016-11-111-1/+1
* SERVER-26202 Relax index constraints in oplog applicationSiyuan Zhou2016-11-081-0/+1
* Revert "SERVER-26202 Relax index constraints in oplog application"Siyuan Zhou2016-11-061-1/+0
* SERVER-26202 Relax index constraints in oplog applicationSiyuan Zhou2016-11-041-0/+1
* SERVER-25665 Cleanup chunk metadata caching library dependenciesKaloian Manassiev2016-10-281-2/+2
* SERVER-25999 add list of error codes to Shard that can be used to determine w...Dianna Hohensee2016-10-284-0/+18
* Revert "SERVER-26793 in ShardRegistry::reload(), only attempt to remove Repli...Esha Maharishi2016-10-271-6/+3
* SERVER-26793 in ShardRegistry::reload(), only attempt to remove ReplicaSetMon...Esha Maharishi2016-10-271-3/+6
* SERVER-26787 move logging for removing a ReplicaSetMonitor to ReplicaSetMonit...Esha Maharishi2016-10-261-1/+0
* SERVER-26683 Log reason for marking repl hosts as failed in the RSMKaloian Manassiev2016-10-241-4/+4
* Revert "SERVER-26683 Log reason for marking repl hosts as failed in the RSM"Kaloian Manassiev2016-10-241-4/+4
* SERVER-26683 Log reason for marking repl hosts as failed in the RSMKaloian Manassiev2016-10-241-4/+4
* SERVER-26506 add tracking for commandsMisha Tyulenev2016-10-142-25/+30
* SERVER-25158 prevent 3.2 mongos from connecting to a featureCompatibilityVers...r3.3.13David Storch2016-09-221-3/+10
* SERVER-25865 stdx::unordered_map and stdx::unordered_setDavid Storch2016-09-081-3/+3
* SERVER-25910 fail setShardVersion on mongod if not running with --shardsvrEsha Maharishi2016-09-071-0/+4
* SERVER-25230 use ReplicaSetMonitor's ConnectionString when reloading shards f...Misha Tyulenev2016-09-072-6/+12
* SERVER-24600 Increase interruptibility of RemoteCommandTargeter::findHost.Andy Schwerin2016-09-071-4/+2
* SERVER-25938 ShardLocal::runCommand should parse writeConcernError even when ...Spencer T Brody2016-09-022-12/+1
* SERVER-25832 Add version of Shard::runCommand that retries indefinitely, and ...r3.3.12Spencer T Brody2016-08-292-3/+29
* SERVER-25832 Rename Shard::runCommand to Shard::runCommandWithFixedRetryAttemptsSpencer T Brody2016-08-293-11/+58
* Revert "SERVER-25832 Rename Shard::runCommand to Shard::runCommandWithFixedRe...Dan Pasette2016-08-263-58/+11
* SERVER-25832 Rename Shard::runCommand to Shard::runCommandWithFixedRetryAttemptsSpencer T Brody2016-08-263-11/+58
* SERVER-25126 Return a different error code if the step down occurs after the ...Siyuan Zhou2016-08-251-1/+2
* SERVER-23996 ShardRegistry::getShard should return a StatusWith<shared_ptr<Sh...Misha Tyulenev2016-08-253-9/+25
* SERVER-25393 Disallow mongos making connections to older versionsMark Benvenuto2016-08-191-14/+1
* SERVER-25568 shutdown task executors for ShardRegistry and ReplicaSet monitor...Misha Tyulenev2016-08-122-2/+15
* SERVER-22620 prefer config servers with recent opTimeMisha Tyulenev2016-08-091-6/+14
* SERVER-24213 Make addShard return success if attempting to add an already exi...Spencer T Brody2016-08-081-1/+2