summaryrefslogtreecommitdiff
path: root/src/mongo/s
Commit message (Expand)AuthorAgeFilesLines
* SERVER-27995 make repl_set* naming convention consistentJudah Schvimer2017-03-067-7/+7
* SERVER-28163 make cluster_get_last_error_cmd.cpp use ARS instead of DBClientM...Esha Maharishi2017-03-066-170/+160
* SERVER-28155 Fix broken UBSAN buildKaloian Manassiev2017-03-021-1/+7
* SERVER-27891 Disable writeConcern support for mongos reIndexMaria van Keulen2017-03-021-1/+1
* SERVER-28161 make ClusterWrite::explain path use ARS instead of DBClientMulti...Esha Maharishi2017-03-024-37/+60
* SERVER-27768 Implement HMAC key for signing Logical clock's storage & distrib...Jack Mulrow2017-03-021-2/+6
* SERVER-28173 create a component that sends requests in parallel to multiple h...Esha Maharishi2017-03-023-0/+633
* SERVER-20854 Pull the diff tracker's query generation logic outside of the te...Kaloian Manassiev2017-03-023-27/+16
* SERVER-28155 Get rid of the 'mongoscore' sharding libraryKaloian Manassiev2017-03-0118-252/+166
* SERVER-28155 Get rid of the 'serveronly' sharding libraryKaloian Manassiev2017-03-0115-342/+30
* SERVER-28155 Move ChunkManagerTargeter in the sharding commands libraryKaloian Manassiev2017-03-0112-149/+126
* SERVER-27704 persist chunk metadata on shard primaryDianna Hohensee2017-03-018-13/+214
* Revert "SERVER-27860 remove invariants to prevent ShardLocal running on shard...Dianna Hohensee2017-03-0118-244/+266
* SERVER-27773 add operationTime field to the command responseMisha Tyulenev2017-02-281-7/+0
* SERVER-28094 Remove the StaticObserverAndrew Morrow2017-02-271-2/+1
* SERVER-27977 Remove unused config conn string command parametersDianna Hohensee2017-02-2712-106/+31
* SERVER-28106 Cleanup the contract of ChunkManager::findIntersectingChunkKaloian Manassiev2017-02-2713-155/+93
* SERVER-28111 Move ParallelSortClusteredCursor to mongo/s/clientKaloian Manassiev2017-02-277-9/+1591
* SERVER-28111 Cleanup the ChunkManagerKaloian Manassiev2017-02-276-100/+97
* SERVER-28098 Get rid of DBConfig::getAllShardIdsKaloian Manassiev2017-02-243-22/+20
* SERVER-27749 Refactor ShardingEgressMetadataHookRandolph Tan2017-02-241-14/+2
* SERVER-3181 Add nameOnly option to listDatabasesGeert Bosch2017-02-191-3/+10
* SERVER-28030 Remove writes from ChunkManagerKaloian Manassiev2017-02-187-455/+676
* SERVER-28030 Remove writes from ChunkKaloian Manassiev2017-02-183-80/+15
* SERVER-28030 Move catalog_cache.h/.cpp to mongo/s/Kaloian Manassiev2017-02-1833-67/+80
* SERVER-27855 Attach all NetworkInterface instances with EgressHooksRandolph Tan2017-02-174-6/+15
* SERVER-27973 make ClusterClientCursor own ClusterClientCursorParams and pass ...Esha Maharishi2017-02-1617-177/+125
* SERVER-28004 Add build system support for iOS-related Darwin variantsAndrew Morrow2017-02-151-0/+1
* SERVER-27746: Integrate LogicalClock with oplogMisha Tyulenev2017-02-152-0/+14
* SERVER-27860 remove invariants to prevent ShardLocal running on shards and re...r3.5.3Dianna Hohensee2017-02-1018-266/+244
* SERVER-27965 thread OperationContext* down through ClusterClientCursor's next...Esha Maharishi2017-02-0933-386/+380
* SERVER-27828: Pass ServiceContext to oplog and ReplicationCoordinator methods...Misha Tyulenev2017-02-082-5/+6
* SERVER-27382 Get rid of the DBConfig::reload methodKaloian Manassiev2017-02-082-21/+13
* SERVER-27382 Get rid of DBConfig::getChunkManagerOrPrimaryKaloian Manassiev2017-02-075-91/+36
* SERVER-27382 Remove usages of DBConfig::reload/getChunkManagerOrPrimary from ...Kaloian Manassiev2017-02-0611-88/+152
* SERVER-27701 fix race in AsyncResultsMerger error handlingDavid Storch2017-02-062-2/+45
* SERVER-27924 improve comment around event signaling in AsyncResultsMergerEsha Maharishi2017-02-061-3/+4
* Revert "SERVER-27382 Remove usages of DBConfig::reload/getChunkManagerOrPrima...Kaloian Manassiev2017-02-0311-149/+89
* SERVER-27382 Remove usages of DBConfig::reload/getChunkManagerOrPrimary from ...Kaloian Manassiev2017-02-0311-89/+149
* SERVER-27382 Remove usage of DBConfig::reload from ClusterFindKaloian Manassiev2017-02-021-28/+20
* SERVER-27382 Remove usage of DBConfig::reload from ChunkManagerTargeterKaloian Manassiev2017-02-022-18/+11
* SERVER-27809 Move Chunk::splitIfShould to cluster_write.h/.cppKaloian Manassiev2017-01-3010-612/+491
* SERVER-27809 Move regular chunk split to the balancerKaloian Manassiev2017-01-305-58/+31
* SERVER-27804 add additional parsers to ChunkType for shard's config.chunks.uu...Dianna Hohensee2017-01-3015-172/+382
* SERVER-27809 Move chunk 'at median' split to the cluster split commandKaloian Manassiev2017-01-258-201/+146
* SERVER-27550 Delete dead balancer dist lock codeNathan Myers2017-01-231-37/+37
* SERVER-27625 remove dead ANSA and setShardVersion codeEsha Maharishi2017-01-239-937/+2
* SERVER-27736 Do not store unsharded collections in DBConfigKaloian Manassiev2017-01-1913-261/+174
* SERVER-27584 add filter to listDatabases commandDavid Storch2017-01-197-24/+74
* SERVER-27726 Split ShardingCatalogManagerImpl into multiple .cpp filesKaloian Manassiev2017-01-1810-2319/+2196