summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-61307 Add context to 'partitionBy' optimization errorsserver-61307-partitionBy-optimizeNicholas Zolnierz2021-11-081-1/+9
|
* SERVER-61027 Add permitMigration flag to prevent balancer rounds and ↵Marcos José Grillo Ramirez2021-11-045-2/+49
| | | | migrations commit
* SERVER-61227 add whitespace when appending resmoke args in task generationJason Chan2021-11-041-1/+1
|
* SERVER-61213 Reconfiguration changes crash during File Copy Based Initial SyncMatthew Russotto2021-11-047-2/+62
|
* SERVER-60048 CheckReplDBHash should not fail for cases where we expect ↵Jason Chan2021-11-042-3/+33
| | | | retryable findAndModify images to be inconsistent after a restart
* SERVER-58343 Add 'requires_persistence' tagLuis Osta2021-11-041-1/+2
|
* SERVER-61167 Update Xcode current builders to 13 and enable C++20Andrew Morrow2021-11-042-2/+30
|
* SERVER-60970 Repair and extend explicit instantiations for BSON buildersAndrew Morrow2021-11-045-4/+128
|
* SERVER-61225 fix feature flag definition for standalone fixturesRobert Guo2021-11-045-13/+18
|
* SERVER-60458 Add a resmoke run flag to limit number of tests being runMikhail Shchatko2021-11-047-76/+127
|
* Import wiredtiger: 4a4a0259eca4e9b7cdebc4512145b7ca17c2e742 from branch ↵Alison Felizzi2021-11-046-40/+21
| | | | | | | | | mongodb-master ref: d6bd5d1ffd..4a4a0259ec for: 5.2.0 WT-8114 Revert allow setting the prepare timestamp smaller than or equal to the latest active read timestamp with roundup prepare config
* Import wiredtiger: d6bd5d1ffd1f9fa4cb3be94f0d29d18544a07827 from branch ↵Alison Felizzi2021-11-042-70/+44
| | | | | | | | | mongodb-master ref: 26d235f373..d6bd5d1ffd for: 5.2.0 WT-8232 Fix hs18 test to use release evict cursor to evict the page
* Import wiredtiger: 26d235f373b7a5fafdd46aa187fc223f463a1e12 from branch ↵Alison Felizzi2021-11-042-11/+65
| | | | | | | | | mongodb-master ref: a3fcb8e8c4..26d235f373 for: 5.2.0 WT-8318 Add format.sh support for a directory of CONFIG files
* Import wiredtiger: a3fcb8e8c4c0a1f26d810ef714b3ddf14b035eb9 from branch ↵Alison Felizzi2021-11-042-4/+4
| | | | | | | | | mongodb-master ref: 622ec1dfde..a3fcb8e8c4 for: 5.2.0 WT-8337 format direct I/O test fails to turn off backups
* Import wiredtiger: 622ec1dfde9f5bdc6bd5bb6865d6c64051cfb878 from branch ↵Alison Felizzi2021-11-046-13/+34
| | | | | | | | | mongodb-master ref: 374c2c9308..622ec1dfde for: 5.2.0 WT-7845 Add an oldest_id for tiered and its metadata.
* Import wiredtiger: 374c2c9308e5683e8794bde0cbbf33f717898551 from branch ↵Alison Felizzi2021-11-042-5/+8
| | | | | | | | | mongodb-master ref: 000a87af63..374c2c9308 for: 5.2.0 WT-8253 Fix disk space issue in checkpoint stress tests
* SERVER-59080 Do not discard work from trial run when replanning is not neededJustin Seyster2021-11-047-97/+277
|
* SERVER-58429 Minor cleanup around PlanExecutorSBEIrina Yatsenko2021-11-042-15/+14
|
* SERVER-53771 Facet summary stats addedBikash Chandra2021-11-0411-31/+110
|
* SERVER-61158 Convert a non-unique index to a unique index via the collMod ↵Benety Goh2021-11-042-2/+12
| | | | command
* SERVER-61158 add method to Collection to set unique property in index ↵Benety Goh2021-11-046-0/+30
| | | | | | | catalog entry This adds Collection::updateUniqueSetting() and BSONCollectionCatalogEntry::IndexMetaData::updateUniqueSetting().
* SERVER-59831 Pass `dupsAllowed=true` to `WiredTigerIndexUnique::_insert` on ↵Yuhong Zhang2021-11-042-2/+45
| | | | secondaries
* SERVER-61158 add CreateIndexEntryFlags::kUpdateMetadataBenety Goh2021-11-045-1/+38
| | | | | This also restores KVEngine::alterIdentMetadata() which was removed during 4.4 FCV-related work in commit 8e4f280e492fe2bfb7842733ff640030d559cd0a.
* SERVER-61158 IndexCatalog::refreshEntry() accepts CreateIndexEntryFlagsBenety Goh2021-11-047-9/+15
|
* SERVER-61158 add unique to collMod index requestBenety Goh2021-11-037-5/+147
| | | | | This also adds unique_new to the collMod response when the command completes successfully.
* SERVER-61202 remove timing dependency in cluster_ip_allowlist_replsetSergey Galtsev2021-11-031-9/+9
|
* SERVER-59366 Progress monitor for periodic health checkAndrew Shuvalov2021-11-0316-74/+466
|
* SERVER-61114 Refactor getCanReadFuture for easier to understandSophia Tan2021-11-031-27/+28
|
* SERVER-60674 Add google benchmark for BSONColumnHenrik Edin2021-11-039-3/+10129
| | | | Added a big literal containing 3000 FTDC samples compressed with BSONColumn. Used for testing roundtrip and performance of complex objects.
* SERVER-61177 implement WiredTigerKVEngine::dump() in terms of ↵Benety Goh2021-11-031-1/+9
| | | | WT_CONNECTION::debug_info()
* SERVER-61177 Create GDB command to dump storage engine infoBenety Goh2021-11-032-0/+37
| | | | This also adds the new command to the hang analyzer script.
* SERVER-60529 Make TransactionParticipant take in txnNumberAndRetryCounter ↵Jason Zhang2021-11-0322-653/+504
| | | | instead of txnNumber and txnRetryCounter separately
* SERVER-61044 Change ticket number for timeseries granularity update TODORui Liu2021-11-033-3/+3
|
* SERVER-61177 lockInfo supports dumping storage engine stateBenety Goh2021-11-031-4/+5
|
* SERVER-61080 Avoid failing replicator tasks for test failures unrelated to ↵Vishnu Kaushik2021-11-035-44/+107
| | | | the replicator
* SERVER-61209 Add 'pr' to debug-file-resolver choices listJasur Nurboyev2021-11-031-2/+4
|
* SERVER-61177 add KVEngine::dump() and StorageEngine::dump()Benety Goh2021-11-0310-0/+28
|
* SERVER-57686 Create concurrency test for inserts during reshardCollectionLuis Osta2021-11-0310-5/+122
|
* SERVER-58343 Re-enable 'reshard_collection_failover_shutdown_basic.js' testLuis Osta2021-11-031-3/+3
|
* SERVER-60066 Remove plan cache entries on collection dropAlexander Ignatyev2021-11-0336-862/+1433
|
* SERVER-61161 Prevent antithesis images from being overwritten when older ↵Richard Samuels2021-11-032-11/+57
| | | | tasks are rerun
* SERVER-60102 Validate clustered collections must be dropped to downgrade to 5.0Josef Ahmad2021-11-031-44/+97
|
* Import wiredtiger: 000a87af63b38b740fd0edc135338edfe2480e64 from branch ↵Chenhao Qu2021-11-032-1/+53
| | | | | | | | | mongodb-master ref: f60abf3e91..000a87af63 for: 5.2.0 WT-5012 Migrate wiredtiger-perf-evict to Evergreen
* Import wiredtiger: f60abf3e91ab7443a6cb53742f8fa6581352f3b7 from branch ↵Chenhao Qu2021-11-032-2/+2
| | | | | | | | | mongodb-master ref: 798793ffa1..f60abf3e91 for: 5.2.0 WT-8331 change format to allow quote characters
* Import wiredtiger: 798793ffa1a8fb9960edfc782ad4a54b529e311d from branch ↵Chenhao Qu2021-11-036-78/+149
| | | | | | | | | mongodb-master ref: a5581e7590..798793ffa1 for: 5.2.0 WT-8316 format backward compatibility mode fixes
* Revert "SERVER-61095 improvements to transport_layer_asio_test"auto-revert-processor2021-11-034-285/+276
| | | | This reverts commit 385b7a54f0e44807611321dacabda314a5a527b1.
* SERVER-60927 run non-fuzzer multiversion suites against last-lts and ↵Robert Guo2021-11-0334-486/+623
| | | | last-continuous
* SERVER-60501 Add $locf accumulatorTed Tuckman2021-11-035-0/+291
|
* Revert "SERVER-60503 refactor SSLThreadInfo for easier debugging"Sergey Galtsev2021-11-021-14/+15
|
* SERVER-61199 Update TODOs listed in SERVER-47229Amirsaman Memaripour2021-11-021-2/+2
|