summaryrefslogtreecommitdiff
path: root/src/mongo
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-69435 Make the CSS acquisition a RAIIJordi Serra Torrens2022-10-2679-689/+658
|
* SERVER-69036: Avoid intermediate rounding in cluster_db_stats_cmdWill Buerger2022-10-251-8/+8
|
* SERVER-70341 Extract cost_model module from the optimizerAlexander Ignatyev2022-10-2510-142/+629
|
* SERVER-68877 Update ServerClusterParameterInitializer to work multitenantlyGabriel Marks2022-10-258-189/+447
|
* SERVER-70097 Define a new method to query historical placement data at ↵Enrico Golfieri2022-10-256-145/+230
| | | | cluster level
* 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
| | | | be invoked on non-shardsvr mongod
* SERVER-70724 Pull out Shard command retry logic into static functionsBlake Oler2022-10-255-45/+58
|
* SERVER-69214 Acquire lock in TenantMigrationDonorService before accessing ↵Didier Nadeau2022-10-251-0/+1
| | | | members
* SERVER-66744 Renaming view in a sharded cluster must return same errors of ↵Enrico Golfieri2022-10-251-7/+16
| | | | plain replica set
* SERVER-70022 Optimize ScopedTimer by using two constructorsRuoxin Xu2022-10-259-152/+21
|
* SERVER-70195 Two no-indexes ComparableIndexVersions should compare as the sameAllison Easton2022-10-258-173/+176
|
* SERVER-69809: Condition path rewrites to apply only under EvalPathMatt Boros2022-10-242-7/+81
|
* SERVER-69466 [CQF] Transition PartialSchemaRequirements output binding to be ↵Svilen Mihaylov2022-10-2410-96/+94
| | | | boost::optional
* SERVER-70653 Call checkIfCollectionIsAlreadySharded without acquiring the ↵Paolo Polato2022-10-241-5/+29
| | | | collection CriticalSection
* SERVER-62880 Use tid field to apply applyOps and transactions oplog entriesjannaerin2022-10-244-13/+240
|
* SERVER-70773 Skip rebuilding instance on stepup in tenant migration ↵Didier Nadeau2022-10-241-0/+3
| | | | recipient service test
* SERVER-68102 Improve Recursive IXScan for SBEZixuan Zhuang2022-10-2412-1083/+750
|
* SERVER-70246 Deprecate collStatsJacob Evans2022-10-242-0/+14
|
* SERVER-68313 Update ClusterServerParameterRefresher to be tenant-awareGabriel Marks2022-10-248-88/+335
|
* SERVER-70787 Fix race condition in ticketholder_testJordi Olivares Provencio2022-10-241-3/+7
|
* SERVER-70571 Set reasonable value for shard split timeoutMatt Broadstone2022-10-242-5/+8
|
* SERVER-70658 Prepare pre-image purging job to operate in serverless and ↵Romans Kasperovics2022-10-244-95/+106
| | | | non-serverless modes
* SERVER-70305 support encrypted range payloads under gt/lt expressionsDavis Haupt2022-10-248-84/+189
|
* SERVER-70601 Separate TicketHolder management from TicketHolder logicHaley Connelly2022-10-2412-266/+198
|
* SERVER-70090 Replace CollectionGeneration with UUID in CollectionIndexesAllison Easton2022-10-2462-417/+395
|
* SERVER-68444 Remove added traverse selectivity for FilterNodesAlya Berciu2022-10-244-112/+112
|
* SERVER-70125 Catch DBException inside QueryAnalysisSampler's periodic jobCheahuychou Mao2022-10-241-1/+8
|
* SERVER-70652 Support new WT verbosity levelsWill Korteland2022-10-233-14/+30
|
* Revert "SERVER-62880 Use tid field to apply applyOps and transactions oplog ↵auto-revert-processor2022-10-224-240/+13
| | | | | | entries" This reverts commit 9a60ad4e90d5e2faccedcea26e31b1992676d395.
* Revert "SERVER-70602 Handle faulty balancerCompliant reporting by waiting ↵auto-revert-processor2022-10-221-6/+0
| | | | | | for some no-op balancing rounds" This reverts commit 06e43e02a452ae1c4fffcffb0242b4a528bdacb4.
* SERVER-70750 clean up ticketholder and curop library dependenciesBenety Goh2022-10-212-4/+7
|
* SERVER-62880 Use tid field to apply applyOps and transactions oplog entriesjannaerin2022-10-214-13/+240
|
* SERVER-69721 Serialize and deserialize namespace in cursor reply objects ↵jannaerin2022-10-2122-77/+98
| | | | correctly in multitenant environment
* SERVER-70770 [CQF] Fix requirement on rid for non-sargable filtersSvilen Mihaylov2022-10-213-52/+58
|
* SERVER-70756 Make QueryAnalysisCoordinator store configurations in ↵Cheahuychou Mao2022-10-213-14/+17
| | | | unordered_map instead of map
* SERVER-70755 Reorganize IDL and feature flag code for analyze_shard_keyCheahuychou Mao2022-10-2113-122/+218
|
* SERVER-70643: Fix TODOs in testsColin Stolley2022-10-211-5/+5
|
* SERVER-69720 Use an aggregation to get the global indexes in recovery modeMarcos Jose Grillo Ramirez2022-10-212-23/+74
|
* SERVER-67240: Fix TTL Monitor Race with Shard MergeChristopher Caplinger2022-10-211-4/+16
|
* SERVER-70743 Make validate command tenant awarejannaerin2022-10-213-9/+13
|
* SERVER-70764 remove unused function getPreviousOplogEntry()Benety Goh2022-10-212-19/+0
|
* SERVER-68337 Perform `collectionUUID` check inside `AutoGetCollection`Gregory Noma2022-10-2124-188/+181
|
* SERVER-70602 Handle faulty balancerCompliant reporting by waiting for some ↵Silvia Surroca2022-10-211-0/+6
| | | | no-op balancing rounds
* SERVER-70328 Fix unused return code in global_index::deleteKeyYu Jin Kang Park2022-10-211-4/+5
|
* Revert "SERVER-53657 Add 'spillFileSizeBytes' and 'numBytesSpilledEstimate' ↵auto-revert-processor2022-10-216-35/+8
| | | | | | to $group execution stats explain output" This reverts commit 7cda7dd4df551cb5ff95b0a913b6dbb812320def.
* SERVER-69648 [SBE] Improve visit(ExpressionConcatArrays*) and ↵Drew Paroski2022-10-204-94/+63
| | | | visit(ExpressionObject*)
* SERVER-67887 Add metrics for the first non-auth command on an ingress connectionVojislav Stojkovic2022-10-2013-3/+271
|
* SERVER-70361 Prevent crash due to duration overflow in ↵Blake Oler2022-10-205-22/+115
| | | | waitForConditionOrInterruptNoAssertUntil()
* SERVER-68735 CQF to classic fallback for out of scope command parametersBen Shteinfeld2022-10-203-6/+71
|