summaryrefslogtreecommitdiff
path: root/src/mongo/s
Commit message (Expand)AuthorAgeFilesLines
* SERVER-23448 create an ASIO based MessagingPortMatt Cotter2016-05-201-2/+4
* SERVER-23973 Ensure config servers send the correct config server optime when...Spencer T Brody2016-05-1914-47/+195
* SERVER-23341 fix pessimizing moveEric Milkie2016-05-191-2/+2
* SERVER-22645 add new _configsvrAddShard commandEsha Maharishi2016-05-181-1/+7
* SERVER-24144 transformQueryForShards() should check for addition overflowTess Avitabile2016-05-181-6/+36
* SERVER-23341 replace ShardRegistry::reload with swapMisha Tyulenev2016-05-187-186/+360
* SERVER-24167 ChunkType should generate the chunk's _idKaloian Manassiev2016-05-189-69/+34
* SERVER-24104 Replace stdx::duration with mongo::Duration.Andy Schwerin2016-05-178-13/+24
* SERVER-24104 Replace direct uses of stdx::chrono::durations with MongoDB dura...Andy Schwerin2016-05-1725-164/+131
* SERVER-23134 added retry support for scheduling remote commands on a task exe...Benety Goh2016-05-162-33/+8
* SERVER-24115 Separate mongos pinging logic from the balancerKaloian Manassiev2016-05-106-78/+249
* SERVER-24071 Introduce ChunkVersion legacy format parserKaloian Manassiev2016-05-107-87/+62
* SERVER-24045 Refactor CanonicalQuery::canonicalize()Tess Avitabile2016-05-104-6/+12
* SERVER-23873 Optimize checking for interruptMathias Stearn2016-05-101-0/+1
* SERVER-23336 replace ShardResolver with RemoteCommandTargeter::findHostEsha Maharishi2016-05-1012-387/+141
* SERVER-21225 refactoring validateHostAsShard to improve addShard behavior and...Dianna Hohensee2016-05-102-242/+224
* SERVER-24071 Use ChunkRange for parsing and creating chunk boundsKaloian Manassiev2016-05-105-48/+33
* SERVER-24071 Fix pessimizing moveGeert Bosch2016-05-101-1/+1
* SERVER-24111 Move WriteConcernErrorDetail under mongo/rpcKaloian Manassiev2016-05-1018-319/+30
* Revert "SERVER-23336 replace ShardResolver with RemoteCommandTargeter::findHost"Esha Maharishi2016-05-0912-138/+388
* Revert "SERVER-24112 only include libs required for MONGO_INITIALIZER deps in...Esha Maharishi2016-05-091-6/+5
* SERVER-20224 Now only the command processor calls txn->setWriteConcern()Mathias Stearn2016-05-091-4/+11
* SERVER-24112 only include libs required for MONGO_INITIALIZER deps in cluster...Esha Maharishi2016-05-091-5/+6
* SERVER-23336 replace ShardResolver with RemoteCommandTargeter::findHostEsha Maharishi2016-05-0912-388/+138
* SERVER-24029 SERVER-24030 Fix hidden variables caught by coveritySpencer T Brody2016-05-092-6/+6
* SERVER-24071 Introduce ChunkRange classKaloian Manassiev2016-05-098-255/+190
* SERVER-22726 Propagate multikey paths computed during key generation.Max Hirschhorn2016-05-081-0/+1
* SERVER-24045 Refactor LiteParsedQueryTess Avitabile2016-05-062-37/+12
* 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-0512-77/+172
* SERVER-22672 Make moveChunk and shardCollection use the balancerKaloian Manassiev2016-05-0511-238/+292
* SERVER-23610 CanonicalQuery should own a CollatorInterfaceTess Avitabile2016-05-0513-22/+42
* SERVER-23213 Remove dead networking code from ShardRegistrySpencer T Brody2016-05-0411-374/+12
* SERVER-23213 Remove all users of ShardRegistry::kAllRetriableErrorsSpencer T Brody2016-05-036-46/+99
* SERVER-23327 shardCollection should warn if numInitialChunks is used with non...Misha Tyulenev2016-05-031-0/+9
* SERVER-23548 Remove VS2013 workaroundsMark Benvenuto2016-05-034-50/+0
* SERVER-23609 Make top chunk split use the balancer to move chunksKaloian Manassiev2016-05-0312-172/+153
* Revert "SERVER-23213 Remove all users of ShardRegistry::kAllRetriableErrors"Kyle Suarez2016-05-036-88/+39
* SERVER-23213 Remove all users of ShardRegistry::kAllRetriableErrorsSpencer T Brody2016-05-026-39/+88
* SERVER-23213 Remove all callers of ShardRegistry::exhaustiveFindOnConfigSpencer T Brody2016-05-022-3/+4
* SERVER-23211 Remove all callers of ShardRegistry::runCommandOnConfigWithRetriesSpencer T Brody2016-05-029-119/+178
* SERVER-23211 Remove all callers of ShardRegistry::runIdempotentCommandOnConfigSpencer T Brody2016-05-022-23/+34
* SERVER-23211 Remove all callers of ShardRegistry::runIdempotentCommandOnShardSpencer T Brody2016-05-0211-136/+222
* SERVER-23835 Remove metadata argument from Shard::runCommandSpencer T Brody2016-05-029-53/+45
* SERVER-23496 Fixing a memory leak in shard_local_test.cppDianna Hohensee2016-04-291-2/+2
* SERVER-22667 Balancer chunk selection policy interfaceKaloian Manassiev2016-04-298-185/+579
* SERVER-23609 Introduce RAII class for retrieving sharding cache objectsKaloian Manassiev2016-04-2913-188/+310
* SERVER-23647 Fix dynamic linkingSpencer T Brody2016-04-281-0/+3
* SERVER-22667 Balancer policy tests need to initialize the shard nameKaloian Manassiev2016-04-281-4/+17