Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | SERVER-51826: Add a sharding arch guide link to stale config version ↵ | Daniel Gottlieb | 2020-11-11 | 1 | -0/+3 |
| | | | | exception handling. | ||||
* | SERVER-51785 Do not count oplog writes for resource consumption metrics | Brian DeLeonardis | 2020-11-11 | 2 | -3/+7 |
| | |||||
* | SERVER-52748 Fix txn-continuing cmds with API params via mongos | A. Jesse Jiryu Davis | 2020-11-11 | 2 | -1/+9 |
| | |||||
* | SERVER-28943 Make shards retry non-write commands on stale version exceptions | Tommaso Tocci | 2020-11-11 | 4 | -38/+76 |
| | |||||
* | SERVER-51900 Get rid of the 'distributionMode' field of config.collections | Kaloian Manassiev | 2020-11-11 | 7 | -276/+12 |
| | |||||
* | SERVER-51848 Rename generic arg/reply functions | A. Jesse Jiryu Davis | 2020-11-11 | 5 | -23/+22 |
| | |||||
* | SERVER-51880: Remove all {dropped:true} entries from config.collection on ↵ | Jordi Serra Torrens | 2020-11-11 | 3 | -1/+33 |
| | | | | FCV upgrade | ||||
* | Revert "SERVER-48002 Do not enforce DataCorruptionDetected assertion when ↵ | Louis Williams | 2020-11-11 | 1 | -6/+1 |
| | | | | | | ignoring prepare conflicts" This reverts commit 523247d096a796c15c911370e622a3614411a25b. | ||||
* | SERVER-52691 Unit test agg pipeline through ReshardingCollectionCloner. | Max Hirschhorn | 2020-11-11 | 7 | -375/+350 |
| | |||||
* | SERVER-50027 Implement an 'allowMigrations' collection property | Kaloian Manassiev | 2020-11-11 | 44 | -220/+422 |
| | |||||
* | SERVER-51788 Implement infrastructure for testing SBE stage builder | Eric Cox | 2020-11-11 | 22 | -166/+768 |
| | |||||
* | Import wiredtiger: 5f9a0178f292c964ef5b40c4e639e3e0a438e5e5 from branch ↵ | Chenhao Qu | 2020-11-11 | 2 | -2/+36 |
| | | | | | | | | | mongodb-5.0 ref: 2fb1c7b6fd..5f9a0178f2 for: 4.9.0 WT-6751 Assert if new value is the same as old value for a history store update | ||||
* | SERVER-13980 warn when shell input lines are truncated | Kevin Pulo | 2020-11-11 | 1 | -0/+22 |
| | |||||
* | SERVER-49982 Implement $dayOf* agg expressions in SBE | Melodee Li | 2020-11-11 | 12 | -62/+582 |
| | |||||
* | SERVER-51848 Specific generic args in IDL | A. Jesse Jiryu Davis | 2020-11-11 | 30 | -76/+262 |
| | |||||
* | SERVER-48002 Do not enforce DataCorruptionDetected assertion when ignoring ↵ | Louis Williams | 2020-11-11 | 1 | -1/+6 |
| | | | | | | | | | prepare conflicts Snapshot isolation cannot be guaranteed for operations that ignore prepare conflicts. This means that two reads of the same record in the same snapshot can return different results. In practice, this can lead to false positive DataCorrutionDetected assertions. | ||||
* | SERVER-52731 Made StatusWith types/constants inline | Ben Caimano | 2020-11-11 | 1 | -8/+4 |
| | |||||
* | SERVER-51866 IDLify MergeAuthzCollections command | Sara Golemon | 2020-11-10 | 7 | -506/+357 |
| | |||||
* | SERVER-51859 Fix builtin privileges reporting via rolesInfo | Sara Golemon | 2020-11-10 | 1 | -7/+16 |
| | |||||
* | SERVER-50318: Only cancel scheduled heartbeats | XueruiFa | 2020-11-10 | 15 | -86/+273 |
| | |||||
* | SERVER-52658 Shut down the Grid's executor before shutting down the ↵ | Blake Oler | 2020-11-10 | 1 | -0/+2 |
| | | | | PrimaryOnlyServiceRegistry in resharding unit tests | ||||
* | SERVER-51217 Create temporary resharding collection on recipient | Blake Oler | 2020-11-10 | 4 | -31/+24 |
| | |||||
* | SERVER-51895 Fix so drop index is registering a valid ident with the reaper ↵ | Henrik Edin | 2020-11-10 | 8 | -27/+26 |
| | | | | | | when possible Also fix so the drop pending ident reaper is used in standalone mode | ||||
* | SERVER-49024 Disallow $lookup caching of stages containing $rand, $sample | David Percy | 2020-11-10 | 5 | -23/+28 |
| | |||||
* | SERVER-35069 Explain should include command being explained | Ruoxin Xu | 2020-11-10 | 23 | -28/+120 |
| | |||||
* | SERVER-52724 Increment TTL passes server status metric after the TTL work ↵ | Gregory Wlodarek | 2020-11-10 | 1 | -1/+2 |
| | | | | has finished | ||||
* | SERVER-52733 Dependency rationalization for sbe value | Svilen Mihaylov | 2020-11-10 | 1 | -5/+17 |
| | |||||
* | SERVER-51865 IDLify user cache commands | Sara Golemon | 2020-11-10 | 5 | -120/+96 |
| | |||||
* | SERVER-52690 Run ReshardingCollectionCloner on a TaskExecutor. | Max Hirschhorn | 2020-11-10 | 5 | -64/+265 |
| | | | | | | | | | | | Restructures the ReshardingCollectionCloner class to run on a separate thread and returned a mongo::Future readied when the cloning procedure has completed successfully or failed with an error. Also enables the ReshardingCollectionCloner to insert documents in batches of size > 1 in a single storage transaction. The reshardingCollectionClonerBatchSizeInBytes server parameter can be used to control the size of the insert batch. | ||||
* | Import wiredtiger: 2fb1c7b6fde6de1550079bcf4582cbade9f40e50 from branch ↵ | Luke Chen | 2020-11-10 | 35 | -277/+78 |
| | | | | | | | | | | mongodb-5.0 ref: 805fe0276c..2fb1c7b6fd for: 4.9.0 WT-6678 Remove Huffman Encoding support for Keys WT-6713 Remove transaction support from custom data sources | ||||
* | SERVER-51303 Fix lookup match absorbtion optimization for $type | Jacob Evans | 2020-11-10 | 2 | -2/+19 |
| | |||||
* | SERVER-52679: Disallow null/undefined command parameter for IDL commands ↵ | Lingzhi Deng | 2020-11-10 | 1 | -0/+8 |
| | | | | with {namespace: type} | ||||
* | SERVER-50762 [SBE] SizeMatchExpression can produce wrong results in some ↵ | Melodee Li | 2020-11-09 | 1 | -10/+18 |
| | | | | cases involving nesting | ||||
* | SERVER-50838 Unchecked return value for recordCursor restore in IDHack stage | Eric Cox | 2020-11-09 | 1 | -2/+4 |
| | |||||
* | SERVER-52714 Fix the lifetime of ImpersonationSessionGuard in ↵ | Amirsaman Memaripour | 2020-11-09 | 1 | -1/+2 |
| | | | | ExecCommandDatabase | ||||
* | SERVER-52698 Protect ViewCatalog with mutex also in rollback handlers | Henrik Edin | 2020-11-09 | 1 | -3/+11 |
| | |||||
* | SERVER-51873 Remove system.buckets collection when dropping time-series view | Gregory Noma | 2020-11-09 | 2 | -45/+87 |
| | |||||
* | SERVER-51894 Don't call std::move() on 'collectionOptions' when calling ↵ | Mihai Andrei | 2020-11-09 | 1 | -4/+10 |
| | | | | 'userCreateNS' in create_collection.cpp | ||||
* | SERVER-51864 IDLify usersInfo and rolesInfo commands | Sara Golemon | 2020-11-09 | 19 | -608/+810 |
| | |||||
* | SERVER-51679 Fix race condition in Free Monitoring when free monitoring ↵ | Mark Benvenuto | 2020-11-09 | 7 | -6/+104 |
| | | | | document is deleted | ||||
* | SERVER-50510 Change markHostNotMaster to markHostNotPrimary | Gabriel Russell | 2020-11-09 | 9 | -13/+13 |
| | |||||
* | SERVER-51677 Use LockFree Collection RAII helpers in find, getmore and ↵ | Henrik Edin | 2020-11-09 | 8 | -13/+10 |
| | | | | | | aggregation Lock free reads still only activated based on disableLockFreeReads server parameter | ||||
* | SERVER-47081 Delete geoHaystack indexes on upgrade | Mihai Andrei | 2020-11-09 | 1 | -0/+49 |
| | |||||
* | SERVER-6036 Disable cursor timeout for cursors that belong to a session | George Wangensteen | 2020-11-09 | 2 | -2/+2 |
| | |||||
* | SERVER-51668 Report total CPU time spent by operations in serverStatus | Louis Williams | 2020-11-09 | 5 | -59/+116 |
| | |||||
* | SERVER-51540 Support mod expression in SBE | Alya Berciu | 2020-11-09 | 4 | -4/+273 |
| | |||||
* | SERVER-50905: Add RecordId type in SBE | Nikita Lapkov | 2020-11-09 | 12 | -11/+55 |
| | |||||
* | Import wiredtiger: 805fe0276c367cb70321af3e1f473c881d0adc87 from branch ↵ | Luke Chen | 2020-11-09 | 30 | -259/+665 |
| | | | | | | | | | | | | | | | mongodb-5.0 ref: 5f201b99d9..805fe0276c for: 4.9.0 WT-6693 Add compatibility testing for imported objects WT-6824 Fix OSX python test errors related to UTF encoding WT-6836 Handle the last key in the shadow table being removed by rollback to stable in timestamp abort WT-6867 Documentation: create model subpages for architecture guide WT-6870 Rename history store statistic to better describe its use case. WT-6872 Replace the yield instructions with an ISB WT-6875 Remove legacy import invocation | ||||
* | SERVER-51263 rename ismaster_metrics files to hello_metrics | Pavi Vetriselvan | 2020-11-09 | 9 | -8/+8 |
| | |||||
* | SERVER-50412 implement helloOk protocol negotiation on mongos | Pavi Vetriselvan | 2020-11-09 | 1 | -0/+13 |
| |