summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* PROG-5475 Update example to include a versionprog-5475Iryna Zhuravlova2022-04-051-1/+1
| | | | Modified the existing example to include a version as well
* SERVER-63870 Integrate replica set setClusterParameter into POS with replay ↵Marcos José Grillo Ramirez2022-04-0519-63/+452
| | | | protection
* SERVER-63725 Block FCV downgrade on User Write Block ModeSpencer Jackson2022-04-0510-205/+400
|
* SERVER-64850 Remove unused member variableJack Mulrow2022-04-051-1/+0
|
* SERVER-65247 make set_param1.js resilient against concurrent FailPoint ↵Billy Donahue2022-04-051-8/+15
| | | | manipulation
* SERVER-44074 fix a typo in distro name for RHEL8-z variantZakhar Kleyman2022-04-051-1/+1
|
* SERVER-65235 Make LogicalSessionIdHasher has on txnUUID if it existsJason Zhang2022-04-051-3/+13
|
* SERVER-64360 Server-side rewrite for count commandDavis Haupt2022-04-0511-31/+146
|
* SERVER-65204 Cleanup Router-Only / Router-Shard commandsKaloian Manassiev2022-04-0519-162/+127
|
* SERVER-52877 Unify how writable Collections instances are handledHenrik Edin2022-04-0548-1001/+1223
| | | | | | | | | | | | | | | | | | | | | CollectionCatalog::LifetimeMode has been removed. Catalog writes now require that we are in an active WUOW. Make it allowed to use WriteUnitOfWork when the server is in readOnly mode. It does not open storage sessions, just allows registration of RecoveryUnit callbacks that are executed when calling commit(). This allows for the unification of code where we need to initialize Collection instances even in readOnly mode. Handling of enforcing readOnly has been pushed down to the RecordStore. All interfaces that perform write now check if we are in readOnly mode and throw if we are. Catalog updates using the BatchedCollectionCatalogWriter class bypass the Collection cloning if the batched CollectionCatalog instance already has a uniquely owned copy (a previous write to this collection has been requested). It is also not required to be in an active WUOW when the BatchedCollectionCatalogWriter is used.
* SERVER-64357 Rewrite filter over encrypted fields for findAndModify commandNicholas Zolnierz2022-04-057-31/+45
|
* SERVER-65179: Forward task definition dependencies to generated tasksDavid Bradford2022-04-058-34/+60
|
* SERVER-64928 Disallow createIndexes with clustered:falseYu Jin Kang Park2022-04-053-8/+43
|
* SERVER-65212 Split upgrade_downgrade_timeseries_granularity_update.js into ↵Rui Liu2022-04-052-1/+41
| | | | last-lts and last-continuous tests
* SERVER-64196 Implement BalancerStatisticsRegistry and command to retrieve ↵Tommaso Tocci2022-04-0520-14/+797
| | | | its state
* SERVER-64976 Caching of sub-pipelines should be allowed with explainAnton Korshunov2022-04-051-1/+7
|
* SERVER-64851 Refactor tests to not depend on specific WiredTiger stringsJordi Olivares Provencio2022-04-051-6/+4
|
* SERVER-65211 Use expansion to get binaries from the current branchMikhail Shchatko2022-04-051-3/+9
|
* Import wiredtiger: ba7f30585628b2f3a21cae01dbc1bfeb692a2bd1 from branch ↵Etienne Petrel2022-04-058-435/+625
| | | | | | | | | mongodb-master ref: a47bf12a71..ba7f305856 for: 6.0.0-rc0 WT-8792 Clean obsolete on-disk pages with overflow items during checkpoint cleanup
* Import wiredtiger: a47bf12a717db87f20d9df44a14ce72560bdf79f from branch ↵Etienne Petrel2022-04-052-2/+2
| | | | | | | | | mongodb-master ref: 1aee533ab5..a47bf12a71 for: 6.0.0-rc0 WT-9002 Move the S3 test buckets closer to the test machines for faster run time
* Import wiredtiger: 1aee533ab54ad6481f6eb6e66bec6add6bdefe5f from branch ↵Etienne Petrel2022-04-052-3/+3
| | | | | | | | | mongodb-master ref: 024e037028..1aee533ab5 for: 6.0.0-rc0 WT-9054 Correctly configure split stress options in format.sh
* SERVER-65245 fix apostrophe characterBilly Donahue2022-04-041-4/+4
|
* SERVER-63312: Implement FLE server-side rewrite for agg on mongodHana Pearlman2022-04-0411-21/+62
|
* SERVER-65205 Coverity analysis defect 122012: Array compared against 0Erwin Pe2022-04-041-2/+2
|
* SERVER-64999 added icecc sanitizer build guard rail about SERVER-59243.Daniel Moody2022-04-041-0/+20
|
* SERVER-62498 Non-`const` `unique_function` should not convert to ↵Casey Carter2022-04-041-0/+2
| | | | | | | | | | | | `std::function` even after LWG-2774 [LWG-2774](https://wg21.link/lwg2774) changes `std::function`'s converting constructor to accept its argument by forwarding reference. With that change implemented, that constructor becomes a better match for non-`const` `unique_function` arguments than `unique_function`'s `const`-qualified deleted conversion operator template to `std::function`. As a result, `std::is_convertible_v<unique_function<T>, std::function<T>>` changes from `false` to `true` when Standard Libraries implement LWG-2774. (MSVC recently implemented this LWG issue in https://github.com/microsoft/STL/pull/2098 and noticed the `unique_function` test failing as a result.) I believe the fix is to add another deleted conversion operator template that is not `const`-qualified to `unique_function`. This makes the test pass locally, as well as correcting a simplified test case with GCC trunk (https://github.com/microsoft/STL/pull/2098) which I believe also implements LWG-2774. Closes https://github.com/mongodb/mongo/pull/1437 Signed-off-by: Blake Oler <blake.oler@mongodb.com> and Billy Donahue <billy.donahue@mongodb.com>
* SERVER-63768 Create a daily evergreen build variant for server parameter ↵Blake Oler2022-04-041-0/+30
| | | | joinIngressSessionsOnShutdown
* SERVER-58540 Create feature flag for connection health metricsGeorge Wangensteen2022-04-041-0/+4
|
* SERVER-65000 Deleted fixtures and hooks related to the replicator.kauboy262022-04-0413-1091/+6
|
* SERVER-60209 Add option of persisting old multiversion constants after upgradeVesselina Ratcheva2022-04-043-4/+28
|
* SERVER-65217 Run expired pre-images deletion job with multi-deletes support ↵Denis Grebennicov2022-04-042-6/+11
| | | | only if feature flag is enabled
* SERVER-61070 Update time-series mixed-schema data index failure error messageDavid Percy2022-04-041-9/+7
|
* SERVER-63902 Fix $natural hint on time-series collectionsDavid Percy2022-04-048-33/+192
|
* SERVER-65182 Fix split_horizon_hostname_startup.js to use an assert.soon ↵Huayu Ouyang2022-04-041-1/+5
| | | | when getting the replsetconfig
* SERVER-65112 TTL index deletions must not target orphaned documentsPierlauro Sciarelli2022-04-042-0/+57
|
* SERVER-65181 x509_cluster_auth_rollover must allow for rollback after restartMatthew Russotto2022-04-041-1/+8
|
* SERVER-65169 fix deadlock in BalancerCommandsScheduler while stepping downPaolo Polato2022-04-042-2/+10
|
* SERVER-65216 Print idle cursors after checkOrphansAreDeleted jstest hook failureJordi Serra Torrens2022-04-041-0/+16
|
* SERVER-65139 Take global lock before fetching catalog entriesGregory Wlodarek2022-04-041-11/+14
|
* SERVER-65160 Make StaleShardVersion as obsoleteKaloian Manassiev2022-04-0418-106/+140
|
* SERVER-65208 Check the top-chunk before refreshing the local metadataAntonio Fuschetto2022-04-041-40/+44
|
* Import wiredtiger: 024e03702869d87286c1698a3c3b28378d00d18b from branch ↵Luke Chen2022-04-042-12/+29
| | | | | | | | | mongodb-master ref: 930ccee6ff..024e037028 for: 6.0.0-rc0 WT-8988 Extend test_excl.py to cover more test cases and add tiered storage
* Import wiredtiger: 930ccee6ffc8f9f1f2ff77e74d1b47be150c2409 from branch ↵Luke Chen2022-04-047-34/+162
| | | | | | | | | mongodb-master ref: c576dfa728..930ccee6ff for: 6.0.0-rc0 WT-9026 Add tiered storage scenario to all test_alter python tests
* Import wiredtiger: c576dfa7288511efa2ea82865491ad1f429d3516 from branch ↵Luke Chen2022-04-042-1/+3
| | | | | | | | | mongodb-master ref: ae8df82bdd..c576dfa728 for: 6.0.0-rc0 WT-9039 Temporarily disable tests on RHEL 8 PPC
* Import wiredtiger: ae8df82bdd2eb99987da8f4ee19aaf748ff91d35 from branch ↵Luke Chen2022-04-047-1/+49
| | | | | | | | | mongodb-master ref: b838e67911..ae8df82bdd for: 6.0.0-rc0 WT-8936 Update CMake files to be able to use the Memkind library
* SERVER-65125 Fix Status/StatusWith printing in mongo_printers.pyKaloian Manassiev2022-04-031-19/+24
|
* SERVER-64143 Add retryable write support to FLE 2 CRUDMark Benvenuto2022-04-028-127/+169
|
* SERVER-65059 Store recipient connection string in state documentMatt Broadstone2022-04-028-241/+248
|
* SERVER-64614 Update lookup_with_limit.js and look_with_limit_sharded.js for ↵Rui Liu2022-04-023-31/+52
| | | | lowered $lookup plan
* SERVER-64294 Enhance redact to always redact BinData 6Shreyas Kalyan2022-04-029-12/+206
|