summaryrefslogtreecommitdiff
path: root/src/mongo/s
Commit message (Expand)AuthorAgeFilesLines
* SERVER-71297 Coverity analysis defect 134120: Fix VersionType::currentVersion...Tommaso Tocci2022-11-231-1/+1
* SERVER-71372 fix getMore of partial results from find on sharded clusterSteve Tarzia2022-11-162-1/+53
* SERVER-71141 Support sampling nested aggregate queries on sharded clustersCheahuychou Mao2022-11-152-14/+23
* SERVER-70206 Remove getLastError commandAlex Li2022-11-152-73/+0
* SERVER-71299 Fail startup if no ClusterId is foundTommaso Tocci2022-11-152-10/+4
* SERVER-71168 Indexes on config server global indexes collections should be cr...Allison Easton2022-11-151-0/+6
* SERVER-71341 Add strict: false to _clusterCommandsWithoutShardKey responses idlSanika Phanse2022-11-151-0/+2
* SERVER-71086 Refactor hedged-read-determination code to be shared between asy...George Wangensteen2022-11-145-333/+4
* SERVER-68852 Investigate handling of incorrect values for balancer settingsAllison Easton2022-11-142-0/+14
* SERVER-68888 Remove deprecated fields from config.versionTommaso Tocci2022-11-1211-667/+67
* SERVER-71281 Make opcounters.command on mongos not count inserts, updates and...Cheahuychou Mao2022-11-111-0/+4
* SERVER-69801 Support sampling aggregate queries on sharded clustersCheahuychou Mao2022-11-116-17/+56
* SERVER-71229 Make shardsvr mongod also act as a sampler for query analysisCheahuychou Mao2022-11-118-22/+160
* SERVER-71199 Create featureFlag for resilient movePrimaryAntonio Fuschetto2022-11-111-0/+5
* SERVER-70654 Add a warning when using find during moveChunk for a hashed shar...Allison Easton2022-11-091-0/+5
* SERVER-67103 Add global index copy when migrating a chunkMarcos José Grillo Ramirez2022-11-081-2/+2
* SERVER-71115 Add test coverage that explain queries are not sampledCheahuychou Mao2022-11-071-5/+18
* SERVER-69722 Deserialize AsyncResultsMergerParams correctly in multitenant en...mathisbessamdb2022-11-042-1/+15
* SERVER-69801 Support sampling find, count and distinct queries on sharded clu...Cheahuychou Mao2022-11-038-23/+87
* SERVER-69802 Support sampling write queries on sharded clustersCheahuychou Mao2022-11-0313-23/+284
* SERVER-67898 Add chunk size in bytes to BalancerCollectionStatusResponsePierlauro Sciarelli2022-11-021-1/+1
* SERVER-70754 Make shards support persisting diffs for sampled update queriesCheahuychou Mao2022-11-021-0/+18
* SERVER-70753 Make shards support persisting sampled write queriesCheahuychou Mao2022-11-022-0/+30
* SERVER-70473 Make shards persist sampled read queriesCheahuychou Mao2022-11-012-0/+6
* SERVER-70473 Make shards support persisting sampled read queriesCheahuychou Mao2022-11-015-0/+90
* SERVER-70745 explain command for cluster delete results in error when on shar...wenqinYe2022-11-019-4/+41
* SERVER-70199 Replace index timestamp with CollectionIndexes in GlobalIndexesC...Allison Easton2022-10-313-22/+24
* SERVER-70918 Change format of shardId in cluster_commands_without_shard_key.idlSanika Phanse2022-10-283-4/+4
* SERVER-69603 Do not report drop events as part of shardCollectionEnrico Golfieri2022-10-281-0/+5
* SERVER-70053 Serialize and deserialize DatabaseName correctly in multitenancy...jannaerin2022-10-271-2/+2
* SERVER-57469 return partial results when a shard times outSteve Tarzia2022-10-279-17/+334
* SERVER-70725 Narrow errors resulting in `CollectionUUIDMismatch` in cluster a...Gregory Noma2022-10-261-1/+2
* SERVER-69435 Make the CSS acquisition a RAIIJordi Serra Torrens2022-10-261-1/+0
* SERVER-69036: Avoid intermediate rounding in cluster_db_stats_cmdWill Buerger2022-10-251-8/+8
* SERVER-70097 Define a new method to query historical placement data at cluste...Enrico Golfieri2022-10-255-94/+116
* SERVER-70814 Remove const qualifier in _createCmdObj() method signatureSanika Phanse2022-10-251-4/+4
* SERVER-69714 Fix explain command for cluster write and cluster aggregate can ...wenqinYe2022-10-252-0/+3
* SERVER-70724 Pull out Shard command retry logic into static functionsBlake Oler2022-10-254-25/+57
* SERVER-70195 Two no-indexes ComparableIndexVersions should compare as the sameAllison Easton2022-10-255-151/+150
* SERVER-70246 Deprecate collStatsJacob Evans2022-10-241-0/+7
* SERVER-70090 Replace CollectionGeneration with UUID in CollectionIndexesAllison Easton2022-10-2430-315/+289
* SERVER-70125 Catch DBException inside QueryAnalysisSampler's periodic jobCheahuychou Mao2022-10-241-1/+8
* SERVER-69721 Serialize and deserialize namespace in cursor reply objects corr...jannaerin2022-10-217-8/+8
* SERVER-70756 Make QueryAnalysisCoordinator store configurations in unordered_...Cheahuychou Mao2022-10-211-10/+10
* SERVER-70755 Reorganize IDL and feature flag code for analyze_shard_keyCheahuychou Mao2022-10-2110-57/+166
* SERVER-67887 Add metrics for the first non-auth command on an ingress connectionVojislav Stojkovic2022-10-203-0/+10
* SERVER-68650 Improve async RPC API naming conventions and fix use of retry po...George Wangensteen2022-10-193-41/+34
* SERVER-69917 Implement _clusterWriteWithoutShardKey commandSanika Phanse2022-10-182-10/+92
* SERVER-68647 create feature flag for pm-3014Andrew Witten2022-10-181-0/+4
* SERVER-70657 Update NOMAS feature flags version to 6.0Pierlauro Sciarelli2022-10-181-2/+2