summaryrefslogtreecommitdiff
path: root/src/mongo/s
Commit message (Expand)AuthorAgeFilesLines
* SERVER-42164 Allowed ErrorCode::is{Category} to take a StatusBen Caimano2019-07-231-1/+1
* SERVER-42106 Use auto-generated _ids for config.chunks and config.tagsJamie Heppenstall2019-07-2211-73/+115
* SERVER-41480 Increment major version on splits where the shard version equals...Matthew Saltz2019-07-222-0/+37
* SERVER-42120 Add configsvrRenameCollection that takes NamespaceSerializer loc...Jason Zhang2019-07-182-0/+55
* SERVER-39692 Make mongos shutdown drain all in-progress transactionsRandolph Tan2019-07-182-8/+82
* SERVER-42201 Fix namespace validation for MR cluster commandXin Hao Zhang2019-07-171-1/+1
* SERVER-41950 MongoS should attach dbVersion on agg path when collection is un...jannaerin2019-07-174-11/+19
* SERVER-41739 Attach dbVersion for find operation when attaching shardVersion ...Jason Zhang2019-07-161-0/+29
* SERVER-40785 Create WaitForMajorityService to allow waiting for write concern...Randolph Tan2019-07-161-9/+11
* SERVER-41717 Create KeyStringBuilder, KeyStringValue, and KeyStringTypeBits c...Daniel Solnik2019-07-161-1/+1
* SERVER-41658 Convert ShardCollectionType into an IDL typeJamie Heppenstall2019-07-129-452/+255
* SERVER-42134 Deprecate certain mapReduce parametersCharlie Swanson2019-07-121-0/+7
* SERVER-41951 Make the findAndModify path on mongos attach databaseVersion whe...Jason Zhang2019-07-123-15/+28
* SERVER-41944 Validate the given shard key for refineCollectionShardKeyJamie Heppenstall2019-07-112-0/+10
* SERVER-35807 Prepend _movePrimary and _cloneCatalogData internal commands wit...Jason Zhang2019-07-101-1/+6
* SERVER-40785 Change sharding fixed and arbitrary executors from unique_ptr to...Randolph Tan2019-07-0929-82/+104
* SERVER-42034 remove BSONObjBuilder::numStrBilly Donahue2019-07-091-2/+4
* SERVER-36446 Remove unnecessary debug assert in shard_key_pattern.cppBlake Oler2019-07-092-2/+4
* SERVER-30607 Do not log MongoS build info twice at startupKaloian Manassiev2019-07-092-5/+10
* SERVER-41867 Do not reacquire the catalog cache mutex if getDatabase/getChunk...Kaloian Manassiev2019-07-091-5/+3
* SERVER-41867 Make the callbacks chain in `_scheduleDatabaseRefresh` look like...Kaloian Manassiev2019-07-091-24/+24
* SERVER-41943 Validate the given namespace for refineCollectionShardKeyJamie Heppenstall2019-07-032-3/+21
* SERVER-9763 Remove BSONObjBuilder append unsigned methodAlya Berciu2019-07-031-0/+1
* SERVER-31252 Update comments for pinCursor and checkOutCursor.George Wangensteen2019-07-031-0/+7
* SERVER-40848 Add debug logging to investigate difference in opTime returned b...jannaerin2019-07-031-0/+2
* SERVER-41938 Refactor mapReduce command in support of alternate execution pathJames Wahlin2019-07-034-672/+726
* SERVER-40968 Core DocumentStorage changes for Document/Value optimizationMartin Neupauer2019-07-024-15/+10
* SERVER-42005 Don't refer to deleted memory in transaction router unit testBlake Oler2019-07-011-3/+5
* SERVER-41160 Add shutdown method for CatalogCacheLoaderRandolph Tan2019-07-014-2/+32
* SERVER-41750 refactor renamed paths API.George Wangensteen2019-06-281-6/+5
* SERVER-16917 Add totalSize field to dbStats and collStatsMaria van Keulen2019-06-282-4/+4
* SERVER-41676 Convert TransactionRouter to use observer pattern to synchronize...Blake Oler2019-06-2720-805/+1007
* SERVER-26531 Change ConfigServerTestFixture::setupChunks to `void`Kaloian Manassiev2019-06-273-16/+7
* SERVER-7143 replace standard library number parsing with custom NumberParserNathan Brown2019-06-271-1/+1
* SERVER-41290 Pipeline stages can incorrectly passthrough mongos when nested w...Arun Banala2019-06-271-2/+1
* SERVER-38539 Remove $_internalLatestOplogTimestamp and mergeByPBRT from chang...Bernard Gorman2019-06-255-147/+36
* SERVER-41195 Turn off auto-splitting when the balancer is turned offRandolph Tan2019-06-242-1/+30
* SERVER-39936 Use PeriodicRunner handles to simplify shutdown orderingBen Caimano2019-06-211-7/+0
* SERVER-41184 Add metrics to indicate the amount of sharded updates done with ...Arun Banala2019-06-212-0/+15
* SERVER-41809 Collapse unit tests on a per-directory basisAndrew Morrow2019-06-206-293/+106
* SERVER-41657 Create new ActionType called refineCollectionShardKeyJamie Heppenstall2019-06-191-3/+3
* SERVER-41481 1 started new branch, added functionality for exhaustCursorId o...Vishnu Kaushik2019-06-191-1/+12
* SERVER-33967 Include executionTimeMillis for each shard in the explain outputAnton Korshunov2019-06-191-16/+1
* SERVER-41682 Turned on matchPrimaryNodeBen Caimano2019-06-191-1/+1
* SERVER-41602 Activate followBusiestNode in ShardingTaskExecutorBen Caimano2019-06-192-87/+170
* SERVER-41655 Add classes RefineCollectionShardKeyCommand and ConfigsvrRefineC...Jamie Heppenstall2019-06-184-2/+107
* SERVER-41071 Replace NULL and 0 with nullptrA. Jesse Jiryu Davis2019-06-1414-99/+101
* SERVER-41653 Create IDL types for refineCollectionShardKey and _configsvrRefi...Jamie Heppenstall2019-06-131-0/+59
* SERVER-41375 Add successfulDurationMicros to commitTypes in mongos transactio...Jamie Heppenstall2019-06-135-5/+96
* SERVER-41373 Add abortCause to mongos transactions serverStatus outputJamie Heppenstall2019-06-114-0/+33