summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-69435 Make the CSS acquisition a RAIIJordi Serra Torrens2022-10-2679-689/+658
|
* Import wiredtiger: 0dd3dbbf1bcef5cc67e303803f05cea601c6ac5d from branch ↵Luke Chen2022-10-262-38/+40
| | | | | | | | | mongodb-master ref: d5edce423f..0dd3dbbf1b for: 6.2.0-rc0 WT-10024 Simplify testutil_parse_opts tester to be less dependent on TEST_OPTS layout. (#8404)
* Import wiredtiger: d5edce423f92ef3208b711735b803cc712ff807b from branch ↵Luke Chen2022-10-263-14/+30
| | | | | | | | | mongodb-master ref: add600e46f..d5edce423f for: 6.2.0-rc0 WT-10027 Fix session txn statistic to exclude eviction work. (#8407)
* Import wiredtiger: add600e46f1d45162cb05d732cdbcd415e8a915b from branch ↵Luke Chen2022-10-262-3/+5
| | | | | | | | | mongodb-master ref: 223f91e7c5..add600e46f for: 6.2.0-rc0 WT-10023 Remove duplicate call to verify in test/format (#8402)
* Import wiredtiger: 223f91e7c5d70bfad81ef2a736fc7ef838ec7c75 from branch ↵Luke Chen2022-10-264-38/+95
| | | | | | | | | mongodb-master ref: f9e47bfdfb..223f91e7c5 for: 6.2.0-rc0 WT-9992 Fix test_prepare_hs03.py in the presence of timestamp hooks. (#8397)
* Import wiredtiger: f9e47bfdfb3bc14c43aa7aa2f23bb0f8cad4c0bd from branch ↵Luke Chen2022-10-264-26/+37
| | | | | | | | | mongodb-master ref: 2145553c32..f9e47bfdfb for: 6.2.0-rc0 WT-9244 Document updated verbose levels (#8400)
* Import wiredtiger: 2145553c32d67a32dd9646c7d5777a5373204b8a from branch ↵Luke Chen2022-10-262-1/+8
| | | | | | | | | mongodb-master ref: c522dcecae..2145553c32 for: 6.2.0-rc0 WT-9877 Fix assertion failure when evicting metadata page during checkpoint-cursor operation (#8380)
* Import wiredtiger: c522dcecaee4091682cdbba66353df47a9f14e27 from branch ↵Luke Chen2022-10-267-22/+27
| | | | | | | | | mongodb-master ref: 6b76dc235a..c522dcecae for: 6.2.0-rc0 WT-10022 - Replace sprintf with snprintf in bench and test code (#8399)
* Import wiredtiger: 6b76dc235a10e869bc5c1b858dc8ffff7f8edced from branch ↵Luke Chen2022-10-263-4/+1
| | | | | | | | | mongodb-master ref: 042827a421..6b76dc235a for: 6.2.0-rc0 WT-10020 Remove backwards-compatible debug level (#8396)
* SERVER-63211 icecream 1.1 will use wrong objcopyJuan Gu2022-10-252-20/+17
|
* SERVER-62201 Backport removed tests to masterAlexander Neben2022-10-251-728/+594
|
* SERVER-69036: Avoid intermediate rounding in cluster_db_stats_cmdWill Buerger2022-10-252-8/+109
|
* SERVER-70341 Extract cost_model module from the optimizerAlexander Ignatyev2022-10-2510-142/+629
|
* SERVER-70805: Add test package publish stepTural Farhadov2022-10-254-0/+584
|
* 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-67681 Create specific target for compile commandsJuan Gu2022-10-252-0/+21
|
* 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-253-0/+40
| | | | 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-254-12/+47
| | | | 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-70707 Fix bug in Windows portion of Spawnhost scriptMatt Kneiser2022-10-241-8/+7
|
* 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-69837 Cron to publish metrics collected from projectTausif Rahman2022-10-248-84/+190
|
* 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-249-101/+378
|
* SERVER-61432 symbolizer should not change global logging configjasurbeknurboyev2022-10-241-30/+48
|
* 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-245-7/+16
|
* SERVER-70757 Tag command_let_variables_merge_only.js with uses_outAlexander Ignatyev2022-10-241-0/+1
|
* 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-65040 Consolidate compile tasks for required variantsRob Guo2022-10-2414-746/+545
|
* 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
|
* Import wiredtiger: 042827a42111af42b743c1e5add01c584bbcc93d from branch ↵Luke Chen2022-10-2312-44/+116
| | | | | | | | | mongodb-master ref: b55f1f03a6..042827a421 for: 6.2.0-rc0 WT-9144 Update Wiredtiger cursor documentation (#8367)
* Import wiredtiger: b55f1f03a66fbe568a3681862b672311b9280b2c from branch ↵Luke Chen2022-10-233-22/+21
| | | | | | | | | mongodb-master ref: a4a03f0117..b55f1f03a6 for: 6.2.0-rc0 WT-9994 - Fix coverity warnings in wt9937_parse_opts (#8392)
* Import wiredtiger: a4a03f0117f2c1a9868cc6aa33d1e6e432a41cf7 from branch ↵Luke Chen2022-10-232-2/+7
| | | | | | | | | mongodb-master ref: ad3626c6eb..a4a03f0117 for: 6.2.0-rc0 WT-10012 Checking if waitstatus_to_exitcode exists prior to using it (#8391)
* Import wiredtiger: ad3626c6eb48f747968fa2ee549f465126eb6a3f from branch ↵Luke Chen2022-10-232-15/+35
| | | | | | | | | mongodb-master ref: ab4d65609f..ad3626c6eb for: 6.2.0-rc0 WT-10008 Adding a new evergreen variant to run CppSuite stress tests on ARM (#8385)
* SERVER-70652 Support new WT verbosity levelsWill Korteland2022-10-233-14/+30
|