summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* SERVER-57273 remove flow_control_replica_set.jsBenety Goh2021-06-101-66/+0
* SERVER-57424 remove ENABLE_BITMASK_OPERATORSBilly Donahue2021-06-1011-148/+58
* SERVER-57266 Create IDL representations for resharding recipient and coordina...jannaerin2021-06-108-8/+51
* SERVER-57350 fix ShardKeyPattern::parseShardKeyPattern() to handle int values...Benety Goh2021-06-101-1/+1
* SERVER-57526 Removed declaration of unused ReshardingDonorOplogIterator::_wit...Matt Walak2021-06-101-3/+0
* SERVER-57585 fix array indexes in oplog_visibility.js for assertion messageBenety Goh2021-06-101-2/+3
* SERVER-56300 Add append functionality for iterator ranges in BSONObjBuilderKris Satya2021-06-102-32/+141
* SERVER-57532 Use donor specs for _id index in tenant migration collection clonerVishnu Kaushik2021-06-106-6/+82
* SERVER-55465 Response from all nodes means sufficient responses have been rec...Vishnu Kaushik2021-06-102-2/+39
* SERVER-49796 use in-class member initialization for _reversePosJackson Xie2021-06-101-1/+1
* SERVER-57599 DocumentSourceBucketAuto returning eof when disposedSvilen Mihaylov2021-06-102-0/+15
* SERVER-57608 shardCollection should take new path on FCV versions greater tha...Jordi Serra Torrens2021-06-101-2/+1
* SERVER-54877 Move failpoint activation from setup callback to fixture initial...Marcos José Grillo Ramirez2021-06-104-15/+43
* SERVER-57620 increase perf.yml batchtime to 4hRobert Guo2021-06-101-2/+2
* SERVER-50138 Avoid logging no TransportLayer configured in productionAlex Li2021-06-101-1/+3
* SERVER-56633 Fix Test: jstests/replsets/replset5.jsMoustafa Maher2021-06-102-83/+35
* SERVER-57182 reshardCollection command is shuffling data even when requested ...Haley Connelly2021-06-106-10/+234
* SERVER-55224 Fix $dateDiff for timezones with non-whole hour Daylight Savings...Mindaugas Malinauskas2021-06-102-13/+111
* SERVER-55296 support enhanced multiversion apiSiran Wang2021-06-106-14/+52
* SERVER-56444 Grant read/write access on time-series buckets collections to ad...Mark Benvenuto2021-06-1014-61/+882
* SERVER-56004 Fix rollback_set_fcv.js where primary hangs when setting FCV aft...Huayu Ouyang2021-06-101-0/+6
* SERVER-51271 Obsolete check for FCV 3.4 in jstests/sharding/kill_sessions.jsSimon Graetzer2021-06-101-6/+0
* SERVER-57607 Remove test-cases that target particular upgrades from 4.4 to 5....Jordi Serra Torrens2021-06-101-236/+4
* SERVER-57534 Add internalQueryAppendIdToSetWindowFieldsSort to TestData for g...samontea2021-06-101-0/+1
* SERVER-57476: Return a WriteConflict when a timestamped transaction hits a pr...Daniel Gottlieb2021-06-104-0/+166
* SERVER-57542 Fix typo in SBE multi planner tassetSajed Nahian2021-06-101-1/+1
* SERVER-57507 Change maxTimeMS in collMod command in resharding_disallow_write...Luis Osta2021-06-101-3/+2
* SERVER-57434 Retry transaction on stale config error in read_concerns.jsTommaso Tocci2021-06-101-10/+10
* SERVER-57475 ShardingTest.stop must join top-level chunk migrationsPierlauro Sciarelli2021-06-101-1/+5
* SERVER-57433 Report rename collection parameters in currentOpSimon Graetzer2021-06-103-7/+8
* SERVER-57475 ShardingTest.stop must join top-level chunk migrationsPierlauro Sciarelli2021-06-101-0/+2
* SERVER-55164 Improve testing around snapshotted range deletion tasks for renamePierlauro Sciarelli2021-06-101-0/+118
* Import wiredtiger: 4fb3f7a835d51b47436bbc77694f51fb69280e5c from branch mongo...Luke Chen2021-06-107-6/+361
* Import wiredtiger: eb5afc287da81efd473f7db128935959060108f3 from branch mongo...Luke Chen2021-06-1013-57/+65
* Import wiredtiger: fd77581d2be7553e5ddc025143bc12e2b0ab035c from branch mongo...Luke Chen2021-06-108-9/+285
* Import wiredtiger: 5904d74bfd3de3da526e0af3367f391a44e4c0e6 from branch mongo...Luke Chen2021-06-102-38/+53
* Import wiredtiger: 8ab25823a1608357983965f1729bf5fbf0ba217d from branch mongo...Luke Chen2021-06-103-15/+74
* Import wiredtiger: 041af27b65ba4bd47c915d23c3f9d5e03cb9d497 from branch mongo...Luke Chen2021-06-1016-98/+142
* SERVER-57587 Avoid scheduling more range deletion tasks for same range during...Pierlauro Sciarelli2021-06-101-7/+9
* SERVER-57483 Fix caching $lookup results for config.cache.chunks.Max Hirschhorn2021-06-101-5/+15
* SERVER-57497 store_retryable_find_and_modify_images_in_side_collection.js sho...Jason Chan2021-06-091-5/+13
* SERVER-57426 Enable zstd compression for time-series collections by defaultGregory Wlodarek2021-06-093-1/+87
* SERVER-57266 Create IDL representation for resharding metrics time intervalsjannaerin2021-06-095-4/+39
* SERVER-56722 Fix cluster time key refresh backoff logicJack Mulrow2021-06-091-3/+2
* SERVER-57539 Move timeseries_create_drop.js to noPassthroughJason Chan2021-06-092-104/+112
* SERVER-57458 Removed perf test suites which use legacy opsYoonsoo Kim2021-06-091-218/+0
* SERVER-57008 Add unit tests for reconfigs that would change implicit default ...Ali Mir2021-06-091-0/+316
* SERVER-52516 lockInfo command accesses lock manager as ServiceContext decoratorBenety Goh2021-06-091-1/+1
* SERVER-57452 Remove the sort stage in retryable write pre-fetch as oplog buff...Wenbin Zhu2021-06-092-49/+9
* SERVER-57333 Implement $densify DocGenerator for numeric valuesTed Tuckman2021-06-094-0/+409