summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Update README.mdtechbelle-patch-1Rachelle Palmer2022-11-291-7/+9
| | | updated with new DevCenter, University links; updated download instructions, removed duplicate Compass instructions
* SERVER-71647 Change evaluation of stmtId to use ↵Sanika Phanse2022-11-291-2/+2
| | | | parsedRequest.getStmtId().value_or(0)
* SERVER-71250 Ensure aliased platform names work in package testsRyan Egesdahl2022-11-292-11/+34
|
* SERVER-71659 Increment the expected number of cursorSeeks by the number of ↵Adityavardhan Agrawal2022-11-291-9/+14
| | | | yields
* SERVER-70679 Allow compact to run against time-series collectionsGregory Wlodarek2022-11-294-3/+50
|
* SERVER-70323 converts many sharding invariants to tassertTommaso Tocci2022-11-295-113/+177
|
* SERVER-71562 Prevent reopening compressed bucketsDan Larkin-York2022-11-292-5/+10
|
* SERVER-71227: Add SSB to sys-perf tasks.Colin Stolley2022-11-291-0/+10
|
* SERVER-71449 log_successs_msg: not foundAbdulrahmanKanaan2022-11-291-1/+1
| | | | | | | | | | when using service status command fixing "/etc/init.d/mongodb: 251: log_successs_msg: not found" error spelling mistake "log_successs_msg" to "log_success_msg" Closes https://github.com/mongodb/mongo/pull/1500 Signed-off-by: Ryan Egesdahl <ryan.egesdahl@mongodb.com>
* SERVER-71493 Fix regex in quiet_shell.jsShreyas Kalyan2022-11-291-1/+1
|
* SERVER-71630 Return an error Status if OnCoefficientsChangeUpdater is emptyRuoxin Xu2022-11-291-0/+5
|
* SERVER-71320 Check for binVersion and userRandomBinVersion in nodeOptionsIvan Fefer2022-11-291-4/+5
|
* SERVER-69456 Set new cost model as defaultAlexander Ignatyev2022-11-2918-179/+391
|
* SERVER-69959 Introduce majority committed point advancement notification ↵Denis Grebennicov2022-11-297-43/+98
| | | | mechanism
* SERVER-71344 Added EExpression unit test coverageAnna Wawrzyniak2022-11-2977-108/+9385
|
* SERVER-71556 Create utilities for write without shard key jstestsJason Zhang2022-11-291-0/+67
|
* SERVER-71544 Fix race condition on _sessionCatalogSource in ↵wenqinYe2022-11-287-21/+79
| | | | LogOpShardingHandler::commit
* Revert "SERVER-71548 Avoid deleting files after symbolization"Alexander Neben2022-11-282-86/+42
| | | | This reverts commit 5f7a95abeefa77b1ae9ad9918b3319ec107e2364.
* SERVER-70395 Make stage builders generate partial agg combining exprs (part 1)David Storch2022-11-285-40/+390
| | | | | | This patch handles $min, $max, $first, and $last. The remaining accumulators will be implemented as follow-up work.
* SERVER-71654 Remove Genny autorun tasks in FLE sys-perf legacy build variantErwin Pe2022-11-281-2/+0
|
* Import wiredtiger: a4064c96a7aa29f888af6856703a33fea0bee7f4 from branch ↵Etienne Petrel2022-11-283-2/+52
| | | | | | | | | mongodb-master ref: 1fe64e0173..a4064c96a7 for: 6.3.0-rc0 WT-9831 Add tests to new variant Amazon Linux 2
* SERVER-71336 Add sys-perf buildvariant to run QE performance testsErwin Pe2022-11-281-4/+106
|
* SERVER-71221 Timestamp writes in WT recovery unit testsGregory Noma2022-11-281-4/+9
|
* SERVER-70911 Document --serverless parameter in architecture guideDidier Nadeau2022-11-281-0/+5
|
* SERVER-71390 locking fixJess Balint2022-11-284-85/+132
|
* SERVER-69319 Remove `featureFlagTimeseriesUpdatesAndDeletes`Gregory Noma2022-11-282-13/+0
|
* SERVER-71373 Extend timeout in predictive_connpool.jsAlex Li2022-11-281-1/+1
|
* SERVER-71641 Move append instruction methods to a single translation unitMartin Neupauer2022-11-282-64/+104
|
* SERVER-71488 remove redundant prepare parameter from logOplogEntries()Benety Goh2022-11-281-5/+6
|
* SERVER-71506 Refactor tooling metricsTausif Rahman2022-11-2812-414/+347
|
* SERVER-71629 Robustify query cost_model_testRuoxin Xu2022-11-281-31/+5
|
* SERVER-71319 Remove kms_messageMark Benvenuto2022-11-2850-5831/+3
|
* SERVER-71029 Update slow SessionWorkflow log criteriaBlake Oler2022-11-289-64/+96
|
* SERVER-71488 TransactionOperations::getApplyOpsInfo() returns prepared ↵Benety Goh2022-11-287-7/+29
| | | | transaction info in result
* SERVER-71593: ClusterRole can take on both shard server and config server ↵Kshitij Gupta2022-11-281-1/+30
| | | | values concurrently.
* SERVER-71294 Coverity analysis defect 134121: Bad bit shift operationMark Benvenuto2022-11-281-1/+3
|
* SERVER-71051 Make CE module less dependent on statistics moduleAnton Korshunov2022-11-2887-1071/+941
|
* SERVER-68930 Add placement history entry when a collection is removed from ↵Paolo Polato2022-11-285-22/+219
| | | | config.collections
* Import wiredtiger: 1fe64e01738a33b91287416e29ca630cd0de55b3 from branch ↵Sean042022-11-282-1/+4
| | | | | | | | | mongodb-master ref: 13657e7b91..1fe64e0173 for: 6.3.0-rc0 WT-10080 Add a log after validating a collection in the cpp suite
* Import wiredtiger: 13657e7b915455b2e877061fe0f8fc00abff223c from branch ↵Sean042022-11-288-82/+144
| | | | | | | | | mongodb-master ref: a6a947392a..13657e7b91 for: 6.3.0-rc0 WT-8495 Disable the printing of keys and values in WT verify
* SERVER-71561 Protect shared variable and use notify() in ↵Romans Kasperovics2022-11-261-35/+43
| | | | exhaust_cursor_currentop_integration_test
* SERVER-71548 Avoid deleting files after symbolizationjasurbeknurboyev2022-11-252-42/+86
|
* SERVER-71085 Generate a single oplog entry from the primary shard when ↵Paolo Polato2022-11-257-212/+223
| | | | _shardsvrCreateCollection() is invoked
* SERVER-68867 Add simplecpplint check for UninterruptibleLockGuardYu Jin Kang Park2022-11-2524-66/+118
|
* SERVER-71598 Upgraded eslint ecma version in server repoAlexander Neben2022-11-253-4/+4
|
* Import wiredtiger: a6a947392a951f99d498e70e6fdad1532c91d768 from branch ↵Siddhartha Mahajan2022-11-253-2/+32
| | | | | | | | | mongodb-master ref: f96dd0257e..a6a947392a for: 6.3.0-rc0 WT-10116 Return 0 timestamp for all_durable upon first open transaction
* Import wiredtiger: f96dd0257ea106fe8bc301698cfc285e19736ab4 from branch ↵Siddhartha Mahajan2022-11-252-65/+84
| | | | | | | | | mongodb-master ref: 8341cc7e4b..f96dd0257e for: 6.3.0-rc0 WT-10206 Refactoring log fsync calls
* SERVER-71568 Fix race condition related to access to ChangeStreamOptionsMindaugas Malinauskas2022-11-242-3/+3
|
* SERVER-71277 Not assume that '_collInfo' is initialized when we hit an error ↵Enrico Golfieri2022-11-241-1/+1
| | | | at '_runImpl' from 'collmod_coordinator.cpp'
* Revert "SERVER-71548 Avoid deleting files after symbolization"auto-revert-processor2022-11-242-82/+42
| | | | This reverts commit 9e64ace5f63595b8a6f1609cf24ede6d36693767.