summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* SERVER-57351 listDatabases should use in-memory catalog to find index identsSERVER-57348Henrik Edin2021-06-031-7/+3
* SERVER-57313 Pass the collection epoch and timestamp when building a ChunkTyp...Sergi Mateo Bellido2021-06-0322-309/+528
* SERVER-57322 Invalidate filtering info on participants at the end of renameCo...Jordi Serra Torrens2021-06-031-0/+9
* SERVER-57317 Fix optimized oplog scans in SBE to correctly handle $_resumeAft...Anton Korshunov2021-06-033-129/+327
* Revert "SERVER-56779 Allow multiple concurrent merges for the same collection...Kaloian Manassiev2021-06-032-130/+13
* Import wiredtiger: 89b4e77eab280a0569126d205cd35201bb5180f5 from branch mongo...Luke Chen2021-06-032-4/+4
* Import wiredtiger: ce3ba1932911e41ff7b0055d9a7ab79b5c13c886 from branch mongo...Luke Chen2021-06-0328-423/+764
* 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 irr...Daniel Gottlieb2021-06-032-167/+174
* SERVER-55686 Prevent resharding coordinator document from exceeding 16MB BSON...Haley Connelly2021-06-0312-24/+250
* SERVER-56877 IndexCatalogEntryImpl::setIndexIsMultikey() uses multikey paths ...Benety Goh2021-06-022-44/+13
* SERVER-56877 track uncommitted changes to multikey paths with a counterBenety Goh2021-06-025-26/+53
* 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 _shardsvrAbortReshardCollectio...Luis Osta2021-06-0211-18/+28
* 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 dep...Andrew Morrow2021-06-022-74/+87
* SERVER-57301 Wait and set 'secondaryOk' after recipientSet restart in tenant_...Wenbin Zhu2021-06-021-0/+4
* 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 sharding_api_version_jsc...Irina Yatsenko2021-06-021-1/+0
* 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 .*jst...Robert Guo2021-06-021-1/+1
* SERVER-57218 ContinuousTenantMigration should wait for garbage collection to ...Pavi Vetriselvan2021-06-021-45/+62
* SERVER-57133 Update expected result for jstests/replsets/batch_write_command_...Alya Berciu2021-06-021-2/+2
* 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 mongo...Luke Chen2021-06-024-4/+146
* Import wiredtiger: 3d7734cfad8787be40a57793a631eeb23c72bf60 from branch mongo...Luke Chen2021-06-0213-1008/+1769
* Import wiredtiger: fff62519f0d66a140e47f99a317780e29a05fa31 from branch mongo...Luke Chen2021-06-027-7/+108
* Import wiredtiger: 5625eb9ce90b3be2c2f8df38187219d5b05c098b from branch mongo...Luke Chen2021-06-0213-77/+353
* 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
* 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 EX...Matthew Russotto2021-06-013-2/+11
* SERVER-56798 Time-series 'granularity' parameter controls rounding for minimu...Dan Larkin-York2021-06-0111-34/+207
* 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 do...Jack Mulrow2021-06-0110-12/+23
* 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 starti...Huayu Ouyang2021-06-014-5/+7
* SERVER-57225 Prevent top-level AND optimization from being used for ANDs with...Ian Boros2021-06-012-2/+25
* SERVER-57157 Assert serverStatus command works in getBinVersion() jstest helperAli Mir2021-06-011-1/+1