summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-59335 Separate code specific to the classic plan cache80741223+jlap199@users.noreply.github.com2021-09-0220-381/+453
|
* SERVER-59160 Disable balancer in test_stacked_migration_cleanup.jsPierlauro Sciarelli2021-09-021-1/+2
|
* SERVER-59116 Fallback to downloading from master if release branch has no ↵Mikhail Shchatko2021-09-022-9/+70
| | | | successful compiles yet
* SERVER-57566 Implement sharding admin commands for time-series collectionsRui Liu2021-09-025-7/+425
|
* SERVER-55028 Improve the auto-splitter policyPierlauro Sciarelli2021-09-025-5/+281
|
* Import wiredtiger: 13f1d4ae9e50ae840b1e327d91b3c8c6f43d962a from branch ↵Alison Felizzi2021-09-026-434/+454
| | | | | | | | | mongodb-master ref: ec6ef208fe..13f1d4ae9e for: 5.1.0 WT-7993 If gathering handles and not in aggressive eviction mode, have eviction sleep to let checkpoint grab a contentious spinlock.
* Import wiredtiger: ec6ef208fe4eb98447bf2de542b79898d744a345 from branch ↵Alison Felizzi2021-09-024-13/+13
| | | | | | | | | mongodb-master ref: 5619393763..ec6ef208fe for: 5.1.0 WT-7601 Fix typo in operation tracking documentation
* Import wiredtiger: 56193937634523b7d98cbcfcb005e54aad6d9a1c from branch ↵Alison Felizzi2021-09-022-9/+80
| | | | | | | | | mongodb-master ref: 2fab3ae251..5619393763 for: 5.1.0 WT-6909 Eviction architecture guide
* Import wiredtiger: 2fab3ae25129e7810de7a290e82289422d7e85d7 from branch ↵Alison Felizzi2021-09-022-5/+6
| | | | | | | | | mongodb-master ref: 7b4995aa52..2fab3ae251 for: 5.1.0 WT-6193 Re-enable VLCS testing in format-test
* Import wiredtiger: 7b4995aa525fefb8ae1422261a05000c32d8104d from branch ↵Alison Felizzi2021-09-0213-54/+57
| | | | | | | | | mongodb-master ref: 0175c62aa9..7b4995aa52 for: 5.1.0 WT-8024 Add link text to cross-references in Arch Guide
* Import wiredtiger: 0175c62aa93bd5371c0ddafba2e49d6f9dfd67cd from branch ↵Alison Felizzi2021-09-023-49/+60
| | | | | | | | | mongodb-master ref: be4dbb0d7e..0175c62aa9 for: 5.1.0 WT-7695 Dump entire tree when key out-of-order found in __cursor_key_order_check_row
* Import wiredtiger: be4dbb0d7e1dfda6e4a21ce6f2b99e351bb71172 from branch ↵Alison Felizzi2021-09-029-165/+301
| | | | | | | | | mongodb-master ref: 387b83a039..be4dbb0d7e for: 5.1.0 WT-7902 Retry the alter command after a system wide checkpoint
* Import wiredtiger: 387b83a0394c004244383bea306bb4f3e641d249 from branch ↵Alison Felizzi2021-09-025-13/+73
| | | | | | | | | mongodb-master ref: 38ddd74fc3..387b83a039 for: 5.1.0 WT-6913 file system and os interface architecture guide
* Import wiredtiger: 38ddd74fc34c2603fd350c2175611241f5171ec4 from branch ↵Alison Felizzi2021-09-022-2/+2
| | | | | | | | | mongodb-master ref: 7795f17103..38ddd74fc3 for: 5.1.0 WT-8017 Re-enable VLCS format stress testing in evergreen.
* Import wiredtiger: 7795f17103201ba4bc769b9a7a5b16a372ed21e0 from branch ↵Alison Felizzi2021-09-022-17/+18
| | | | | | | | | mongodb-master ref: 95105c9a21..7795f17103 for: 5.1.0 WT-8023 Use global transaction information to asses if a session has active transaction
* Import wiredtiger: 95105c9a21b644aede8bd28063c6ca6d14769c2d from branch ↵Alison Felizzi2021-09-022-40/+48
| | | | | | | | | mongodb-master ref: ed426398e4..95105c9a21 for: 5.1.0 WT-7914 Update the documentation only when required
* SERVER-58988 Avoid sync source selection cycle during primary catchup.Wenbin Zhu2021-09-028-29/+199
|
* SERVER-57553 fix mac os x compileBenety Goh2021-09-021-1/+1
|
* SERVER-59608 remove const from return typeBilly Donahue2021-09-021-3/+3
|
* SERVER-58296 re-enabled tests and marked ↵Vishnu Kaushik2021-09-0114-26/+29
| | | | node_restarts_no_oplog_entry_at_stable.js as multiversion_incompatible
* SERVER-58344 Remove ServerGlobalParams::FeatureCompatibility and replace ↵Vishnu Kaushik2021-09-0167-497/+348
| | | | references with generated FCV constants
* SERVER-59111 Support $push group accumulator in SBEIrina Yatsenko2021-09-012-39/+100
|
* SERVER-59173 Audit error messages for time-series updates and deletesGregory Noma2021-09-014-45/+26
|
* SERVER-58752 Support retrying internal transactions on transient transaction ↵Cheahuychou Mao2021-09-0143-608/+2567
| | | | errors
* SERVER-59567 Health observers are invoked periodically and create a Fault ↵Andrew Shuvalov2021-09-0117-127/+311
| | | | Facet on failure
* SERVER-59720 Correctly handle $rename in time-series metaField-only updatesGregory Noma2021-09-013-32/+93
|
* SERVER-59011: Avoid generating mongo_version.ymlXueruiFa2021-09-012-17/+0
|
* SERVER-57553 add $sum accumulator to SBEAdityavardhan Agrawal2021-09-017-1/+631
|
* SERVER-59012: Calculate FCV constants in resmokeXueruiFa2021-09-0123-65/+296
|
* SERVER-54315: Enable jasper resmoke for a single required buildjulianedwards2021-09-011-0/+1
|
* SERVER-59411 Update TODO listed in SERVER-59185Amirsaman Memaripour2021-09-011-1/+1
|
* SERVER-59645 Fix binary string input in AllZerosTypeBits unit testJosef Ahmad2021-09-011-2/+2
|
* SERVER-58934 Don't pass any feature flag parameters to old fixture in ↵Mikhail Shchatko2021-09-017-6/+34
| | | | multiversion
* SERVER-59644 robustify agg_unionWith_interrupt_cleanup.jsMickey. J Winters2021-09-011-2/+4
|
* SERVER-59636 Increase receiveChunkWaitForRangeDeleterTimeoutMS…Marcos José Grillo Ramirez2021-08-312-2/+6
|
* SERVER-59694 added null check for find queries in config.cache.collectionsn ↵Luis Osta2021-08-311-2/+2
| | | | collection
* SERVER-56416 Remove non-portable cpuFeatures check from macOSMatthew Saltz2021-08-311-3/+1
|
* SERVER-57572 Rewrite secondary indexes on mongos for sharded time-series ↵Arun Banala2021-08-3113-167/+322
| | | | collections
* SERVER-59202 Create bounds for min/max queries on compound indexes correctlyIan Boros2021-08-313-24/+85
|
* SERVER-40865 Retry QueryPlanKilled errors in the catalog cachePierlauro Sciarelli2021-08-311-11/+7
|
* SERVER-59663 Refactor SSCCL's code that cleans up persisted metadataAntonio Fuschetto2021-08-312-38/+35
|
* SERVER-59050 use generator for linux-64-repeat concurrency tasksSiran Wang2021-08-311-9/+7
|
* SERVER-59164 All write commands on sharded time-series namespace should ↵Arun Banala2021-08-3119-104/+350
| | | | translate to buckets namespace, on mongos
* SERVER-58200 Require calling parallel shell callback for every spawned ↵Richard Samuels2021-08-3111-22/+82
| | | | parallel shell
* Import wiredtiger: ed426398e416c9f816674695728c05e7e371f668 from branch ↵Luke Chen2021-08-312-1/+171
| | | | | | | | | mongodb-master ref: 15fb9b825c..ed426398e4 for: 5.1.0 WT-7987 Create Unit Test to check compact does not rewrite overflow items
* Import wiredtiger: 15fb9b825c516298498ee505d33586b8454bc098 from branch ↵Luke Chen2021-08-319-14/+208
| | | | | | | | | mongodb-master ref: 39677527df..15fb9b825c for: 5.1.0 WT-7853 Only flag updates as "in the datastore" when the reconciliation succeeds or remove the flag if it fails.
* Import wiredtiger: 39677527df29a8ace7eebeb000a2046e06d96ca3 from branch ↵Luke Chen2021-08-315-20/+170
| | | | | | | | | mongodb-master ref: 465b66827f..39677527df for: 5.1.0 WT-8019 VLCS snapshot-isolation search mismatch
* Import wiredtiger: 465b66827f105c184d317979d1b7c437c5ba6391 from branch ↵Luke Chen2021-08-316-43/+140
| | | | | | | | | mongodb-master ref: b86eb4c244..465b66827f for: 5.1.0 WT-7958 Include recovery in test/checkpoint
* Import wiredtiger: b86eb4c244bf3afedd8ebd3611a39b7c709cb3b0 from branch ↵Etienne Petrel2021-08-312-10/+10
| | | | | | | | | mongodb-master ref: 026a930bb4..b86eb4c244 for: 5.1.0 WT-8007 Update script to correctly generate new test for the CPP test suite framework
* Import wiredtiger: 026a930bb418933cddd54d213a39ada253cde1d0 from branch ↵Etienne Petrel2021-08-314-6/+170
| | | | | | | | | mongodb-master ref: 8c54bf1d90..026a930bb4 for: 5.1.0 WT-6907 Write "snapshots" subpage for Architecture Guide