summaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-65160 Make StaleShardVersion as obsoleteKaloian Manassiev2022-04-0415-103/+137
|
* 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-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-64294 Enhance redact to always redact BinData 6Shreyas Kalyan2022-04-029-12/+206
|
* SERVER-61864 Disallow removing custom write concern during reconfig if it is ↵Vesselina Ratcheva2022-04-0214-2/+471
| | | | currently set as the default
* SERVER-63736 validate only fields listed in config are indexedsergey.galtsev2022-04-014-46/+95
|
* SERVER-65047 Strengthen guarantees for resharding aborting across FCVsBrett Nawrocki2022-04-013-8/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Previously, resharding operations were aborted after sending the request to finalize the FCV version on the shards when upgrading, making it is possible that a resharding recipient will update its FCV to its target value prior to aborting. It was therefore not possible to differentiate a resharding operation that has upgraded to the latest version since starting from one that has been the latest version throughout. For this reason, the resharding operations are now aborted first. Furthermore, the resharding command currently ensures that the FCV cannot change while setting up the coordinator. However, it did not check to make sure that the current FCV is not currently in an upgrading or downgrading state. After making the above change, this would allow for the possibility for a new resharding operation to begin during an FCV upgrade, after resharding operations are aborted, but before the shards complete the FCV upgrade. This would have the consequence of the operation running across FCVs without being aborted. As such, the reshard command now fails if the current FCV is either upgrading or downgrading. These changes in combination should guarantee that during a version change, a new resharding operation cannot begin and a previously running resharding operation always aborts completely before reaching the target version. Note that it is still possible for a resharding operation to reach an upgrading or downgrading FCV before being aborted. These changes were made in the interest of being able to assert that newly added optional fields that should always be set were indeed set. As such, this change also enables the assertion disabled by SERVER-65039.
* SERVER-63469 Add support for ECC compactionErwin Pe2022-04-015-3/+378
|
* SERVER-65139 Improve namespace fetching performance in ↵Gregory Wlodarek2022-04-018-62/+47
| | | | BackupBlock::_initialize()
* SERVER-64383 Add restrictions to collMod for FLE2Erwin Pe2022-04-011-0/+37
|
* SERVER-65100 Increase block size for BSONColumn to be BSONObjMaxUserSizeHenrik Edin2022-04-011-2/+3
|
* SERVER-62261: Implement getClusterParameter command on mongod and mongosVarun Ravichandran2022-04-0116-15/+415
|
* SERVER-63476 Remove extra ellipsis in function_ref implMathias Stearn2022-04-012-2/+26
|
* SERVER-65153 Deduplicate foreign documents returned from index joinNikita Lapkov2022-04-011-0/+13
|
* SERVER-65062 Check the shard version for views when AutoGetCollection is ↵Antonio Fuschetto2022-04-011-8/+23
| | | | instantiated
* SERVER-64475 Change isOperationVersioned to isComingFromRouterKaloian Manassiev2022-04-0112-63/+41
|
* SERVER-63574 Support all types in the index join strategy of $lookupNikita Lapkov2022-04-016-66/+284
|
* SERVER-65024 Fix the uniqueness constraint handling for foreground index buildsYuhong Zhang2022-04-014-11/+11
|
* SERVER-64830 Simplify exclusivity tracking in IndexSeekPointDan Larkin-York2022-04-017-102/+391
|
* SERVER-64502 Suspend the defragmentation when sh.stopBalancer is invokedPaolo Polato2022-04-016-102/+37
|
* SERVER-64125 Avoid committing at the stable timestampJordi Olivares Provencio2022-04-015-96/+68
|
* SERVER-65041 Ensure resharding works when user writes are blocked but the ↵Jordi Serra Torrens2022-04-013-1/+12
| | | | user is allowed to bypass it
* SERVER-64644 Prohibit sharding of FLE 2 state collectionsMark Benvenuto2022-04-013-0/+20
|
* SERVER-64914 warn if a user drops an encrypted collection before state ↵Mark Benvenuto2022-04-011-1/+46
| | | | collections
* Revert "SERVER-63574 Support all types in the index join strategy of $lookup"auto-revert-processor2022-04-015-283/+65
| | | | This reverts commit 857392e9d225d44e2af5325e84c7ba3ad68fad56.
* SERVER-63468 Add support for ESC compactionErwin Pe2022-04-0118-225/+1529
|
* SERVER-65148 Extend MSVC ICE workaroundJustin Seyster2022-04-012-1/+23
|
* SERVER-64606 Remove TenantNamespacejannaerin2022-04-0149-817/+306
|
* SERVER-64821 Change unstable to true for fields that are not meant to be ↵Huayu Ouyang2022-03-313-3/+3
| | | | included in the stable API
* SERVER-63504 Add shard worker for ecoc compactionSara Golemon2022-03-3115-133/+761
|
* SERVER-64132 Make shardsvrs running in serverless mode always return ↵Sophia Tan2022-03-313-2/+59
| | | | "unsharded" filtering metadata
* SERVER-60708 Improve collection validation response for document schema ↵Gregory Wlodarek2022-03-315-33/+95
| | | | validation
* SERVER-64875 Enable `collectionUUID` parameter on `aggregate` command more ↵Gregory Noma2022-03-311-6/+8
| | | | generally on mongos
* SERVER-64540 Add feature flag just for using txn API for updating document ↵Sanika Phanse2022-03-313-2/+7
| | | | shard key value
* SERVER-63495 Link cluster aggregate and getMore into mongodJack Mulrow2022-03-3112-32/+335
|
* SERVER-64482 Support collation when lowering lookup into SBEIrina Yatsenko2022-03-312-22/+37
|
* SERVER-64993 Test IET in IndexBoundsBuilder::testTranslate* tests casesAlexander Ignatyev2022-03-312-87/+73
|
* SERVER-63791 support unindexed fle2 encrypted fieldssergey.galtsev2022-03-315-114/+326
|
* SERVER-64872 Ensure `CollectionUUIDMismatch` from sharded `aggregate` does ↵Gregory Noma2022-03-315-51/+148
| | | | not incorrectly omit the actual collection
* SERVER-51904 Add feature flag for execution controlJordi Olivares Provencio2022-03-316-17/+31
|
* SERVER-64440 added ppc and s390x libunwind supportDaniel Moody2022-03-3121-30/+3125
|
* SERVER-63574 Support all types in the index join strategy of $lookupNikita Lapkov2022-03-315-65/+283
|
* SERVER-64055 fle find rewrite on mongodDavis Haupt2022-03-319-32/+68
|
* Revert "SERVER-63363 Fixing parsing of ChunkVersion"Sergi Mateo Bellido2022-03-312-13/+5
| | | | | | This reverts commit e98dc4a89c55c0c391b1a6d1ef6a4be92328cfe9. Looking for a different way of fixing this problem!
* SERVER-64870 Make sure $lookup query is cached when SBE plan cache is enabledRui Liu2022-03-313-12/+15
|