summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-58480 Add the necessary parameters to the ContinuousTenantMigration ↵r5.1.0-alphaJason Zhang2021-07-235-47/+34
| | | | hook to allow for proper transient error retry
* SERVER-55589 setMaintenanceMode should take RSTL in X modeVishnu Kaushik2021-07-2317-138/+63
|
* SERVER-58749 Drop database coordinator must acquire collection distributed lockPierlauro Sciarelli2021-07-232-6/+14
|
* SERVER-55412 shardVersion propogated for mirrored readsAlex Li2021-07-236-37/+163
|
* SERVER-58720 DropDatabaseCoordinator must not re-execute destructive logic ↵Simon Graetzer2021-07-231-20/+37
| | | | after removing CSRS metadata
* SERVER-58581 Add SEARCH_META variableTed Tuckman2021-07-2311-12/+159
|
* SERVER-58792 Disable the UUID-based logic that handles config.cache.chunks.* ↵Sergi Mateo Bellido2021-07-2310-188/+13
| | | | collections on the ShardServerCatalogCacheLoader
* SERVER-58747 The ShardServerCatalogCacheLoader doesn't interrupt ongoing ↵Sergi Mateo Bellido2021-07-231-0/+1
| | | | operations on step up
* SERVER-55858 Enforce transition to requires-fcv after feature flag is ↵Mikhail Shchatko2021-07-235-0/+180
| | | | changed from disabled to enabled by default
* Import wiredtiger: 7aeeeefcdec0b65a486130acb3a9984c7f7c054d from branch ↵Luke Chen2021-07-236-8/+11
| | | | | | | | | mongodb-master ref: 90bf3e24c5..7aeeeefcde for: 5.1.0 WT-7889 Find/replace existing uses of WT with WiredTiger in reference guide
* Import wiredtiger: 90bf3e24c58a7e4d66b482a4032c32bc6d2157e9 from branch ↵Luke Chen2021-07-232-15/+106
| | | | | | | | | mongodb-master ref: c1fe0e7177..90bf3e24c5 for: 5.1.0 WT-6914 Write "database files" subpage for Architecture Guide
* SERVER-58660 removed bitstream builderlukebhan2021-07-234-361/+0
|
* SERVER-58515 fix TODO commentBenety Goh2021-07-221-1/+1
|
* SERVER-57794: Simple8b RLEJackson Xie2021-07-223-72/+499
|
* SERVER-50937 Wrap operations in resharding coordinator that contact remote ↵Randolph Tan2021-07-229-126/+220
| | | | nodes with WithAutomaticRetry
* SERVER-58744 applyOps on capped collections can violate the multi-timestamp ↵Gregory Wlodarek2021-07-222-9/+46
| | | | constraint
* SERVER-58698 [Linux Repeated Execution build] disable ↵Benety Goh2021-07-221-1/+2
| | | | concurrency_replication_multi_stmt_txn task
* SERVER-58768 clean up geo_s2sparse.js to use different collection name for ↵Benety Goh2021-07-221-10/+21
| | | | each test case
* SERVER-57807 Track filenames returned by $backupCursor, inCarolyn Duan2021-07-223-1/+19
| | | | BackupCursorService
* SERVER-58295 disabled more failing tests due to FCV changeVishnu Kaushik2021-07-223-1/+3
|
* SERVER-58285 Disallow MONGO_VERSION=0.0.0Ryan Egesdahl2021-07-221-2/+3
| | | | | | | | | | | Developers have commonly set MONGO_VERSION=0.0.0 in the past to avoid having to set one explicitly for every build. However, there are better and widely-available ways to set this automatically now, and in upcoming releases, it will be important for MONGO_VERSION to be set to an accurate value. From now on, we will specifically disallow setting it to 0.0.0 as a way of signaling to developers that they should stop setting it explicitly. In the future, we may do further checking to ensure the variable is set to an accurate value.
* SERVER-56800 Fail addShard if CWWC disagrees with existing CWWC on clusterMoustafa Maher2021-07-228-5/+218
|
* SERVER-58722 clean up wildcard_index_multikey.js to use different collection ↵Benety Goh2021-07-221-5/+14
| | | | name for each test case
* SERVER-56845 do reconfig with retries in ↵Moustafa Maher2021-07-221-2/+2
| | | | jstests/sharding/implicit_default_write_concern_add_shard.js
* SERVER-58431 Modify HashAgg stage in preparation for $lookup + $group pushdownMartin Neupauer2021-07-226-38/+208
| | | | Implemented optinal seek keys used to lookup a particular key in the hash table.
* SERVER-53437 Fix formatting error in default write concern section in ↵ali-mir2021-07-221-1/+1
| | | | replication arch guide
* SERVER-49770 SERVER-49773 Explicitly delete copy and move assignment ↵Henrik Edin2021-07-221-2/+11
| | | | | | operator for ephemeral for test radix Node and Head classes. Not worth to add at this point as the code does not need them.
* SERVER-58172 run multiversion tests on master with 5.0 and disable ↵Robert Guo2021-07-2247-195/+188
| | | | incompatible tests
* SERVER-58613 Add list-tags subcommand to resmokeMikhail Shchatko2021-07-224-1/+347
|
* SERVER-32536 Enable collation test for sharded $lookupAlya Berciu2021-07-221-20/+19
|
* SERVER-58750 Add TODOs for SERVER-58750Pierlauro Sciarelli2021-07-222-0/+2
|
* SERVER-58664 Simplify and comment autoSplitVectorPierlauro Sciarelli2021-07-221-149/+170
|
* SERVER-58242 Increase the batch size for '_xferMods'Allison Easton2021-07-223-12/+161
|
* Import wiredtiger: c1fe0e7177b55ac4f4fc8185de66db53b6082449 from branch ↵Alison Felizzi2021-07-223-14/+73
| | | | | | | | | mongodb-master ref: bb0ba80f60..c1fe0e7177 for: 5.1.0 WT-6902 Metadata subpage for Architecture Guide
* Import wiredtiger: bb0ba80f60c45a10ff5bdb587efde5a602db99af from branch ↵Alison Felizzi2021-07-222-2/+1
| | | | | | | | | mongodb-master ref: 29a290bfb3..bb0ba80f60 for: 5.1.0 WT-7883 Remove incorrect wt_free statement
* Import wiredtiger: 29a290bfb376d6a7d3da02d12b7b6236c028db07 from branch ↵Alison Felizzi2021-07-222-8/+33
| | | | | | | | | mongodb-master ref: eefa8c5a41..29a290bfb3 for: 5.1.0 WT-7864 Add support to run.py for running lists/ranges of scenarios in a test
* Import wiredtiger: eefa8c5a41640a1becb9dbd6cdac17fa61928253 from branch ↵Alison Felizzi2021-07-223-2/+10
| | | | | | | | | mongodb-master ref: 2586dd77ea..eefa8c5a41 for: 5.1.0 WT-7865 Disable timeout assert while waiting for eviction to quiesce prior to RTS and test
* SERVER-55966 Handle exceptions thrown from `AsyncTry::until`Amirsaman Memaripour2021-07-222-2/+45
|
* SERVER-57390 Remove getLastError implementationYoonsoo Kim2021-07-2238-1668/+40
|
* SERVER-57879 Implement $minN and $maxN accumulatorsMihai Andrei2021-07-217-8/+633
|
* SERVER-57802 Create InitialSyncerBase and InitialSyncerFactory classesHuayu Ouyang2021-07-218-70/+336
|
* SERVER-58707 Move bench_test*.js tests out of parallel test jobMohammad Dashti2021-07-211-0/+8
|
* SERVER-58585 uninitialized scalar variablesergey.galtsev2021-07-211-1/+1
|
* SERVER-58295 disable the aggregation_multiversion_fuzzer suite, and disable ↵Vishnu Kaushik2021-07-2112-10/+32
| | | | more tests
* SERVER-58511 Create feature flag for change stream oplog rewritesDrew Paroski2021-07-219-15/+29
|
* SERVER-53437 Architecture Guide updates for Change the Default Write Concern ↵ali-mir2021-07-211-0/+78
| | | | to Majority
* SERVER-58020 add protection from same buildsig and different hash cache raceDaniel Moody2021-07-212-25/+34
|
* SERVER-58626 Mark capped_max1 as tenant_migration_incompatible.Matthew Russotto2021-07-211-0/+3
|
* SERVER-58702 Remove outdated comment from ReshardingDataReplication.Max Hirschhorn2021-07-212-9/+7
|
* SERVER-57437 Support basic insert routing for sharded time-series collectionsNikita Lapkov2021-07-217-14/+353
|