Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | SERVER-63317 Basic plan generation for columnar indexes | Ian Boros | 2022-02-08 | 10 | -4/+90 |
| | |||||
* | SERVER-62795 Bind values for parameterized queries in SBE RuntimeEnvironment | David Storch | 2022-02-08 | 13 | -100/+572 |
| | |||||
* | SERVER-59260 Create Feature Flag for FLE2 | Mark Benvenuto | 2022-02-08 | 2 | -0/+2 |
| | |||||
* | SERVER-63319 remove manually scheduling health checks from fault manager the ↵ | LaMont Nelson | 2022-02-08 | 1 | -16/+1 |
| | | | | test suite | ||||
* | SERVER-61444 Fix race in resharding coordinator service unit test | Brett Nawrocki | 2022-02-08 | 1 | -16/+13 |
| | | | | | | | | | | | | Changes in the previous commit for SERVER-61444 refactored resharding_coordinator_service_test.cpp to use functions for behavior common between test cases. In doing so, the creation order for the ReshardingCoordinatorService and the PauseDuringStateTransitions guard was reversed. If the guard is created after the service, it is possible that the service progresses through a state transition without the guard having observed it. If this happens, when waiting for that state, the guard will hang indefinitely instead of returning immediately. The guard now is once again created before the service to resolve this issue. | ||||
* | SERVER-61635 Validate that the defragmentation algorithm is fairly executed ↵ | Tommaso Tocci | 2022-02-08 | 4 | -34/+82 |
| | | | | across collections | ||||
* | SERVER-56974 Enable feature flag for PM-2311 | Jordi Olivares Provencio | 2022-02-08 | 2 | -2/+2 |
| | |||||
* | SERVER-61894 Support the 'showRawUpdateDescription' option in change stream ↵ | Drew Paroski | 2022-02-08 | 4 | -22/+67 |
| | | | | specs | ||||
* | SERVER-63236 Add AuthorizationManager::invalidateUsersByTenant() | Sara Golemon | 2022-02-08 | 4 | -0/+19 |
| | |||||
* | SERVER-63308: Accomodate WT-8601. | Daniel Gottlieb | 2022-02-08 | 7 | -10/+4218 |
| | | | | | | | | | | | Move read timestamp visibility against the oplog into MongoDB. WiredTiger historically loses timestamp information across restarts on logged tables. MDB does rely on read_timestamps for visibility against the oplog in some circumstances. While case analysis supports that the WT bug does not manifest in MDB, WT-8601 fully removes timestamps from `WT_UPDATE`s in logged tables. In MDB, the keys for oplog documents are the object's timestamp. MDB will instead use that value to filter an oplog entry's visibilty. | ||||
* | SERVER-63160 Update TODO for DocumentSource walker/visitor | Nicholas Zolnierz | 2022-02-08 | 1 | -1/+1 |
| | |||||
* | Revert "SERVER-58694 Implement writing of pre-images for transactional ↵ | auto-revert-processor | 2022-02-08 | 11 | -289/+19 |
| | | | | | | update/replace/delete operations" This reverts commit 54c977ae2b278136a87f4dd46e81bed3d5224d8e. | ||||
* | SERVER-63365 Reduce number of object copy in balancer secondary thread | Paolo Polato | 2022-02-08 | 1 | -26/+28 |
| | |||||
* | Revert "SERVER-62343 Create Feature flag for Global Index Metrics" | Uladzimir Makouski | 2022-02-08 | 2 | -42/+0 |
| | | | | This reverts commit 3e36941270e9143f3c6bbb8f053b10659f02fdf7. | ||||
* | SERVER-63245 Handling StaleShardVersion error for TTL Indexes | Sergi Mateo Bellido | 2022-02-08 | 2 | -0/+41 |
| | |||||
* | SERVER-63366 Basic retryability support for findAndModify WCOS with ↵ | Jack Mulrow | 2022-02-08 | 9 | -20/+80 |
| | | | | transaction API | ||||
* | SERVER-63354 make multitenancy library dependency private in ↵ | Benety Goh | 2022-02-08 | 3 | -4/+3 |
| | | | | | | | collection_catalog, views, and storage_wiredtiger_core This reduces the link graph size to stay under the macos dyld limit. Changes LIBDEPS edges added in commit c81c668189f7c7a933661d1e225aacfdbc33840d. | ||||
* | SERVER-63354 make query/optimizer library dependency private in pipeline | Benety Goh | 2022-02-08 | 2 | -1/+3 |
| | | | | | This reduces the link graph size to stay under the macos dyld limit. Changes LIBDEPS edges added in commit 50db8e9573e191ba2c193b4ef3dba6b5c6488f82. | ||||
* | SERVER-63354 make multitenancy library dependency private in storage_engine_impl | Benety Goh | 2022-02-08 | 1 | -1/+1 |
| | | | | | This reduces the link graph size to stay under the macos dyld limit. Changes LIBDEPS edges added in commit 1b18cd9b5dcb352c6fdd6b15d4bd0a40c0da35c3. | ||||
* | SERVER-63354 make multitenancy library dependency private in oplog_entry | Benety Goh | 2022-02-08 | 1 | -1/+1 |
| | | | | | This reduces the link graph size to stay under the macos dyld limit. Changes LIBDEPS edges added in commit f3b5c8b7ab5b2301a95cf588d9f20daf6c3df601. | ||||
* | SERVER-62986 Implement SBE operator(s) for reading from a columnar index | Martin Neupauer | 2022-02-08 | 4 | -13/+167 |
| | |||||
* | SERVER-63334 Fix logic in chunk info comparator object | Paolo Polato | 2022-02-08 | 1 | -3/+5 |
| | |||||
* | SERVER-61356 Modify comment to explain condition in collMod unique index ↵ | Shin Yee Tan | 2022-02-08 | 1 | -2/+3 |
| | | | | conversion code during tenant migration for duplicate checks | ||||
* | SERVER-63330 Fix "ks" VM function to handle double and Decimal128 values ↵ | Drew Paroski | 2022-02-07 | 4 | -38/+187 |
| | | | | correctly | ||||
* | SERVER-62452 Add collectionUUID parameter to reshardCollection command | Faustoleyva54 | 2022-02-07 | 1 | -0/+8 |
| | |||||
* | SERVER-60657 Add user write blocking feature flag | Gabriel Marks | 2022-02-07 | 1 | -0/+4 |
| | |||||
* | SERVER-58694 Implement writing of pre-images for transactional ↵ | Mindaugas Malinauskas | 2022-02-07 | 11 | -19/+289 |
| | | | | update/replace/delete operations | ||||
* | SERVER-63392 Markdown syntax in Sharding README | A. Jesse Jiryu Davis | 2022-02-07 | 1 | -1/+1 |
| | |||||
* | SERVER-63219 Change collStats cmd to run without the RSTL lock so FTDC can ↵ | Dianna Hohensee | 2022-02-07 | 2 | -12/+24 |
| | | | | continue to report during repl state changes | ||||
* | SERVER-62343 Create Feature flag for Global Index Metrics | Luis Osta | 2022-02-07 | 2 | -0/+42 |
| | |||||
* | SERVER-62563 Support sharding for collectionUUID parameter of aggregate command | Moustafa Maher Khalil | 2022-02-07 | 4 | -0/+22 |
| | |||||
* | SERVER-63319: Refactor FaultManager Stats test to allow health check thread ↵ | LaMont Nelson | 2022-02-07 | 2 | -24/+44 |
| | | | | to run in background | ||||
* | SERVER-63331 Remove useless methods from BatchCommandResponse | Kaloian Manassiev | 2022-02-07 | 5 | -12/+8 |
| | |||||
* | Revert "SERVER-62209 Add 'comment' option to 'createIndex' command" | Shin Yee Tan | 2022-02-07 | 5 | -29/+1 |
| | | | | This reverts commit f395e9d34b413781bcfb67c2674378734223466c. | ||||
* | Revert "SERVER-63089 Disallow downgrade when the index comment field exists" | Shin Yee Tan | 2022-02-07 | 2 | -32/+0 |
| | | | | This reverts commit 806bb2afb2415a2ecc9cc8306e1bfb606a1f74ec. | ||||
* | SERVER-63108 Rename Versioned API to Stable API | A. Jesse Jiryu Davis | 2022-02-07 | 1 | -2/+2 |
| | |||||
* | SERVER-63364 Use transaction API to handle WCOS errors for findAndModify ↵ | Jack Mulrow | 2022-02-07 | 4 | -97/+43 |
| | | | | without retryability | ||||
* | SERVER-61939 Tighter bounds for clustered collection scans | Daniel Gómez Ferro | 2022-02-07 | 21 | -118/+233 |
| | |||||
* | SERVER-62453 Add collectionUUID parameter to refineCollectionShardKey command | Faustoleyva54 | 2022-02-07 | 1 | -0/+7 |
| | |||||
* | SERVER-63248 Defragmenter should not retry StaleShardVersion | Tommaso Tocci | 2022-02-07 | 1 | -3/+3 |
| | |||||
* | SERVER-63252 Modify CollectionImpl::setIndexIsMultikey to not modify state ↵ | Jordi Olivares Provencio | 2022-02-07 | 1 | -2/+8 |
| | | | | unless necessary | ||||
* | SERVER-63309 Change geoNear user accessible tassert to uassert | Ted Tuckman | 2022-02-07 | 1 | -1/+4 |
| | |||||
* | SERVER-63161 The recovery of the shard version and the migration in the ↵ | Antonio Fuschetto | 2022-02-07 | 3 | -41/+30 |
| | | | | moveChunk should be done in a separate thread | ||||
* | SERVER-63086 Remove refresh of the routing table during a rename operation | Antonio Fuschetto | 2022-02-07 | 1 | -19/+4 |
| | |||||
* | SERVER-62791 Modify setTimestamp to use stack allocation | Jordi Olivares Provencio | 2022-02-07 | 2 | -9/+38 |
| | |||||
* | SERVER-51456 Database Profiler outputs incorrect value of property ↵ | Romans Kasperovics | 2022-02-07 | 2 | -0/+24 |
| | | | | "keysDeleted" for a remove operation when a write conflict occurs | ||||
* | SERVER-61480 Improve efficiency of change stream pre-image loading | Denis Grebennicov | 2022-02-07 | 9 | -29/+60 |
| | |||||
* | SERVER-60298 Hex encode the index bounds if associated with collation | Andrii Dobroshynski | 2022-02-05 | 17 | -61/+138 |
| | |||||
* | SERVER-63321 Change featureFlagHealthMonitoring feature flag version to 5.3 | LaMont Nelson | 2022-02-05 | 1 | -1/+1 |
| | |||||
* | SERVER-63237 Use error code name for transient backup cursor failure | Matthew Russotto | 2022-02-04 | 1 | -5/+4 |
| |