summaryrefslogtreecommitdiff
path: root/src/mongo/s
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-76427 Rename $telemetry to $queryStatsWill Buerger2023-05-1712-54/+55
|
* Revert "SERVER-76427: Rename $telemetry to $queryStats"liubov.molchanova2023-05-1712-55/+54
| | | | This reverts commit d646e44b7801a3e5b3230bbae7dcfe05a5ed8707.
* SERVER-69922 Implement explain for updateOne, deleteOne, and findAndModifyJason Zhang2023-05-178-65/+416
|
* SERVER-77197 Change error code to NamespaceNotShardedSanika Phanse2023-05-171-1/+1
|
* SERVER-76427: Rename $telemetry to $queryStatsWill Buerger2023-05-1712-54/+55
| | | | Co-authored-by: Ted Tuckman <ted.tuckman@mongodb.com>
* SERVER-77124 Move TransactionResources under shard_role_apiKaloian Manassiev2023-05-162-5/+6
|
* SERVER-76983 Shutdown and join the CatalogCached's thread pool when mongos ↵Antonio Fuschetto2023-05-151-0/+8
| | | | terminates
* SERVER-75512 key telemetry store on hash rather than BSONObjDavis Haupt2023-05-153-1/+7
|
* SERVER-71590 Move write_ops dassert to invariant [Coverity]Nicholas Zolnierz2023-05-151-1/+1
|
* SERVER-62769 Enabling prevent direct shard operations feature flagSergi Mateo Bellido2023-05-151-2/+2
|
* SERVER-75758 Move information out of old sharding arch guideAllison Easton2023-05-121-4/+24
|
* SERVER-68655 Change ReplicationCoordinator::canAcceptWritesForDatabase to ↵mathisbessamdb2023-05-121-2/+2
| | | | take in DatabaseName obj
* SERVER-76530 Support findAndModify remove on a sharded timeseries collectionYoonsoo Kim2023-05-113-30/+164
|
* SERVER-74806 Account for header size when computing initial size of batch writeMihai Andrei2023-05-111-0/+22
|
* SERVER-74980 Reducing CatalogCache verbositySergi Mateo Bellido2023-05-111-10/+13
|
* SERVER-74491 Make DatabaseName::toString privatemathisbessamdb2023-05-103-4/+4
|
* SERVER-67966 Remove feature flag for PM-1858Cheahuychou Mao2023-05-109-69/+26
|
* SERVER-75757 Get rid of `autoSplitOnly` balancing modePierlauro Sciarelli2023-05-103-14/+28
|
* Revert "SERVER-75512 key telemetry store on hash rather than BSONObj"auto-revert-processor2023-05-103-7/+1
| | | | This reverts commit b6eab7e7d83b10cef5c57f781c1751b465aade9f.
* SERVER-76857 Have useTwoPhaseProtocol use the collection default collation ↵Jason Zhang2023-05-101-64/+22
| | | | if the collation is not specified
* SERVER-76948 Allow shard key fields to contain DBRefsCheahuychou Mao2023-05-102-2/+13
|
* SERVER-74519 Make ShardingTestFixtureCommon use unittest::TempDir for dbpathCheahuychou Mao2023-05-102-1/+7
|
* SERVER-76368 Allow TransactionRouter on a mongod to early reap retryable ↵Jack Mulrow2023-05-102-50/+4
| | | | sessions
* SERVER-75512 key telemetry store on hash rather than BSONObjDavis Haupt2023-05-093-1/+7
|
* SERVER-76524 Support textScore for findAndModify without shard keyJason Zhang2023-05-092-5/+39
|
* SERVER-76907 Include hint stage if the original query provides oneJason Zhang2023-05-091-0/+8
|
* SERVER-70118 Handle collection sharding state change during ↵Sanika Phanse2023-05-081-3/+4
| | | | _clusterQueryWithoutShardKey
* SERVER-76916 Keep ExtensionsCallbackNoop object in scope while parsing an updateJason Zhang2023-05-081-1/+2
|
* SERVER-76045 Introduce the new resetPlacementHistory server commandPaolo Polato2023-05-088-6/+184
|
* SERVER-65559 Get rid of legacy range deleter and RangeDeleterService feature ↵Pierlauro Sciarelli2023-05-081-6/+0
| | | | flag
* SERVER-74096 Add mongos subbatching tests for multi-target ops in bulkWrite ↵Kaitlin Mahar2023-05-051-6/+262
| | | | command
* SERVER-76613 Add shardDistribution in reshardCollection cmdJiawei Yang2023-05-054-0/+35
|
* SERVER-76557: Keep RequestShapifiers in telemetry storeWill Buerger2023-05-0511-13/+38
|
* SERVER-76876 Fix the comments of the ↵Paolo Polato2023-05-052-28/+19
| | | | ShardingCatalogClient::getShardsThatOwnData...() API methods
* SERVER-76028 Use only _id to target in _clusterWriteWithoutShardKey except ↵Jason Zhang2023-05-051-19/+104
| | | | for queries with the positional operator
* SERVER-76208 support query shape serialization in IDL for types with custom ↵Davis Haupt2023-05-044-9/+22
| | | | serializers
* SERVER-76757 Lower the default query sampling configuration refresh frequencyCheahuychou Mao2023-05-041-1/+1
|
* SERVER-75676 Run transaction API cleanup tasks on out of line executorJack Mulrow2023-05-044-22/+9
|
* Revert "SERVER-76208 support query shape serialization in IDL for types with ↵Davis Haupt2023-05-044-22/+9
| | | | | | custom serializers" This reverts commit 1470c88daaa805408f083a1c2f7bb22f1632b5d1.
* SERVER-76208 support query shape serialization in IDL for types with custom ↵Davis Haupt2023-05-034-9/+22
| | | | serializers
* SERVER-76781: Decouple opdebug metric collection from telemetryWill Buerger2023-05-036-38/+25
|
* SERVER-76424 Replace 'redact' with 'hmac' in $telemetry syntaxTed Tuckman2023-05-031-1/+1
|
* SERVER-74188 Add CurrOp debug metrics to checkMetadataConsistency commandPol Pinol Castuera2023-05-031-0/+10
|
* SERVER-73083 Support findAndModify with remove: true on a timeseries collectionYoonsoo Kim2023-05-031-1/+1
|
* SERVER-65369 Remove $_generateV2ResumeTokens parameter from aggregate ↵Arun Banala2023-05-031-10/+0
| | | | command after 7.0
* SERVER-57413 add feature flag featureFlagReshardingImprovementsJiawei Yang2023-05-021-0/+6
|
* SERVER-72187 Support Tenant ID on bulkWriteseanzimm2023-05-021-1/+2
|
* SERVER-73281 Support update and delete ops in bulkWrite command on mongosKaitlin Mahar2023-05-028-156/+461
|
* SERVER-73468 Break dependency of commands on op_metricsKaloian Manassiev2023-05-021-0/+2
|
* SERVER-73231 Support top-level 'let' variable in bulkWriteFrederic Vitzikam2023-05-024-10/+21
|