summaryrefslogtreecommitdiff
path: root/src/mongo/s
Commit message (Expand)AuthorAgeFilesLines
* SERVER-22359 Rename OperationShardVersion to OperationShardingStateKaloian Manassiev2016-03-094-8/+17
* SERVER-21976 fixing mongos' routing of dataSize command to mongods: it was us...Dianna Hohensee2016-03-081-1/+2
* SERVER-22972 Remove usages of OldClientContext which reference databaseKaloian Manassiev2016-03-082-16/+18
* SERVER-22203 consolidate shardVersion checks to using the OperationShardVersion.Esha Maharishi2016-03-072-43/+2
* SERVER-22937 Retry operations run through the ShardRegistry wherever possibleSpencer T Brody2016-03-0715-166/+123
* SERVER-22359 Move op observer hooks to CollectionShardingStateKaloian Manassiev2016-03-072-92/+0
* SERVER-22950 make mongos shutdown always go through exitCleanlyAdam Midvidy2016-03-041-2/+2
* SERVER-22318 remove SCCC supportMisha Tyulenev2016-03-0341-5208/+115
* SERVER-22762 convert collection_metadata_test and metadata_loader_test to use...Esha Maharishi2016-03-031-1/+11
* SERVER-22656 Move _recvChunkStart command parsing to separate classKaloian Manassiev2016-03-021-1/+0
* SERVER-17468 don't log balancer rounds to the actionlog if no chunks are movedDianna Hohensee2016-02-291-5/+5
* SERVER-22849 Always update the visible opTimeKaloian Manassiev2016-02-261-15/+16
* SERVER-22862 Fix deadlock between ShardRegistry and ReplicaSetMonitorSpencer T Brody2016-02-264-111/+136
* SERVER-22628 MoveChunkRequest for constructing moveChunk commandsKaloian Manassiev2016-02-256-25/+406
* SERVER-22849 Improve logging for splitChunkKaloian Manassiev2016-02-251-3/+5
* SERVER-22590 improve applyChunkOpsDeprecated to check for false failures in c...Dianna Hohensee2016-02-2414-47/+201
* SERVER-22427 add logging for 'Operation timed out' errorsEsha Maharishi2016-02-241-0/+6
* SERVER-22783 Consolidate WriteConcernError parsingKaloian Manassiev2016-02-2412-126/+105
* SERVER-22797 Calls to ShardRegistry::reload needs to be serializedRandolph Tan2016-02-242-23/+62
* SERVER-22792 Add more logging in shard registry reloadRandolph Tan2016-02-231-1/+2
* SERVER-22789 Use stdx::make_unique instead of std::make_uniqueKaloian Manassiev2016-02-231-2/+3
* SERVER-22789 CSRS catalog manager writes should use writeConcern majorityKaloian Manassiev2016-02-233-23/+146
* SERVER-22628 Use MigrationSecondaryThrottleOptions for parsing the balancer s...Kaloian Manassiev2016-02-2312-123/+143
* SERVER-13123 All callers of PlanExecutor::getNext need to deal with error ret...Tess Avitabile2016-02-181-3/+26
* SERVER-22725 prevent concurrent exitCleanly execution in mongosEric Milkie2016-02-181-0/+12
* SERVER-22698 fix duplicate error codes caused by broken errorcodes.pyAdam Midvidy2016-02-171-3/+3
* SERVER-22628 Sharding secondary throttle parsing into separate classKaloian Manassiev2016-02-178-29/+429
* SERVER-22627 Mark hosts which failed due to OperationTimeout as faultyKaloian Manassiev2016-02-171-0/+5
* SERVER-22593 Don't separately send collection epoch during moveChunkKaloian Manassiev2016-02-121-2/+0
* SERVER-22591 Move ChunkMoveWriteConcernOptions to separate fileKaloian Manassiev2016-02-121-0/+1
* SERVER-22569 Change findParentEqualityElement() to return by value.Max Hirschhorn2016-02-121-1/+1
* SERVER-22499 Mark mongos as inShutdown() as soon as shutdown startsSpencer T Brody2016-02-081-45/+43
* SERVER-22287 added replicaSetId field to replica set configuration and metadata.Benety Goh2016-02-051-10/+10
* SERVER-21476 ChunkVersion assumes little endianJason Carey2016-02-051-20/+13
* SERVER-22276 SERVER-22277 implement "j" flag in write concern apply to second...matt dannenberg2016-02-043-6/+9
* SERVER-20290 Introduce migration session idDianna Hohensee2016-02-021-8/+27
* SERVER-21896 reload ChunkManager cache when shard does not existsMisha Tyulenev2016-02-011-5/+11
* SERVER-20030 Shut down ShardRegistrySpencer T Brody2016-01-295-92/+171
* SERVER-20418 Make sure that we always start the distlock pinger when running ...Spencer T Brody2016-01-225-53/+30
* SERVER-22247 Fix clang compile errorKaloian Manassiev2016-01-211-1/+1
* SERVER-20036 Interrupt mapReduce and movePrimary commands on catalog manager ...Spencer T Brody2016-01-214-19/+49
* SERVER-21797 unify cursor response commands to respond with up to 16MB of dataDavid Storch2016-01-211-20/+12
* SERVER-20808 reject negative ntoreturn on OP_GET_MORE messagesDavid Storch2016-01-211-1/+3
* SERVER-22247 Do not fail when parsing pre-2.2 sharding collection metadataKaloian Manassiev2016-01-216-13/+71
* SERVER-22174 Cleanup unused sharding codeKaloian Manassiev2016-01-203-24/+1
* SERVER-22169 Avoid deadlock with LegacyCatalogManager's lock pinger thread wh...Spencer T Brody2016-01-191-2/+5
* SERVER-22057 refactor OpObserver::onUpdate and MigrationSourceManager::logUpd...Dianna Hohensee2016-01-152-4/+4
* SERVER-22114 Fix commentRandolph Tan2016-01-151-2/+2
* SERVER-22114 Avoid doing unnecessary repeated calls to DBConfig::_loadRandolph Tan2016-01-152-10/+40
* SERVER-22114 Remove unnecessary refresh in ChunkManagerTargeter::refreshNowRandolph Tan2016-01-158-112/+60