summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-57351 listDatabases should use in-memory catalog to find index identsSERVER-57348Henrik Edin2021-06-031-7/+3
| | | | There can be an inconsistency when mixing lookups from Collection metadata and DurableCollection.
* SERVER-57313 Pass the collection epoch and timestamp when building a ↵Sergi Mateo Bellido2021-06-0322-309/+528
| | | | | | | | ChunkType from a config.chunks BSON - Pass the epoch and the timestamp to the functions that build ChunkTypes from config.chunks BSON - Fixing our tests
* SERVER-57322 Invalidate filtering info on participants at the end of ↵Jordi Serra Torrens2021-06-031-0/+9
| | | | renameCollection
* SERVER-57317 Fix optimized oplog scans in SBE to correctly handle ↵Anton Korshunov2021-06-033-129/+327
| | | | $_resumeAfter queries
* Revert "SERVER-56779 Allow multiple concurrent merges for the same ↵Kaloian Manassiev2021-06-032-130/+13
| | | | | | collection across the cluster" This reverts commit 13e28eb1e3a70211038e10afec3b6713fd63f4b8.
* Import wiredtiger: 89b4e77eab280a0569126d205cd35201bb5180f5 from branch ↵Luke Chen2021-06-032-4/+4
| | | | | | | | | mongodb-5.0 ref: ce3ba19329..89b4e77eab for: 5.1.0 WT-7633 Switch doc-update Evergreen task to newer Ubuntu 20.04 distro
* Import wiredtiger: ce3ba1932911e41ff7b0055d9a7ab79b5c13c886 from branch ↵Luke Chen2021-06-0328-423/+764
| | | | | | | | | mongodb-5.0 ref: ec0b500175..ce3ba19329 for: 5.1.0 WT-7514 Let tiered subsystem open files on behalf of block manager
* SERVER-56861 Update semantics for server status's opWriteConcernCountersMoustafa Maher2021-06-034-109/+263
|
* SERVER-57352: Have initial_sync_test_fixture_test.js be more resilient to ↵Daniel Gottlieb2021-06-032-167/+174
| | | | irrelevant changes.
* SERVER-55686 Prevent resharding coordinator document from exceeding 16MB ↵Haley Connelly2021-06-0312-24/+250
| | | | BSON size limit
* SERVER-56877 IndexCatalogEntryImpl::setIndexIsMultikey() uses multikey paths ↵Benety Goh2021-06-022-44/+13
| | | | | | | in Collection metadata This change depends on improvements made in commit 11de948b0c50df7d12de09ae0f01e791fc5d70d7 and cannot be backported to pre-5.0 branches.
* SERVER-56877 track uncommitted changes to multikey paths with a counterBenety Goh2021-06-025-26/+53
| | | | | | | | This change applies the technique in commit 3566db153ea61fb10d3ef11ea917fc7bc93eac4d for the isMultikey boolean flags to the reader and writer multikey paths. This commit is designed to support pre-5.0 backports and will be superseded by a new patch that uses the Collection metadata introduced in 5.0.
* SERVER-57018 Make shards release their dist locks on step-upKaloian Manassiev2021-06-0213-245/+324
|
* SERVER-57374 Turn on mongod command logging in sharding_rs2Matthew Russotto2021-06-021-1/+5
|
* SERVER-57260 Plumb through userCanceled to the ↵Luis Osta2021-06-0211-18/+28
| | | | _shardsvrAbortReshardCollection command and participant machine abort functions
* SERVER-57346: Fix syntax for checking SBE query knob in checkSBEEnabledJennifer Peshansky2021-06-021-1/+1
|
* SERVER-57236 Complete TODO listed in SERVER-56952Jason Chan2021-06-021-3/+0
|
* SERVER-57366 venv_setup.sh should exit on pip errorsRichard Samuels2021-06-021-2/+7
|
* SERVER-57084 Use auto install Alias names to express MSI binary and debug ↵Andrew Morrow2021-06-022-74/+87
| | | | dependencies
* SERVER-57301 Wait and set 'secondaryOk' after recipientSet restart in ↵Wenbin Zhu2021-06-021-0/+4
| | | | tenant_migration_recipient_resume_on_stepup_and_restart.js
* SERVER-57347 Fix the data race in OpMsgFuzzerFixtureAmirsaman Memaripour2021-06-022-11/+18
|
* SERVER-57049 reduce jlink for all windows buildersDaniel Moody2021-06-021-15/+16
|
* SERVER-57363 Remove reference to dropdb_race.js from ↵Irina Yatsenko2021-06-021-1/+0
| | | | sharding_api_version_jscore_passthrough.yml
* SERVER-57293 Disable lock-free reads for certain dbtests until later addressedDianna Hohensee2021-06-022-0/+18
|
* SERVER-57284: Wait for config commitment in reconfig_for_psa_set_shell.jsXueruiFa2021-06-022-2/+9
|
* SERVER-57355 lint_fuzzer_sanity_patch should ignore JS files outside of ↵Robert Guo2021-06-021-1/+1
| | | | .*jstests/
* SERVER-57218 ContinuousTenantMigration should wait for garbage collection to ↵Pavi Vetriselvan2021-06-021-45/+62
| | | | replicate
* SERVER-57133 Update expected result for ↵Alya Berciu2021-06-021-2/+2
| | | | jstests/replsets/batch_write_command_wc.js
* SERVER-55824 Make ssl_get_more.js start shards as replicasetTommaso Tocci2021-06-022-13/+6
|
* SERVER-56786 Ensure that the query on config.collections succeedsPaolo Polato2021-06-021-3/+7
|
* SERVER-56786 expand the bounds parameter of mergeChunk in the config serverPaolo Polato2021-06-0223-27/+827
|
* SERVER-57112 Fix CheckTenantMigrationDBHash duplicated logsMikhail Shchatko2021-06-021-3/+4
|
* Import wiredtiger: ec0b5001752dcd05060ae043a0d5c3d6b3610206 from branch ↵Luke Chen2021-06-024-4/+146
| | | | | | | | | mongodb-5.0 ref: 3d7734cfad..ec0b500175 for: 5.1.0 WT-7523 Test to verify multiple prepared updates either commit/rollback
* Import wiredtiger: 3d7734cfad8787be40a57793a631eeb23c72bf60 from branch ↵Luke Chen2021-06-0213-1008/+1769
| | | | | | | | | mongodb-5.0 ref: fff62519f0..3d7734cfad for: 5.1.0 WT-7437 Upgrade documentation to doxygen 1.8.17
* Import wiredtiger: fff62519f0d66a140e47f99a317780e29a05fa31 from branch ↵Luke Chen2021-06-027-7/+108
| | | | | | | | | mongodb-5.0 ref: 5625eb9ce9..fff62519f0 for: 5.1.0 WT-7319 Implement a checkpoint_manager class that creates checkpoints at configurable intervals
* Import wiredtiger: 5625eb9ce90b3be2c2f8df38187219d5b05c098b from branch ↵Luke Chen2021-06-0213-77/+353
| | | | | | | | | mongodb-5.0 ref: 0784f508f9..5625eb9ce9 for: 5.1.0 WT-7535 Complete CMake Windows support
* SERVER-57198 Remove getLastError calls from tests where it's easy to do soIrina Yatsenko2021-06-0233-111/+29
|
* SERVER-57324 dropDatabase should not modify CollectionCatalog inplaceHenrik Edin2021-06-011-1/+1
| | | | It causes listCollection to use-after-free as it reads from a stashed CollectionCatalog that is supposed to be immutable.
* SERVER-55118 Architecture Guide updates for PM-2207Dan Larkin-York2021-06-011-2/+22
|
* SERVER-21360 Delete jstests/perf/ directoryDavid Storch2021-06-015-243/+0
|
* SERVER-56684 initial_sync_fails tests should wait for node to fassert with ↵Matthew Russotto2021-06-013-2/+11
| | | | EXIT_ABRUBT
* SERVER-56798 Time-series 'granularity' parameter controls rounding for ↵Dan Larkin-York2021-06-0111-34/+207
| | | | minimum bucket time
* SERVER-57153 Support co-existing donors/recipients in resharding metricsBlake Oler2021-06-0110-146/+284
|
* SERVER-56981 Verify the blockTimestamp is higher than the timestamp of any ↵Jack Mulrow2021-06-0110-12/+23
| | | | donor writes
* SERVER-57326: Add bson data gdb pretty printer function.Daniel Gottlieb2021-06-012-0/+72
|
* SERVER-55891: Create sharding API version passthrough suiteXueruiFa2021-06-012-0/+123
|
* SERVER-57329 fix long long to size_t narrowingBilly Donahue2021-06-011-5/+5
|
* SERVER-57294 Use {w: majority} when creating a collection right before ↵Huayu Ouyang2021-06-014-5/+7
| | | | starting transaction in jstests
* SERVER-57225 Prevent top-level AND optimization from being used for ANDs ↵Ian Boros2021-06-012-2/+25
| | | | with many children
* SERVER-57157 Assert serverStatus command works in getBinVersion() jstest helperAli Mir2021-06-011-1/+1
|