Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | SERVER-59335 Separate code specific to the classic plan cache | 80741223+jlap199@users.noreply.github.com | 2021-09-02 | 20 | -381/+453 |
| | |||||
* | SERVER-59160 Disable balancer in test_stacked_migration_cleanup.js | Pierlauro Sciarelli | 2021-09-02 | 1 | -1/+2 |
| | |||||
* | SERVER-59116 Fallback to downloading from master if release branch has no ↵ | Mikhail Shchatko | 2021-09-02 | 2 | -9/+70 |
| | | | | successful compiles yet | ||||
* | SERVER-57566 Implement sharding admin commands for time-series collections | Rui Liu | 2021-09-02 | 5 | -7/+425 |
| | |||||
* | SERVER-55028 Improve the auto-splitter policy | Pierlauro Sciarelli | 2021-09-02 | 5 | -5/+281 |
| | |||||
* | Import wiredtiger: 13f1d4ae9e50ae840b1e327d91b3c8c6f43d962a from branch ↵ | Alison Felizzi | 2021-09-02 | 6 | -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 Felizzi | 2021-09-02 | 4 | -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 Felizzi | 2021-09-02 | 2 | -9/+80 |
| | | | | | | | | | mongodb-master ref: 2fab3ae251..5619393763 for: 5.1.0 WT-6909 Eviction architecture guide | ||||
* | Import wiredtiger: 2fab3ae25129e7810de7a290e82289422d7e85d7 from branch ↵ | Alison Felizzi | 2021-09-02 | 2 | -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 Felizzi | 2021-09-02 | 13 | -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 Felizzi | 2021-09-02 | 3 | -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 Felizzi | 2021-09-02 | 9 | -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 Felizzi | 2021-09-02 | 5 | -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 Felizzi | 2021-09-02 | 2 | -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 Felizzi | 2021-09-02 | 2 | -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 Felizzi | 2021-09-02 | 2 | -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 Zhu | 2021-09-02 | 8 | -29/+199 |
| | |||||
* | SERVER-57553 fix mac os x compile | Benety Goh | 2021-09-02 | 1 | -1/+1 |
| | |||||
* | SERVER-59608 remove const from return type | Billy Donahue | 2021-09-02 | 1 | -3/+3 |
| | |||||
* | SERVER-58296 re-enabled tests and marked ↵ | Vishnu Kaushik | 2021-09-01 | 14 | -26/+29 |
| | | | | node_restarts_no_oplog_entry_at_stable.js as multiversion_incompatible | ||||
* | SERVER-58344 Remove ServerGlobalParams::FeatureCompatibility and replace ↵ | Vishnu Kaushik | 2021-09-01 | 67 | -497/+348 |
| | | | | references with generated FCV constants | ||||
* | SERVER-59111 Support $push group accumulator in SBE | Irina Yatsenko | 2021-09-01 | 2 | -39/+100 |
| | |||||
* | SERVER-59173 Audit error messages for time-series updates and deletes | Gregory Noma | 2021-09-01 | 4 | -45/+26 |
| | |||||
* | SERVER-58752 Support retrying internal transactions on transient transaction ↵ | Cheahuychou Mao | 2021-09-01 | 43 | -608/+2567 |
| | | | | errors | ||||
* | SERVER-59567 Health observers are invoked periodically and create a Fault ↵ | Andrew Shuvalov | 2021-09-01 | 17 | -127/+311 |
| | | | | Facet on failure | ||||
* | SERVER-59720 Correctly handle $rename in time-series metaField-only updates | Gregory Noma | 2021-09-01 | 3 | -32/+93 |
| | |||||
* | SERVER-59011: Avoid generating mongo_version.yml | XueruiFa | 2021-09-01 | 2 | -17/+0 |
| | |||||
* | SERVER-57553 add $sum accumulator to SBE | Adityavardhan Agrawal | 2021-09-01 | 7 | -1/+631 |
| | |||||
* | SERVER-59012: Calculate FCV constants in resmoke | XueruiFa | 2021-09-01 | 23 | -65/+296 |
| | |||||
* | SERVER-54315: Enable jasper resmoke for a single required build | julianedwards | 2021-09-01 | 1 | -0/+1 |
| | |||||
* | SERVER-59411 Update TODO listed in SERVER-59185 | Amirsaman Memaripour | 2021-09-01 | 1 | -1/+1 |
| | |||||
* | SERVER-59645 Fix binary string input in AllZerosTypeBits unit test | Josef Ahmad | 2021-09-01 | 1 | -2/+2 |
| | |||||
* | SERVER-58934 Don't pass any feature flag parameters to old fixture in ↵ | Mikhail Shchatko | 2021-09-01 | 7 | -6/+34 |
| | | | | multiversion | ||||
* | SERVER-59644 robustify agg_unionWith_interrupt_cleanup.js | Mickey. J Winters | 2021-09-01 | 1 | -2/+4 |
| | |||||
* | SERVER-59636 Increase receiveChunkWaitForRangeDeleterTimeoutMS… | Marcos José Grillo Ramirez | 2021-08-31 | 2 | -2/+6 |
| | |||||
* | SERVER-59694 added null check for find queries in config.cache.collectionsn ↵ | Luis Osta | 2021-08-31 | 1 | -2/+2 |
| | | | | collection | ||||
* | SERVER-56416 Remove non-portable cpuFeatures check from macOS | Matthew Saltz | 2021-08-31 | 1 | -3/+1 |
| | |||||
* | SERVER-57572 Rewrite secondary indexes on mongos for sharded time-series ↵ | Arun Banala | 2021-08-31 | 13 | -167/+322 |
| | | | | collections | ||||
* | SERVER-59202 Create bounds for min/max queries on compound indexes correctly | Ian Boros | 2021-08-31 | 3 | -24/+85 |
| | |||||
* | SERVER-40865 Retry QueryPlanKilled errors in the catalog cache | Pierlauro Sciarelli | 2021-08-31 | 1 | -11/+7 |
| | |||||
* | SERVER-59663 Refactor SSCCL's code that cleans up persisted metadata | Antonio Fuschetto | 2021-08-31 | 2 | -38/+35 |
| | |||||
* | SERVER-59050 use generator for linux-64-repeat concurrency tasks | Siran Wang | 2021-08-31 | 1 | -9/+7 |
| | |||||
* | SERVER-59164 All write commands on sharded time-series namespace should ↵ | Arun Banala | 2021-08-31 | 19 | -104/+350 |
| | | | | translate to buckets namespace, on mongos | ||||
* | SERVER-58200 Require calling parallel shell callback for every spawned ↵ | Richard Samuels | 2021-08-31 | 11 | -22/+82 |
| | | | | parallel shell | ||||
* | Import wiredtiger: ed426398e416c9f816674695728c05e7e371f668 from branch ↵ | Luke Chen | 2021-08-31 | 2 | -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 Chen | 2021-08-31 | 9 | -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 Chen | 2021-08-31 | 5 | -20/+170 |
| | | | | | | | | | mongodb-master ref: 465b66827f..39677527df for: 5.1.0 WT-8019 VLCS snapshot-isolation search mismatch | ||||
* | Import wiredtiger: 465b66827f105c184d317979d1b7c437c5ba6391 from branch ↵ | Luke Chen | 2021-08-31 | 6 | -43/+140 |
| | | | | | | | | | mongodb-master ref: b86eb4c244..465b66827f for: 5.1.0 WT-7958 Include recovery in test/checkpoint | ||||
* | Import wiredtiger: b86eb4c244bf3afedd8ebd3611a39b7c709cb3b0 from branch ↵ | Etienne Petrel | 2021-08-31 | 2 | -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 Petrel | 2021-08-31 | 4 | -6/+170 |
| | | | | | | | | | mongodb-master ref: 8c54bf1d90..026a930bb4 for: 5.1.0 WT-6907 Write "snapshots" subpage for Architecture Guide |