summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-57643: Create Basic Decoder and Encoder FunctionsSERVER-57643Jackson Xie2021-06-164-0/+276
|
* SERVER-57635 Handle stale config exception during txn in ↵Tommaso Tocci2021-06-111-28/+28
| | | | multi_delete_in_transactions.js
* SERVER-52906 adapt assert condition to new migrateSteps orderPaolo Polato2021-06-111-3/+3
|
* SERVER-53912: ReshardingRecipientService instances to load metrics stateKshitij Gupta2021-06-114-1/+193
| | | | upon instantiation.
* SERVER-56497 Add assert.throwsCode shell helper for testingSebastien Mendez2021-06-1120-113/+103
|
* SERVER-54745 Simplify covered projection plans in SBENikita Lapkov2021-06-114-53/+307
|
* SERVER-57114 Change refine collection shard key command to use ↵Marcos José Grillo Ramirez2021-06-1111-61/+181
| | | | | | ShardingDDLCoordinator ... instead of ShardinDDLCoordinator_NORESILIENT
* SERVER-52906 Applying metadata update before dispatching rollback task in ↵Paolo Polato2021-06-113-24/+34
| | | | moveChunk
* SERVER-56276 correct typo in config.actionlog document fieldPaolo Polato2021-06-112-2/+2
|
* SERVER-49545 Remove FCV check for system.views in userAllowedWriteNS()Benety Goh2021-06-112-38/+1
|
* SERVER-56265 test checks for clustered index support before verifying ↵Benety Goh2021-06-111-5/+8
| | | | support for text indexes on time-series collections
* SERVER-57606 Define the default read concern to available in sharding_rs2.jsSergi Mateo Bellido2021-06-111-4/+9
|
* Import wiredtiger: 6c652d1f2f32f841d92b8c29892f7d2c73a90b8a from branch ↵Luke Chen2021-06-112-10/+22
| | | | | | | | | mongodb-5.0 ref: 65035cf84e..6c652d1f2f for: 5.1.0 WT-7666 Add assertion to check whether duplicate history store inserts are modifies
* Import wiredtiger: 65035cf84e7090a120d5d0ceb703c6fd2fc9f504 from branch ↵Luke Chen2021-06-1117-204/+634
| | | | | | | | | mongodb-5.0 ref: bfb4d5ee40..65035cf84e for: 5.1.0 WT-7383 Add framework for new hs_cleanup test and refactor workload generator and database operation
* Import wiredtiger: bfb4d5ee40e0ef36482478088fab48583baae54c from branch ↵Luke Chen2021-06-112-6/+22
| | | | | | | | | mongodb-5.0 ref: 47a6ec641b..bfb4d5ee40 for: 5.1.0 WT-7583 Coverity analysis defect 114074: Logically dead code (rework)
* Import wiredtiger: 47a6ec641bc6d35c3f4fc28ba671e0d81c45055c from branch ↵Luke Chen2021-06-112-2/+1
| | | | | | | | | mongodb-5.0 ref: 4fb3f7a835..47a6ec641b for: 5.1.0 WT-7672 Remove make-check-test from Windows CMake Evergreen build variant
* SERVER-57256: Add deprecation message for count command and direct reader to ↵Maddie Zechar2021-06-112-0/+48
| | | | docs
* SERVER-57200 use git.get_project for push and publish packagesRobert Guo2021-06-111-2/+4
|
* SERVER-57455 Do not keep an extra copy of the retryable write pre-fetch ↵Wenbin Zhu2021-06-113-194/+89
| | | | pipeline.
* SERVER-57273 remove flow_control_replica_set.jsBenety Goh2021-06-101-66/+0
| | | | | | | This test fails sporadically due to causes unrelated to the feature this test was originally intended to test. Removing this test for now. For C++ unit test coverage, refer to mongo/db/storage/flow_control_test.cpp.
* SERVER-57424 remove ENABLE_BITMASK_OPERATORSBilly Donahue2021-06-1011-148/+58
|
* SERVER-57266 Create IDL representations for resharding recipient and ↵jannaerin2021-06-108-8/+51
| | | | coordinator time intervals
* SERVER-57350 fix ShardKeyPattern::parseShardKeyPattern() to handle int ↵Benety Goh2021-06-101-1/+1
| | | | values in key patterns that are out of bounds
* SERVER-57526 Removed declaration of unused ↵Matt Walak2021-06-101-3/+0
| | | | ReshardingDonorOplogIterator::_withTemporaryOperationContext() method
* 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 ↵Vishnu Kaushik2021-06-102-2/+39
| | | | received even if primary gave bad response in catchup takeover dry run
* 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 ↵Jordi Serra Torrens2021-06-101-2/+1
| | | | than 5.0
* SERVER-54877 Move failpoint activation from setup callback to fixture ↵Marcos José Grillo Ramirez2021-06-104-15/+43
| | | | initialization
* 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
| | | | shard key already matches
* SERVER-55224 Fix $dateDiff for timezones with non-whole hour Daylight ↵Mindaugas Malinauskas2021-06-102-13/+111
| | | | Savings Time UTC offset changes for minute and second units
* SERVER-55296 support enhanced multiversion apiSiran Wang2021-06-106-14/+52
|
* SERVER-56444 Grant read/write access on time-series buckets collections to ↵Mark Benvenuto2021-06-1014-61/+882
| | | | admin roles
* SERVER-56004 Fix rollback_set_fcv.js where primary hangs when setting FCV ↵Huayu Ouyang2021-06-101-0/+6
| | | | after reconfig
* 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 ↵Jordi Serra Torrens2021-06-101-236/+4
| | | | 5.0 in upgrade_downgrade_sharded_cluster.js
* SERVER-57534 Add internalQueryAppendIdToSetWindowFieldsSort to TestData for ↵samontea2021-06-101-0/+1
| | | | generational fuzzer
* SERVER-57476: Return a WriteConflict when a timestamped transaction hits a ↵Daniel Gottlieb2021-06-104-0/+166
| | | | prepare conflict.
* SERVER-57542 Fix typo in SBE multi planner tassetSajed Nahian2021-06-101-1/+1
|
* SERVER-57507 Change maxTimeMS in collMod command in ↵Luis Osta2021-06-101-3/+2
| | | | resharding_disallow_writes test
* 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
|