summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-67491 Use assert.soon in reconfig_waits_for_oplog_commitment_condition.jsSamy Lanka2022-09-261-1/+1
|
* SERVER-66735: New addShard scenariosnandinibhartiyaMDB2022-09-262-32/+140
|
* SERVER-69549 Unify tags used in columnstore index testsIrina Yatsenko2022-09-2621-52/+57
|
* SERVER-67826 Allow IDL types to own or preserve the lifetime of underlying dataGeorge Wangensteen2022-09-267-30/+204
|
* SERVER-69857 Repair maxdiff tests so they work correctly on WindowsJoel Redman2022-09-263-152/+245
|
* SERVER-69649 Remove unused internal transactions feature flag includesJason Zhang2022-09-2610-10/+0
|
* SERVER-67897 Use remove_shard_util.js in tests that need to reliably remove ↵Marcos José Grillo Ramirez2022-09-2622-256/+67
| | | | a shard
* SERVER-60141: Upgrade timelib to version 2022.02Alberto Massari2022-09-2641-33326/+31164
|
* SERVER-68265 Maintain historic catalogId mapping in CollectionCatalogHenrik Edin2022-09-2616-83/+834
| | | | | Mapping of namespace to catalogId is maintained for timestamps back to the oldest timestamp. Used to be able to resolve catalogId for a namespace that is resilient to create, drop and rename operations.
* SERVER-66717 Guard change collection code with the serverless flag.Rishab Joshi2022-09-2613-45/+71
|
* SERVER-69851 Align with the new WiredTiger event handler interfaceEtienne Petrel2022-09-261-0/+1
|
* Import wiredtiger: b4070294cdfd2df5e6a3a7f355f6c9109e094048 from branch ↵Luke Chen2022-09-2625-56/+494
| | | | | | | | | mongodb-master ref: 06926a917a..b4070294cd for: 6.2.0-rc0 WT-9670 Add early statistics access via a general event handler. (#8299)
* Import wiredtiger: 06926a917a9c92cc7407612d0638397a51cc8e44 from branch ↵Luke Chen2022-09-254-9/+98
| | | | | | | | | mongodb-master ref: 7739da50a2..06926a917a for: 6.2.0-rc0 WT-9739 test tiered: test_util command line parsing (#8285)
* Import wiredtiger: 7739da50a2c6a51a044915e01bf20cd33bc28eef from branch ↵Luke Chen2022-09-2526-117/+393
| | | | | | | | | mongodb-master ref: 8670ce2dec..7739da50a2 for: 6.2.0-rc0 WT-9742 Add timestamp support to Simple and Complex data sets in Python tests. (#8286)
* Revert "SERVER-67651 replace clang tidy with clang tidy condensed"auto-revert-processor2022-09-249-191/+818
| | | | This reverts commit 43e94464c25d98bb5ffb8c83af83bc959e343d29.
* SERVER-68115 Do not drop empty path component from elemMatch path during ↵joshua2022-09-235-59/+58
| | | | index selection
* SERVER-69944 Switch to use Python's built-in recursive glob support.Max Hirschhorn2022-09-231-154/+3
| | | | | | | When splitting a path of the form "a/*/b/**", globstar.iglob() would previously have attempted to walk "a/*" as a literal directory instead of expanding the glob pattern into a list of directories and walking each of them.
* SERVER-68340 Fix flaky unit test againGabriel Marks2022-09-237-6/+165
|
* SERVER-69149 Make debug print of SBE expressions more readableDavid Storch2022-09-234-25/+50
| | | | | Reapplies the original change with a corrected out-of-bounds check.
* SERVER-62301 Platform Support: Add support for Ubuntu 22.04 ARMwinstonzmdb2022-09-236-2/+107
|
* SERVER-69598 squash commitsgalon12022-09-2328-121/+121
|
* SERVER-67651 replace clang tidy with clang tidy condensedJuan Gu2022-09-239-818/+191
|
* SERVER-69860 Fix issue where dropping config would crashGabriel Marks2022-09-232-1/+19
|
* SERVER-64760 Correctly timestamp catalog writes for index recovery when an ↵Gregory Wlodarek2022-09-231-15/+12
| | | | oplog entry timestamp is present
* SERVER-68792 Refactor iterating over cell values into a cursorIrina Yatsenko2022-09-233-144/+163
|
* SERVER-69912 SConstruct is executable by mistakeTausif Rahman2022-09-231-0/+0
|
* SERVER-69930 Unexpected error message in the logs attempting to refresh the ↵Antonio Fuschetto2022-09-231-1/+1
| | | | version of a dropped database
* SERVER-68677 Skip row store projection in column scan plans when possibleSteve Tarzia2022-09-2311-55/+356
|
* SERVER-68844 Improve VMMartin Neupauer2022-09-237-838/+702
|
* SERVER-65016 Remove range deletions as part of `dropCollection`Silvia Surroca2022-09-234-1/+98
|
* SERVER-69894 Combine PriorityTicketHolder and SchedulingTicketHolderHaley Connelly2022-09-232-110/+80
|
* SERVER-69928 Add _shardsvrDeleteGlobalIndexKey to ↵Yu Jin Kang Park2022-09-231-0/+1
| | | | all_commands_downgrading_to_upgraded.js
* SERVER-69902 Stop bucket_unpacking_with_sort_plan_cache.js from running in ↵Alya Berciu2022-09-231-0/+1
| | | | parallel with fsyncLock
* SERVER-67793 Change log_progress_msg to show output in Ubuntuxudyang12022-09-231-4/+4
| | | | | | | | `log_progress_msg` does not print any message in Ubuntu-20.04.4 LTS in WSL. In file `/lib/lsb/init-functions.d/50-ubuntu-logging`, the function `log_progress_msg () { : }` does nothing. To show the output, `log_success_msg` and `log_failure_msg` could be good alternatives. Closes https://github.com/mongodb/mongo/pull/1474 Signed-off-by: Ryan Egesdahl <ryan.egesdahl@mongodb.com>
* Revert "SERVER-69149 Make debug print of SBE expressions more readable"auto-revert-processor2022-09-233-49/+24
| | | | This reverts commit fd15b0d0ef92e32bc3ce60742ffe6a5337269bff.
* SERVER-69908 fix clang_tidy on enterprise-rhel80-dynamic-clang-tidy-v4Trevor Guidry2022-09-2213-18/+18
|
* SERVER-62302 Add support for RHEL9 x86t.ward2022-09-229-3/+218
|
* SERVER-69661 Add sharded collection check to ShardingStateTestVesselina Ratcheva2022-09-221-1/+18
|
* SERVER-68800 Retry isSelf fast path on temporary DNS failureVesselina Ratcheva2022-09-222-3/+75
|
* SERVER-67236 Improve size and memUsage tracking for reopened bucketsDan Larkin-York2022-09-223-4/+46
|
* SERVER-69149 Make debug print of SBE expressions more readableDavid Storch2022-09-223-24/+49
| | | | Also improves debug print of the SBE union stage.
* Import wiredtiger: 8670ce2dec70063c06becb0c8b060e8c559e0b1b from branch ↵Etienne Petrel2022-09-2225-494/+56
| | | | | | | | | mongodb-master ref: c53541a3c0..8670ce2dec for: 6.2.0-rc0 Revert "WT-9670 Add early statistics access via a general event handler. (#8243)" (#8298)
* Import wiredtiger: c53541a3c025469432cb097d2574bd8398483195 from branch ↵Etienne Petrel2022-09-227-10/+181
| | | | | | | | | mongodb-master ref: f82c0e2c4f..c53541a3c0 for: 6.2.0-rc0 WT-9830 Do not allow the fast truncate on-disk state to go backwards because of visibility (#8259)
* Import wiredtiger: f82c0e2c4f0726c955a195a861bb1ea00f78d609 from branch ↵Etienne Petrel2022-09-222-2/+7
| | | | | | | | | mongodb-master ref: c9c52d6724..f82c0e2c4f for: 6.2.0-rc0 WT-9579 Test implementation of bounded cursor API for the JSON cursor
* Import wiredtiger: c9c52d672430ef4adb30dc01c4f0c81aa948bedd from branch ↵Etienne Petrel2022-09-229-121/+52
| | | | | | | | | mongodb-master ref: 8dc9a88dbb..c9c52d6724 for: 6.2.0-rc0 Revert "WT-9851 Support bounded cursor next and prev traversal in FLCS (#8273)" (#8294)
* Import wiredtiger: 8dc9a88dbbf57da763cf3ae440de7b3b49cb86ab from branch ↵Etienne Petrel2022-09-2225-56/+494
| | | | | | | | | mongodb-master ref: 132e8a3ba5..8dc9a88dbb for: 6.2.0-rc0 WT-9670 Add early statistics access via a general event handler. (#8243)
* SERVER-69242 Add _shardsvrDeleteGlobalIndexKey commandYu Jin Kang Park2022-09-2238-178/+823
|
* SERVER-68301 Enable fle2/query tests in passthrough suitesMilena Ivanova2022-09-2239-53/+42
|
* SERVER-65046 fix typo in gnu-style long optionBenety Goh2022-09-221-1/+1
|
* SERVER-69811 don't use pythons mac_verDaniel Moody2022-09-222-10/+23
|